When I browse to HTTP://localhost/defacult.asp, it shows
the message:

Server Application Error
The server has encountered an error while loading an
application during the processing of your request. Please
refer to the event log for more detail information. Please
contact the server administrator for assistance.

But it works for pure html page.

RE: Server Application Error by yonlinemanghn

yonlinemanghn
Fri Jun 18 16:03:14 CDT 2004

Hello,
What version of IIS is this?
If it is IIS5 or IIS5.1 or IIS6 running in the IIS5 isolation mode, do the
following:
1) Right click on the site, go to Properties
2) On the Home Directory tab, set the Application Protection to Low
3) Browse the asp page again and confirm if it serves up.

If this is IIS4,
1) Right click on the site, go to Properties
2) On the Home Directory tab, uncheck the option Run in separate memory
space
3) Browse the asp page again and confirm if it serves up.

When you have Application protection set to Low , the asp page is run in
the inetinfo.exe process under the context of the Local System account.
When running in Medium or High Application protection (separate memory
space) the IWAM account is the identity of the process thats executing the
ASP pages.

If you can browse the asp page after following the above steps, it is
likely that the IWAM account is out of sync or locked out or disabled.You
can confirm this by looking at the event logs.

Please review:
http://support.microsoft.com/default.aspx?scid=kb;en-us;297989
http://support.microsoft.com/default.aspx?scid=kb;en-us;309051

Hope this helps!!!
Thanks,
Yogita Manghnani
Microsoft Developer Support
Internet Information Server

*********************************************************************
>>Please do not send email directly to this alias. This is an online
account name for newsgroup participation only.<<

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.

© 2003 Microsoft Corporation. All rights reserved.
*********************************************************************