Hi get this error
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.
but when i check the application event log and IIS log
there is nothing
do i need to have some option on for asp log the error?
if not what is causing the error?
Im running .net framework 1.1 on Windows 2000 and error happens on button postback but not all the time
just occasionally like 1 out of 30 times
is this you own designed application? Or a community start kit? It really sounds like your IIS keeps recycling. Is it possible you are changing out the files in the bin directory or writing to the web.config file?I think try to stop and start the IIS.so that your problme may rectify.due to IIS problems some time you may get this error...or else you can try also for repairing IIS try to run following command.
regiis -i.
May help you.
I think you mean
ramana123:
I think try to stop and start the IIS.so that your problme may rectify.due to IIS problems some time you may get this error...or else you can try also for repairing IIS try to run following command.
regiis -i.
May help you.
aspnet_regiis -i
You can find this in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 or by opening up the SDK command prompt.
i made added to existing application
its is programmed in C#
i have added to the program before but never has seen this error
i added to existing application
its is programmed in C#
i have added to the program before but never has seen this error
i added to existing application
its is programmed in C#
i have added to the program before but never has seen this error
i tried using "aspnet_regiis -i " and i still get the problem
note: when i press refresh it works
its like postback event of the button is causing the error
I was play around with fp/vs express 2005 and application directories on my pc and got that error message.
1. In iis check the directory is an application directory?
2. Check the folder security look for "ASP.NET" MACHINE ACCOUNT (MYpc\aspnet) does it have the correct access?
2a. Any messages in the events?
3. Whats in your web.config (check security also)
May help
1. yes it is an application directory
2. it has the correct access
2a. no events in the event log
3. default settings in the web.config file
it does not happen everytime so i think its security
the error is caused when the asp or IIS is refreshing
so theres no way to get around it
0 comments:
Post a Comment