Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP pages not being served correctly

Reply
Thread Tools

ASP pages not being served correctly

 
 
manofsteele
Guest
Posts: n/a
 
      10-22-2003
I have a new computer that I have iis 5 installed on win xp. I am trying to
run a simple one line asp test file in my wwwroot directory.

In IE 6 it says: HTTP 500 - Internal server error
Internet Explorer

In Netscape 6 it says "Class does not exist."

In my application event viewer, there are no entries from "Active Server
Pages", like I"m used to seeing in my other computers. Usually this entry
says "Service Started" or "Service Stopped". So apparently the asp service
is not running. I thought that uninstalling and reinstalling IIS would fix
it, but not luck.

Does anyone know why?


 
Reply With Quote
 
 
 
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      10-22-2003
> In IE 6 it says: HTTP 500 - Internal server error

Figure out what the real error is.
http://www.aspfaq.com/2109


 
Reply With Quote
 
 
 
 
Tom Kaminski [MVP]
Guest
Posts: n/a
 
      10-22-2003
"manofsteele" <> wrote in message
news:uD$...
> I have a new computer that I have iis 5 installed on win xp. I am trying

to
> run a simple one line asp test file in my wwwroot directory.
>
> In IE 6 it says: HTTP 500 - Internal server error
> Internet Explorer
>
> In Netscape 6 it says "Class does not exist."
>
> In my application event viewer, there are no entries from "Active Server
> Pages", like I"m used to seeing in my other computers. Usually this entry
> says "Service Started" or "Service Stopped". So apparently the asp service
> is not running. I thought that uninstalling and reinstalling IIS would fix
> it, but not luck.
>
> Does anyone know why?


FAQ. Start here:
http://www.aspfaq.com/show.asp?id=2109
http://support.microsoft.com/?id=311766
http://support.microsoft.com/?id=309051

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/



 
Reply With Quote
 
Dave Anderson
Guest
Posts: n/a
 
      10-22-2003
"manofsteele" wrote:
>
> In IE 6 it says: HTTP 500 - Internal server error
> Internet Explorer


This is proof that IIS is running (specifically the WWW publishing service),
as well as fairly persuasive evidence that you have not turned off "Friendly
HTTP Error Messages" in your IE6 [Advanced] options.


> In Netscape 6 it says "Class does not exist."


This is the true error, which you will discover after fixing your IE
settings.


> In my application event viewer, there are no entries from
> "Active Server Pages", like I"m used to seeing in my other
> computers. Usually this entry says "Service Started" or
> "Service Stopped".


1. Windows XP is not the same OS as previous versions, so there is no reason
to assume everything will be in the same place.
2. IIS runs as a service, not as an application.
3. You have a certain measure of control over what gets logged. Look in the
[Audit Policy] section of [Local Security Settings]:[Local Policies]. It's
in your Administrative Tools. I note that many events are not audited by
default in Server 2003, so I assume similar for XP.


> So apparently the asp service is not running.


1. There is no such thing as the "asp service". IIS is a suite of services
that includes [World Wide Web Publishing Service], [Simple Mail Transfer
Protocol (SMTP)], [FTP Publishing Service], [IIS Admin Service], [Network
News Transport Protocol (NNTP)], etc.
2. As pointed out previously, your web service is running.
3. .asp is an Application Extension under the web service. Open the IIS
Manager, look at the properties for your default web site, and view the
[Home Directory] tab. Click on the [Configuration...] button, and you'll see
whether .asp is listed as an extension. I'm betting it is.


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.


 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NZ Government being served up Microsoft FUD Peter NZ Computing 1 03-06-2006 11:56 AM
Re: Pages are not served correctly (http return code 304) Craig Deelsnyder ASP .Net 5 07-15-2004 03:39 AM
ASP not being served on some Clients? Scott Townsend ASP General 3 05-21-2004 04:22 PM
ASP.NET PAGES NOT SERVED IN IIS 5/W2K Jeff ASP General 2 01-27-2004 03:41 AM
Pages are served in separate processes or threads Shahid Siddiqui ASP .Net 2 10-15-2003 01:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57