The web application you are attempting to access on this web server is currently unavailable
You just copied a directory with an ASP.Net web site in your wwwroot directory, you created an ASP.Net application from IIS/Web Sites, yet you get an error, no matter what page you try to access: The web application you are attempting to access on this web server is currently unavailable.
It's an access issue. Give access to the directory to the ASPNET user.
It's an access issue. Give access to the directory to the ASPNET user.
Comments
Well, try reading this link: http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=287#ASPNET. It's pretty clear.
SideriteGive access to ASPUSER? How (for all us dummies). Thank you....
JCDiscipleVoici 2-3 points que je répètes à chaque fois que je configure mon environnement de dév : http://pceasy.wordpress.com/2009/01/03/configurer-aspnet-visual-studio-et-iis/
Anonymous