Re: WINXP PRO IIS runs HTML pages but NOT ASP pages
From: Kristofer Gafvert (kgafvert_at_NEWSilopia.com)
Date: 03/16/05
- Next message: rweide: "Re: Detect errors that keep users away??"
- Previous message: Raghu: "Re: .NET App Pools"
- In reply to: Sonny: "Re: WINXP PRO IIS runs HTML pages but NOT ASP pages"
- Next in thread: Sonny: "Re: WINXP PRO IIS runs HTML pages but NOT ASP pages"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Mar 2005 12:08:25 -0800
Hi,
Does this happen for all ASP-files?
If so,
Make sure that the "Distributed Transaction Coordinator" service is
started.
Run this in a command prompt:
cd %windir%\system32\inetsrv
rundll32 wamreg.dll, CreateIISPackage
regsvr32 asptxn.dll
It is case sensitive!
run IISRESET to restart IIS.
Does it work now?
--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com
Sonny wrote:
>
> Here's the IE error:
>
> 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
>
> Error Log:
> The server failed to load application '/LM/W3SVC/1/ROOT'. The error was
> 'Class not registered'.
>
>
> Thanks
> sonny
>
>
> > "Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message
> > news:xn0dztvrp7of4b200w@news.microsoft.com...
> >> "HTTP 500 - Internal server error" is a general error. Please follow
my
> >> instructions on how to disable friendly http error messages that i
posted
> >> in the first post. We need the more informative error message to be
able
> >> to help.
> > >
> > >
> >> --
> >> Regards,
> >> Kristofer Gafvert
> >> www.gafvert.info - My Articles and help
> >> www.ilopia.com
> > >
> > >
> >> Sonny wrote:
> > >
> >>> I can navigate to any html page on my site but it doesn't seem to
work
> >> for
> >>> any asp page at all. Even for the asp paged that I converted from an
> >>> html
> >>> one. (I just renamed a html page to asp extension.)
> >>> As for a sample code, I did a simple "response.write("TESTING ASP
CODE
> >>> PAGE")". As you can see it's very simple and shouldn't have any
> >> problems. I
> >>> get an internal server error, as below.
> >>> HTTP 500 - Internal server error
> >>> Internet Explorer
> > > >
> >>> Thanks,
> >>> Sonny
> > > >
> > > >
> >>> "Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message
> >>> news:xn0dztvch7nt26500v@news.microsoft.com...
> >>> > Hi,
> >>> >
> >>> > IIS on Windows XP Pro will by default process ASP pages. What
happens
> >> when
> >>> > you try to browse an ASP page? Do you get the source code? Do you
get
> >> an
> >>> > error message?
> >>> >
> >>> > Please disable "Show Friendly HTTP Error Messages" in your browser
> >> before
> >>> > you post your error message. You can do so by doing this:
> >>> >
> >>> > In Internet Explorer:
> >>> > Click Tools->Internet Options
> >>> > Click on the Advanced tab.
> >>> > Disable "Show Friendly HTTP Error messages"
> >>> >
> >>> >
> >>> > --
> >>> > Regards,
> >>> > Kristofer Gafvert
> >>> > www.gafvert.info - My Articles and help
> >>> > www.ilopia.com
> >>> >
> >>> >
> >>> > Sonny wrote:
> >>> >
> >>> >> I just installed IIS and it doesn't process ASP pages. I have a
> >> feeling
> >>> > it's
> >>> >> a security permission issue. Anyone know how to resolve this
problem
> >> so I
> >>> >> can process ASP pages on my computer?
> >>> > >
> >>> >> TAI
> >>> > >
> >>> >> Sonny
> >
> >
- Next message: rweide: "Re: Detect errors that keep users away??"
- Previous message: Raghu: "Re: .NET App Pools"
- In reply to: Sonny: "Re: WINXP PRO IIS runs HTML pages but NOT ASP pages"
- Next in thread: Sonny: "Re: WINXP PRO IIS runs HTML pages but NOT ASP pages"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|