Home All Groups Group Topic Archive Search About

IWA Authentication Returns HTTP Error500

Author
6 Jul 2005 12:03 PM
Oneal
Hi everyone,

I have developed an ASP.NET web application.  Our development environment is:

IIS 5 running on Windows 2000
Windows 2000 domain controller
Integrated Windows Authentication enabled
Anonymous Access disabled
Allows all domain users in web.config

When I deployed it to the staging environment with the configuration
enumerated below:
IIS 6 running on Windows 2003
Windows 2000 domain controller
Integrated Windows Authentication enabled
Anonymous Access disabled
Allows all domain users in web.config

The login dialog box appears ok.  Upon entering all required information,
and the authentication is complete, the server returns HTTP 500, Internal
Server Error. 

It seems unlikely that the problem is with the application because the
application can be installed on any IIS server and it runs fine.

I have followed documentations on how to configure IWA for IIS 6.0 but still
it is not working.

Can someone please help me out?  Thanks much.



--
==========
Oneal Guillermo

Author
6 Jul 2005 12:25 PM
Ken Schaefer
Is there anything logged in the Windows Event Log? If so, please post the
event ID, description and source.

Cheers
Ken

Show quoteHide quote
"Oneal" <leonil.t.guille***@accenture.com.donotspam> wrote in message
news:61BC1E7A-F922-4691-9EF6-6C5253D0ACD4@microsoft.com...
: Hi everyone,
:
: I have developed an ASP.NET web application.  Our development environment
is:
:
: IIS 5 running on Windows 2000
: Windows 2000 domain controller
: Integrated Windows Authentication enabled
: Anonymous Access disabled
: Allows all domain users in web.config
:
: When I deployed it to the staging environment with the configuration
: enumerated below:
: IIS 6 running on Windows 2003
: Windows 2000 domain controller
: Integrated Windows Authentication enabled
: Anonymous Access disabled
: Allows all domain users in web.config
:
: The login dialog box appears ok.  Upon entering all required information,
: and the authentication is complete, the server returns HTTP 500, Internal
: Server Error.
:
: It seems unlikely that the problem is with the application because the
: application can be installed on any IIS server and it runs fine.
:
: I have followed documentations on how to configure IWA for IIS 6.0 but
still
: it is not working.
:
: Can someone please help me out?  Thanks much.
:
:
:
: --
: ==========
: Oneal Guillermo