Server Application Unavailable
-
I have got Win2000 server with framework 2.0 When I try to open my program (file ziu.aspx) I receive message: "Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request." In log file I have got: "Failed to execute request because the App-Domain could not be created" I have tried to reinstall IIS and Framework but no effect. wawrecez
-
I have got Win2000 server with framework 2.0 When I try to open my program (file ziu.aspx) I receive message: "Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request." In log file I have got: "Failed to execute request because the App-Domain could not be created" I have tried to reinstall IIS and Framework but no effect. wawrecez
First of all you have to Create Virtual Directory for your Application and then check your virtual directory is working and your IIS is also working ..... i hope after configuration of your server and Virtual directory your Application will work fine. Regards, Muhammad Nadeem.
-
I have got Win2000 server with framework 2.0 When I try to open my program (file ziu.aspx) I receive message: "Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request." In log file I have got: "Failed to execute request because the App-Domain could not be created" I have tried to reinstall IIS and Framework but no effect. wawrecez
I also noticed this behavior when in the aspx page there is some infinite loop, so the ASP.NET engine kills the execution of the code due to the timeout. ___________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA]
-
I have got Win2000 server with framework 2.0 When I try to open my program (file ziu.aspx) I receive message: "Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request." In log file I have got: "Failed to execute request because the App-Domain could not be created" I have tried to reinstall IIS and Framework but no effect. wawrecez
-
I created Virtual directory and checked HTML file. This works well. This same aspx files I use at other server with Win2003 and they work well. wawrecez
Hi there, IMO, you might try to re-register asp.net to IIS using aspnet_regiis tool << >>