This error come due to authentication mode problem.
To correct this error follow the following step:
- Select your project.
- press F4.
- the screen will open like the below image.
- disable the "Anonymous Authentication" and enable the "Window Authentication".
paste in the web configuration
<system.web>
<authentication mode="Windows">
</system.web>
No comments:
Post a Comment