RE: Server Application Error
From: Yogita Manghnani [MSFT] (yonlinemanghn_at_online.microsoft.com)
Date: 06/18/04
- Next message: Wayne Taylor: "Re: Setting up web server at home."
- Previous message: Wayne Taylor: "Re: Setting up web server at home."
- Maybe in reply to: yaya: "RE: Server Application Error"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 21:03:14 GMT
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.
*********************************************************************
- Next message: Wayne Taylor: "Re: Setting up web server at home."
- Previous message: Wayne Taylor: "Re: Setting up web server at home."
- Maybe in reply to: yaya: "RE: Server Application Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|