Ask a Question related to ASP, Design and Development.
-
manofsteele #1
ASP pages not being served correctly
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?
manofsteele Guest
-
index.cfm deleted, but still being served
So I have an index.cfm that was deleted, yet the page is still being served. I doesn't exist at all on my server, yet I can still view it. I've even... -
Tabloid pages in Adobe don't convert correctly? Help
I'm having problems when converting Word documents with mixed page sizes to Adobe. I have both letter and tabloid page sizes. When I convert the... -
How to make a file where the pages are numbered correctly?
I'm supposed to print a small "book", page size A5, 40 pages. How can I arrange the pages easily so that they are in the right place when you... -
Help please... ASP is not served by IIS.
http://www.aspfaq.com/2226 http://www.aspfaq.com/2147 "Dan" <dan@netgeekster.com> wrote in message... -
caching images served by ASP
Tim Williams wrote on 28 jun 2003 in microsoft.public.inetserver.asp.general: Random does not prevent a repeating of a value. What it needs is... -
Aaron Bertrand - MVP #2
Re: ASP pages not being served correctly
> In IE 6 it says: HTTP 500 - Internal server error
Figure out what the real error is.
[url]http://www.aspfaq.com/2109[/url]
Aaron Bertrand - MVP Guest
-
Tom Kaminski [MVP] #3
Re: ASP pages not being served correctly
"manofsteele" <manofsteele@311.com> wrote in message
news:uD$xwZLmDHA.2404@TK2MSFTNGP12.phx.gbl...to> I have a new computer that I have iis 5 installed on win xp. I am tryingFAQ. Start here:> 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?
[url]http://www.aspfaq.com/show.asp?id=2109[/url]
[url]http://support.microsoft.com/?id=311766[/url]
[url]http://support.microsoft.com/?id=309051[/url]
--
Tom Kaminski IIS MVP
[url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
[url]http://mvp.support.microsoft.com/[/url]
[url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
Tom Kaminski [MVP] Guest
-
Dave Anderson #4
Re: ASP pages not being served correctly
"manofsteele" wrote:
This is proof that IIS is running (specifically the WWW publishing service),>
> In IE 6 it says: HTTP 500 - Internal server error
> Internet Explorer
as well as fairly persuasive evidence that you have not turned off "Friendly
HTTP Error Messages" in your IE6 [Advanced] options.
This is the true error, which you will discover after fixing your IE> In Netscape 6 it says "Class does not exist."
settings.
1. Windows XP is not the same OS as previous versions, so there is no reason> 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".
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.
1. There is no such thing as the "asp service". IIS is a suite of services> So apparently the asp service is not running.
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.
Dave Anderson Guest



Reply With Quote

