Re: IIS5 Visual Basic.net 2003 - Internal Server Error
From: Bob Smith (BobSmith_at_discussions.microsoft.com)
Date: 12/29/04
- Next message: Chris: "404 error for certain extension on IIS 6"
- Previous message: Pam Will: "Re: localhost is all that will work"
- In reply to: Kristofer Gafvert: "Re: IIS5 Visual Basic.net 2003 - Internal Server Error"
- Next in thread: David Wang [Msft]: "Re: IIS5 Visual Basic.net 2003 - Internal Server Error"
- Reply: David Wang [Msft]: "Re: IIS5 Visual Basic.net 2003 - Internal Server Error"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Dec 2004 14:17:02 -0800
Thanks for the reply. I have turned off friendy error messages in IE and get
the "Server encountered an internal error. To get more info turn on
customErrors in the server's config file." message.
How do I turn on customErrors in IIS5? when I edit the Web.Config to include
<system.web>
<customErrors mode="Off">
</customErrors>I get the error below from IE
</system.web>
Line 28: Add <error> tags for each of the errors you want to handle.
Line 29: -->
Line 30: <customErrors mode="RemoteOnly" />
Line 31:
Line 32: <!-- AUTHENTICATION
"Kristofer Gafvert" wrote:
> Hello,
>
> It would help to get a complete error message. Have you tried to follow
> the error message you get, and turn on customErrors (temporarily)?
>
> Have you checked the Event Log? It might tell you something.
>
> Please also disable "Show Friendly HTTP Error messages" in your
> browser.[1]
>
> I cannot give you better help, because everything else would be a guess.
>
>
> [1]
> In Internet Explorer, click Tools->Internet Options.
> Click on the Advanced tab.
> Uncheck "Show Friendly HTTP Error messages".
>
>
> --
> Regards,
> Kristofer Gafvert
> www.ilopia.com
>
> Bob Smith wrote:
>
> > I was wondering if anyone could help me with an issue I'm having on a
> > remote IIS5 machine and Microsoft dot net.
> >
> > Configuration
> > 1, IIS5
> > 2, Microsoft Front Page Extensions
> > 3, Microsoft Dot Net Framework 1.1
> > 4, Visual Studio dot net (Server Components)
> >
> > Problem
> > When the developers publish applications to the IIS server clients
> > are unable to access these applications, they get an
> > error 500
> > "Server encountered an internal error. To get more info turn on
> > customErrors in the server's config file."
> >
> > http://TestServer/dev/testapp.rem?wsdl
> >
> > however the application works fine on the developers web server.
> >
> > Does anyone know what could cause this?
> >
> > Thanks
>
- Next message: Chris: "404 error for certain extension on IIS 6"
- Previous message: Pam Will: "Re: localhost is all that will work"
- In reply to: Kristofer Gafvert: "Re: IIS5 Visual Basic.net 2003 - Internal Server Error"
- Next in thread: David Wang [Msft]: "Re: IIS5 Visual Basic.net 2003 - Internal Server Error"
- Reply: David Wang [Msft]: "Re: IIS5 Visual Basic.net 2003 - Internal Server Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|