IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationIIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
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  
Old September 23rd, 2004, 03:51 PM
makz makz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 70 makz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 32 sec
Reputation Power: 5
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

Reply With Quote
  #2  
Old September 23rd, 2004, 04:15 PM
carrzkiss carrzkiss is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 19 carrzkiss User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Please refer to the event log for more detail information


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

Reply With Quote
  #3  
Old September 24th, 2004, 06:59 AM
makz makz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 70 makz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 32 sec
Reputation Power: 5
Thanks for ur reply. Which folder I can find the event logs??
Thanks in advance.
-mak

Reply With Quote
  #4  
Old September 24th, 2004, 07:08 AM
makz makz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 70 makz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 32 sec
Reputation Power: 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. 

Reply With Quote
  #5  
Old September 24th, 2004, 07:08 AM
makz makz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 70 makz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 32 sec
Reputation Power: 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

Reply With Quote
  #6  
Old September 24th, 2004, 07:40 AM
carrzkiss carrzkiss is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 19 carrzkiss User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #7  
Old September 24th, 2004, 07:50 AM
makz makz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 70 makz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 32 sec
Reputation Power: 5
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

Reply With Quote
  #8  
Old September 24th, 2004, 10:52 AM
makz makz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 70 makz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 32 sec
Reputation Power: 5
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

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > Sever Application Error:Cant see asp


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway