HTTP Error 401.0 – Unauthorized- in asp.net application
I got this above error while running asp.net web application using mvc 5. Previously, everything was fine. In my trader application, when I click the home icon it is redirecting to the home page. Afterwards I had opened an ecommerce project and run and then login into the account. When I coming to the already opened project trader and clicking some links. But the pages show the following error “HTTP Error 401.0- Unauthorized”.
Finally, I solved this problem by logout from the newly running project ecommerce. Next I clicking the link from the trader application it works fine. It is due to browser cookies. It may also work by clearing the browser cookies.
Post your comments / questions
Recent Article
- How to create custom 404 error page in Django?
- Requested setting INSTALLED_APPS, but settings are not configured. You must either define..
- ValueError:All arrays must be of the same length - Python
- Check hostname requires server hostname - SOLVED
- How to restrict access to the page Access only for logged user in Django
- Migration admin.0001_initial is applied before its dependency admin.0001_initial on database default
- Add or change a related_name argument to the definition for 'auth.User.groups' or 'DriverUser.groups'. -Django ERROR
- Addition of two numbers in django python
Related Article