|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Sever Application Error:Cant see asp
HI
I am using IIS for the first time. I am able to view Default.htm when I browse for:"http://my-computer-name".But when I give:"http://my-computer-name/Default.asp", It shows me the following error: Code:
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. Content of my Default.asp is: Code:
<html> <head><title>Curent Time</title></head> <body> <h3> The current time is: none </h3> </body> </html> Even if it doesnot have any <% .......%> tags, it should work right? I tried with stopping and starting the server. But no luck. Would u pls help me. Thanks in advance |
|
#2
|
|||
|
|||
|
Quote:
Could you go into the "Event Viewer" and get the Error out And paste it in here, this way we can better assist you with The problem... (This same thing happened to me back yrs ago. But it has been so long ago, that I do not remember what the Problem was.) We do need the Event Viewer message? carrzkiss |
|
#3
|
|||
|
|||
|
Thanks for ur reply. Which folder I can find the event logs??
Thanks in advance. -mak |
|
#4
|
|||
|
|||
|
This is what I get from event viewer:
Code:
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .\IWAM_Y75SX0H in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}
This is the Warning: Code:
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. |
|
#5
|
|||
|
|||
|
This is what I get from event viewer:
Code:
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .\IWAM_Y75SX0H in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}
This is the Warning: Code:
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. Pls help. Thanks in advnace |
|
#6
|
|||
|
|||
|
Can you provide the
Event ID: Source: This will make it alot faster to search for information Also, have you tried to click on the link that is available in the Warning: ? This may, and may not have the information, depending on if it is An issue that has been reported to Microsoft yet. carrzkiss |
|
#7
|
|||
|
|||
|
Code:
EventID:10004
Source=DCOM
Description:
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .\IWAM_Y75SX0H in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}
Code:
Source:W3SVC Event ID: 36 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. I went ot hte page: "http://support.microsoft.com/default.aspx?scid=kb;EN-US;297989", it has some useful information but very confusing. Any help is appreciated. Thanks in advance. -makz |
|
#8
|
|||
|
|||
|
Problem solved
My problem is solved. This was fixed by running the Synciwam.vbs from \Inetpub\AdminScripts directory.
Thanks to all who replied to this thread. -makz |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Sever Application Error:Cant see asp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|