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
- Fix-Gradient effect turning to gray in after effects
- How to blur an image in python?
- ModuleNotFoundError: No module named 'whois' in Python GoviralHost Without Terminal
- How to Convert Image to Pencil Sketch in Python?
- AttributeError: module 'urllib' has no attribute 'request' - Python
- How to Extract audio from video files using python?
- PermissionError: [Errno 13] Permission denied: 'shampoo_sales.csv' - Python
- [WinError 145] The directory is not empty: 'FolderPath' - Python
Related Article