Re: Windows Authentication, Custom Error Page HELP!!!!!!!!!!
From: Eric (fish11@earthling.net)
Date: 08/22/02
- Next message: Alex: "Security Problem"
- Previous message: Eric: "Re: Forms based security without cookies?"
- In reply to: george d lake: "Windows Authentication, Custom Error Page HELP!!!!!!!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Eric" <fish11@earthling.net> Date: Thu, 22 Aug 2002 13:38:49 +0200
For Error handling try this settings in web.config:
<configuration>
<system.web>
<customErrors> defaultRedirect="genericerror.htm"
mode="RemoteOnly">
<error statusCode="500"
redirect="InternalError.htm"/>
</customErrors>
</system.web>
</configuration>
If it doesn't work with "401.1", try to make one error page with different
output messages.
Eric
"george d lake" <georgel@valleyyellowpages.com> schrieb im Newsbeitrag
news:uJfjl9SSCHA.2648@tkmsftngp08...
> Hi to all,
> Here is my problem.
> I need to use Windows auth for my Intranet, but I need to force login each
> time the open a new browser (assuming that there are all closed).
> Also, I need a custom Error Page (login) for Errors 401.1 and 401.2
>
>
> Thanks.
> George.
>
>
- Next message: Alex: "Security Problem"
- Previous message: Eric: "Re: Forms based security without cookies?"
- In reply to: george d lake: "Windows Authentication, Custom Error Page HELP!!!!!!!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|