NetTalk Central

Author Topic: asp or asp.net pages with NTWS  (Read 3661 times)

johanl

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
asp or asp.net pages with NTWS
« on: May 13, 2012, 08:34:40 AM »
Hello

I have code in asp or asp.net and would like to know if it is possible to run it from within NTSW or if it is possible to link NTSW to the external asp or asp.net pages?

Thanks

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: asp or asp.net pages with NTWS
« Reply #1 on: May 13, 2012, 03:31:20 PM »
I would think not because asp needs IIS to serve pages just like trying to serve up a NTW page from IIS wouldn't work. PHP works in NTW because those pages are parsed via the PHP engine before NTW parses them and serves them up. NTW was specifically adapted to add this capability. I'm not sure if Bruce has plans to do the same for ASP.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: asp or asp.net pages with NTWS
« Reply #2 on: May 13, 2012, 08:53:24 PM »
Kevin is correct, and at this time there are no plans to add ASP support (indeed, I'm not even sure it would be possible to do so even if we wanted to.)

>> or if it is possible to link NTSW to the external asp or asp.net pages?

of course pages on your server can point to pages on other servers, regardless of their language.

cheers
Bruce

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: asp or asp.net pages with NTWS
« Reply #3 on: May 13, 2012, 10:44:24 PM »
you might be able to have your external (running on a different port than your NTWS) asp/asp.net stuff running in an iframe

johanl

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Re: asp or asp.net pages with NTWS
« Reply #4 on: May 13, 2012, 11:15:33 PM »
Thanks Kevin, Bruce

For a beginner in Web Development I may have bitten off more than I can chew.

So now I read up on asp.net development, may have a look at the php stuff as well.

Thanks

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: asp or asp.net pages with NTWS
« Reply #5 on: May 14, 2012, 12:16:20 AM »
you shouldn't need to, and indeed you won't want to, do any ASP or PHP development. NetTalk is sufficient, but of course you do then need to know a bit about what you're doing.

cheers
Bruce