Hi,
I'm Running IIS 5.0 under W2K server. My problem is that I can't show/run asp pages.
I have unistall IIS and installed it again.
I Have created a new site and the same problem. htm, html files are working.
I recive this message when I trying to load a asp page.
"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."
In the eventlog I get these two errors...
"Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 2003-07-28
Time: 15:05:54
User: N/A
Computer: COMPUTERNAME
Description:
The server failed to load application '/LM/W3SVC/1/Root'. The error was 'The server process could not be started because the configured identity is incorrect. Check the username and password.
'.
For additional information specific to this message please visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10004
Date: 2003-07-28
Time: 15:05:54
User: N/A
Computer: COMPUTERNAME
Description:
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .IWAM_COMPUTERNAME in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1} "
When I was surfing the web I found this at Microsoft website.
http://support.microsoft.com/default.aspx?scid=kb;en-us;297989 I have done that but I still have the same problem. Please I need some help to fix this!
BR,
David / Sweden
Comments
I'm web developer in ASP and I use IIS with W2K.
These are the steps that I always follow:
1.- I create a Directory where I put all my ASP pages.
2.- I create a Virtual Directory in IIS
3.- I run my ASP with this URL, http://computername/namevirtualdirectory/file.asp
And that's it. Try with a simple ASP file, maybe the problem is your ASP page.
<%
response.write "Hello World"
%>
Regards
Roy
: Hi,
: I'm Running IIS 5.0 under W2K server. My problem is that I can't show/run asp pages.
: I have unistall IIS and installed it again.
: I Have created a new site and the same problem. htm, html files are working.
: I recive this message when I trying to load a asp page.
: "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."
: In the eventlog I get these two errors...
: "Event Type: Warning
: Event Source: W3SVC
: Event Category: None
: Event ID: 36
: Date: 2003-07-28
: Time: 15:05:54
: User: N/A
: Computer: COMPUTERNAME
: Description:
: The server failed to load application '/LM/W3SVC/1/Root'. The error was 'The server process could not be started because the configured identity is incorrect. Check the username and password.
: '.
: For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
:
:
: Event Type: Error
: Event Source: DCOM
: Event Category: None
: Event ID: 10004
: Date: 2003-07-28
: Time: 15:05:54
: User: N/A
: Computer: COMPUTERNAME
: Description:
: DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .IWAM_COMPUTERNAME in order to run the server:
: {3D14228D-FBE1-11D0-995D-00C04FD919C1} "
:
: When I was surfing the web I found this at Microsoft website. http://support.microsoft.com/default.aspx?scid=kb;en-us;297989
:
: I have done that but I still have the same problem. Please I need some help to fix this!
:
: BR,
: David / Sweden
: