Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

HTTP 500 server internal error on Win XP with ASP.NET

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  webmaster cash  
Author Message
Olivier GIL

External


Since: Jan 14, 2008
Posts: 3



(Msg. 1) Posted: Mon Jan 14, 2008 7:42 am
Post subject: HTTP 500 server internal error on Win XP with ASP.NET
Archived from groups: microsoft>public>inetserver>iis (more info?)

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 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Tue Jan 15, 2008 11:06 am
Post subject: Re: HTTP 500 server internal error on Win XP with ASP.NET [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is there anything logged in the Windows Event Log?

Cheers
Ken


"Olivier GIL" <ogil RemoveThis @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 
Back to top
Login to vote
Olivier GIL

External


Since: Jan 14, 2008
Posts: 3



(Msg. 3) Posted: Tue Jan 15, 2008 11:06 am
Post subject: Re: HTTP 500 server internal error on Win XP with ASP.NET [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 4) Posted: Wed Jan 16, 2008 7:04 am
Post subject: Re: HTTP 500 server internal error on Win XP with ASP.NET [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is "show friendly HTTP errors" unchecked in the Advanced options of your
browser?

Cheers
Ken

"Olivier GIL" <ogil.RemoveThis@newsgroup.nospam> wrote in message
news:458DB847-DDA4-4093-BA8A-77A255074DD4@microsoft.com...
> 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.RemoveThis@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 
Back to top
Login to vote
Olivier GIL

External


Since: Jan 14, 2008
Posts: 3



(Msg. 5) Posted: Wed Jan 16, 2008 7:04 am
Post subject: Re: HTTP 500 server internal error on Win XP with ASP.NET [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

It was checked. If I uncheck it, I get the following message in IE :

"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."

but there is nothing in Windows event log...


--
Olivier GIL
LAFON SA


"Ken Schaefer" wrote:

> Is "show friendly HTTP errors" unchecked in the Advanced options of your
> browser?
>
> Cheers
> Ken
>
> "Olivier GIL" <ogil RemoveThis @newsgroup.nospam> wrote in message
> news:458DB847-DDA4-4093-BA8A-77A255074DD4@microsoft.com...
> > 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 RemoveThis @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 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
http 500-internal server error - how can I overcome this error? I cannot access anything.

HTTP 500 Internal Server Error - I'm running Nt server recently i have been getting this error after hitting a few sites then after a while i will be able to go to a few more sites and then the same thing.

HTTP 500 - Internal server error - I have install IIS5.1 in my PC (Wxp), but when I test my localhost server, the IE have display this "Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the...

OWA http 500 internal server error - Hi all, When I try to access OWA from inside or outside my network, I get an HTTP 500 Internal Server Error message. As far as I can ell, everything is set up correctly. I am unable to access Exchange, Exadmin or Public from within the IIS manager. I am...

HTTP 500.100 - Internal Server Error - I'm using MS Software Update Services (SUS) - IIS 5.0 on W2K SP3 and Internet Explorer 6.0, so when I'm trying to access to specific item ( Approve updates) on admin page i received: The page cannot be dispalyed Technical Information (for support..
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]