Unavailable Service
-
This is the error message received when tried to open ASP.Net "The Web server reported the following error when attempting to create or open the Web project located at the following URL:'http://localhost/WebApplication1'. 'HTTP/1.0 503 Service Unvailable'" Anyway I have IIS installed What should I do to run my first ever ASP.NET application
-
This is the error message received when tried to open ASP.Net "The Web server reported the following error when attempting to create or open the Web project located at the following URL:'http://localhost/WebApplication1'. 'HTTP/1.0 503 Service Unvailable'" Anyway I have IIS installed What should I do to run my first ever ASP.NET application
Did you create WebApplication1 as a virtual directory? What version are you running 1.1 or 2.0? Cheers Al My eMail control My Blog
-
Did you create WebApplication1 as a virtual directory? What version are you running 1.1 or 2.0? Cheers Al My eMail control My Blog
Version 1.1 Virtual directory?what is it? never heard of it. don't know what it is .
-
Version 1.1 Virtual directory?what is it? never heard of it. don't know what it is .
Then, that's the problem! Go to IIS and in the default website, right click/New Virtual directory and point it to the directory you developing, should work Al My eMail control My Blog
-
Then, that's the problem! Go to IIS and in the default website, right click/New Virtual directory and point it to the directory you developing, should work Al My eMail control My Blog
Where do I find IIS? In which folder?
-
This is the error message received when tried to open ASP.Net "The Web server reported the following error when attempting to create or open the Web project located at the following URL:'http://localhost/WebApplication1'. 'HTTP/1.0 503 Service Unvailable'" Anyway I have IIS installed What should I do to run my first ever ASP.NET application
first try this right click on to the folder containing your application and click on properties->web sharing here specify the alias name like WebApplication1..this will make that folder virtual but this not seem to be the problem here because your application's name(WebApplication1) suggests that you have created the application from visual studio IDE..which creates the virtual folder for the application automatically.. I think that you need to reinstall your IIS as i think it has been crashed...please try that...service unavailable message usually shown under this situation..