Link to home
Start Free TrialLog in
Avatar of kwh3856
kwh3856Flag for United States of America

asked on

The request failed with HTTP status 401: Unauthorized

We are currently using a Windows 2008 R2 Web Server running IIS 7.0.  We have an application written by a third party vendor in C#.net ver 2.0 and ASP.net.  The application uses a seperate SQL 2008 R2 Report server to generate reports.  The application has been configured to run in a seperate application pool called demo in classic mode.  Whenever we try to run a report we get the error message

The request failed with HTTP status 401: Unauthorized.

Does anyone have any idea what may be causing this problem?  Any help is greatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of MSSystems
MSSystems
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It is also possible that you need to register ASP.NET 2 on the server for IIS7.
%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -ir

Open in new window

Avatar of kwh3856

ASKER

Sorry for the delay.  Please give MSSystems the points.  Thank you very much.
Avatar of Mike McCracken
Mike McCracken

This question has been classified as abandoned and is being closed as part of the Cleanup Program. See my comment at the end of the question for more details.