how to use ASP.NET virtual server to start a website without using IIS
-
Hello Guys. I have been trying to set up IIS but obviously missed a few thins.I missed the creation of a virtual directory but now yes I have managed to do so. Another way is to setup a virtual server(ASP.NET) without using IIS. Has anyone used this method before.When googling, all I got was "%windir%\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE" /port:1001 /path:"%CD%" /vpath:"/myWebSite" But dont know where to start, unlike with IIS. Can anyone help guys.Thanx in advance.
kagiso
-
Hello Guys. I have been trying to set up IIS but obviously missed a few thins.I missed the creation of a virtual directory but now yes I have managed to do so. Another way is to setup a virtual server(ASP.NET) without using IIS. Has anyone used this method before.When googling, all I got was "%windir%\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE" /port:1001 /path:"%CD%" /vpath:"/myWebSite" But dont know where to start, unlike with IIS. Can anyone help guys.Thanx in advance.
kagiso
-
I have managed to setup my page in ASP.NET virtual server but I get the massage that "unable to debug on the server.Unable to connect to the webserver.Verify that the webserver is running and incoming HTTP request are not blocked by a firewall." How do I fix this??
kagiso
-
I have managed to setup my page in ASP.NET virtual server but I get the massage that "unable to debug on the server.Unable to connect to the webserver.Verify that the webserver is running and incoming HTTP request are not blocked by a firewall." How do I fix this??
kagiso
matjame wrote:
"unable to debug on the server
We had a similar issue, and was fixed by adding the site to trusted site's list. Try that
-
matjame wrote:
"unable to debug on the server
We had a similar issue, and was fixed by adding the site to trusted site's list. Try that
-
Hello Guys. I have been trying to set up IIS but obviously missed a few thins.I missed the creation of a virtual directory but now yes I have managed to do so. Another way is to setup a virtual server(ASP.NET) without using IIS. Has anyone used this method before.When googling, all I got was "%windir%\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE" /port:1001 /path:"%CD%" /vpath:"/myWebSite" But dont know where to start, unlike with IIS. Can anyone help guys.Thanx in advance.
kagiso
Have a look at the link provided below. Hope it helps. http://weblogs.asp.net/rmclaws/archive/2005/10/25/428422.aspx