S
Sunil
I have an issue here with our website. It sometimes returns a big
"Service unavailable" message when I access the site. But after some
hits on F5 the page is served correctly. Not sure what is going on.
The site is hosted on a remote server. Checked up with their support
group and they said that the application pool linked with our account
has exceeded its job limit settings. Since our account is on a shared
server they found it difficult to isolate the problem.
Finally they said that our web application is trying to create a key
in the registry and getting access denied, and after some time the
application gets locked up and the "service unavailable" message is
displayed.
They also gave us a log file of the registry and the key that is being
created is "HKU\.Default\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings" and is being ACCDENIED and finally they said that our code
is trying to modify the IIS settings programmatically.
So we are not sure what the issue here is. If you have more insight
into this issue, any suggestions and advice will be appreciated.
Thanks much,
Sunil.B
"Service unavailable" message when I access the site. But after some
hits on F5 the page is served correctly. Not sure what is going on.
The site is hosted on a remote server. Checked up with their support
group and they said that the application pool linked with our account
has exceeded its job limit settings. Since our account is on a shared
server they found it difficult to isolate the problem.
Finally they said that our web application is trying to create a key
in the registry and getting access denied, and after some time the
application gets locked up and the "service unavailable" message is
displayed.
They also gave us a log file of the registry and the key that is being
created is "HKU\.Default\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings" and is being ACCDENIED and finally they said that our code
is trying to modify the IIS settings programmatically.
So we are not sure what the issue here is. If you have more insight
into this issue, any suggestions and advice will be appreciated.
Thanks much,
Sunil.B