Tagged Questions
0
votes
2answers
231 views
windows authentication error (only with a lot of data)
I have an ASP.net website running under IIS6. In one .aspx page the user has to enter data which is then stored into a database. The amount of data can vary. The project uses Windows Authentication.
...
0
votes
1answer
402 views
Include custom content in ASP.NET Windows Authentication 401 response
We have an internal system where users can authenticate using Windows authentication but we want to include some custom content in the 401 repsonse that takes the user to a custom username/password ...
6
votes
2answers
2k views
ASP.NET MVC 3 Intranet site on IIS7.5 w Windows Authentication gives 401.3 and File authorization failed for the request when trying to log in
I have made an ASP.NET MVC 3 Intranet site with Windows Authentication enabled:
in the Visual Studio project file properties
in the web.config, i.e. <authentication mode="Windows"/>
on the ...
0
votes
4answers
5k views
401 - Unauthorized in IE7 only with windows authentication.
I've created an intranet site that uses windows authentication
In chrome I can access the site instantly, and in FF it requires Active Directory login.
But with IE7 I'm getting the following error:
...
0
votes
1answer
504 views
ASP.NET Application not authenticating using Windows Authentication
I have a Win2003 Server running a number of different ASP.NET websites, all using mixed mode authentication.
One of the applications is causing me issues from one laptop, I get a pile of 401's when I ...
2
votes
0answers
718 views
MVC + Ajax call to Controller Loses Authentication
I've seen similar issues in some posts but none of the answers have helped yet.
My MVC app has a few AJAX/JSON response methods in one controller, and the calls get to destination but it doesn't work ...