Help regarding hosting/Development server?
-
Hi, I have a webapp on my filesystem that will eventually be deployed somewhere else where IIS obviously exists. For now is it possible for my webapp to be made accessible from other systems on the LAN without hosting it on IIS? I mean can it be accessed from the development server itself? Something like: http://10.x.x.x:port_number/MyWebAppName I mean if I unblock the port in my firewall. Kindly advise. I just need to get it up and running for a demo.
-
Hi, I have a webapp on my filesystem that will eventually be deployed somewhere else where IIS obviously exists. For now is it possible for my webapp to be made accessible from other systems on the LAN without hosting it on IIS? I mean can it be accessed from the development server itself? Something like: http://10.x.x.x:port_number/MyWebAppName I mean if I unblock the port in my firewall. Kindly advise. I just need to get it up and running for a demo.
No, you must have a webserver of some kind.
I know the language. I've read a book. - _Madmatt
-
Hi, I have a webapp on my filesystem that will eventually be deployed somewhere else where IIS obviously exists. For now is it possible for my webapp to be made accessible from other systems on the LAN without hosting it on IIS? I mean can it be accessed from the development server itself? Something like: http://10.x.x.x:port_number/MyWebAppName I mean if I unblock the port in my firewall. Kindly advise. I just need to get it up and running for a demo.
-
Hi, I have a webapp on my filesystem that will eventually be deployed somewhere else where IIS obviously exists. For now is it possible for my webapp to be made accessible from other systems on the LAN without hosting it on IIS? I mean can it be accessed from the development server itself? Something like: http://10.x.x.x:port_number/MyWebAppName I mean if I unblock the port in my firewall. Kindly advise. I just need to get it up and running for a demo.
Hi, As already pointed out, I was asking if it could be accessed from the development server itself. If not, can anyone guide me as to how to host it on IIS 7(windows vista). I have never hosted a website and am absolutely clueless. My website is built in Visual Studio 2008. I Installed IIS 7. Added my website folder to inetpub/wwwroot, converted it to Application inside the "Default website" as I read in an article and even created an Application Pool and assigned it to my website but it keeps throwing different sorts of errors.PLEASE HELP. ITS URGENT! :((
modified on Thursday, February 18, 2010 12:20 AM