We have a ASP-application running with IIS on a Windows XP
Citrix - Server.
It used to run very well.
But after a restart of this Server the IIS doesn't seem to
be able to run ANY ASP any more:
I found out the following:
I checked the IIS with localhost:
* If you give the IIS a .html file as Default file, the
IIS is able to show this file when typing localhost in the
Internet Explorer
* But if I give him any ASP file (like iisstart.asp) an
error message (HTTP server 500) occurs
(I do not know if anybody had installed any new software
in the meantime on this server)
Can anybody help me?
Michael
FAQ. Start here:
http://www.aspfaq.com/show.asp?id=2109
http://support.microsoft.com/?id=311766
http://support.microsoft.com/?id=309051
--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/
The server failed to load application '/LM/W3SVC/1/ROOT'.
The error was 'General access denied error
Can anybody help me further on?
>.
>
I have the same problem -» http://jnf.agnesina.it/hello.asp
Best Regards,
Jacopo
www.portalefilosofia.com
>Ok, this is the more detailled error message:
The *full* error would have helped more,
>The server failed to load application '/LM/W3SVC/1/ROOT'.
>The error was 'General access denied error
>
>Can anybody help me further on?
Anytime you get this it's most likely a permissions issue, but without
more information it would be tough to tell exactly why you're running
into it. Most likely the ASP is calling a component that doesn't have
permission, or maybe even the ASP.DLL permissions are incorrect.
Jeff
>.
>
Did you try removing the patches you applied? Can you tell us which
patches?
Jeff
It appears that it may have been as a result of the anti-virus
software scanning the global.asa file.
I added a filter to exclude this file from the real-time scanning.
Everything "seems" to be working for the time being.
-Mike
"Chris Butler" <christophe...@saic.com> wrote in message news:<019d01c30f5c$56fd13e0$a501...@phx.gbl>...