Tagged Questions
0
votes
1answer
122 views
Using Fiddler with MVC - Getting 401s
I have fiddler installed and I'm running an MVC3 app through visual studio. Whenever I try to hit the MVC page with fiddler (localhost:28267) I get a 401. How can I determine what's causing this? ...
0
votes
1answer
550 views
ItextSharp 401 error (Image issue)
I'm having some trouble using iTextSharp in MVC3.
I am creating a header/footer with some images and it works fine locally but when i upload it to my server it returns a 401:
The remote server ...
2
votes
3answers
2k views
MVC 3 401 Unauthorized on hosting server
I have an MVC 3 application that is giving me a 401 error when I try and access it from the remote server, but when I run it from my local computer it runs with out any error.
The remote server has ...
1
vote
4answers
1k views
Unauthorized result in ajax requests
I have application with many ajax actions (implemented using JQuery.ajax), that returns JSON ot html. Some of them should be accessible only to authorized users, and I decorated them with [Authorize] ...
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
1answer
360 views
return 401 error code on POST, but also redirect to referring page
I'm using the post/redirect/get pattern in my asp.net mvc 3 web application. Typically, if you submit a POST that triggers validation, you get a 302 redirect back to the original page, so the user can ...