Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I created one .asmx.cs in my webapplication in that getProducts() is the web method name foe getting products information from my database.when i run this application it shows the error as

HTML
HTTP Error 401.2 - Unauthorized
You are not authorized to view this page due to invalid authentication headers.


Detailed Error Information:
Module     IIS Web Core
Notification       AuthenticateRequest
Handler    PageHandlerFactory-Integrated-4.0
Error Code     0x80070005
Requested URL      http://localhost:1643/UI/Default.aspx
Physical Path      D:\Admin Site\ReCon\UI\Default.aspx
Logon Method       Not yet determined
Logon User     Not yet determined
Request Tracing Directory      C:\Users\kalpana\Documents\IISExpress\TraceLogFiles\RECON




Please correct me.
Thanks in advance.
Posted
Updated 6-Sep-12 0:48am
v2

Refer steps from this link
http://support.microsoft.com/kb/942043[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900