|
Home > Archive > IIS Server Security > July 2005 > IWA Authentication Returns HTTP Error500
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IWA Authentication Returns HTTP Error500
|
|
|
| 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
| |
| Ken Schaefer 2005-07-06, 7:52 am |
| Is there anything logged in the Windows Event Log? If so, please post the
event ID, description and source.
Cheers
Ken
--
IIS Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com
"Oneal" <leonil.t.guillermo@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
|
|
|
|
|