No, there is nothing in the event log (application and system) right now.
At the beginning, there was a warning in the system event log, id 36, saying
(in French) something like "failed starting application LM/W3SVC/1/ROOT/EASY.
The error was 'Class not registered' ". So I re installed IIS after cleaning
c:\inetpub and c:\windows\system32\inetsrv, in order to clear this message.
The first time I tried to connect to my application, I got the source of my
aspx file displayed by the browser => I run manually the commands
"aspnet_regiis -ir" and "aspnet_regiis -s LM/W3SVC/1/ROOT/EASY" to register
the framework 2.0 for my application.
After that, I got HTTP 500 internal server error on the browser.
I tried to repair my framework .NET, just in case, but no effect.
--
Olivier GIL
LAFON SA
"Ken Schaefer" wrote:
> Is there anything logged in the Windows Event Log?
>
> Cheers
> Ken
>
>
> "Olivier GIL" <ogil.DeleteThis@newsgroup.nospam> wrote in message
> news:DCAFA6E5-A7F7-40DC-B57D-AD344C772EC5@microsoft.com...
> > Hello,
> >
> > I installed an ASP.NET application on IIS 5.1 and I always get HTTP 500
> > internal server error when I try to access my web site. Static HTML pages
> > are
> > supplied correctly, it seems to be a problem with running aspnet_wp.exe.
> >
> > The same application works fine on other machines using XP Pro, 2000 SP6
> > or
> > 2003 server SP2. The problem only occurs on this particular machine,
> > without
> > any explanation.
> >
> > The platform is Windows XP Pro SP2
> >
> > The .NET framework is version 2.0
> >
> > Can somebody help me please ?
> >
> > --
> > Olivier GIL
> > LAFON SA
>
> >> Stay informed about: HTTP 500 server internal error on Win XP with ASP.NET