Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I deploy a ASP.net MVC 4 web portal on a Windows 2008 R2 Web server. Somes files are on a share on an other machine (Windows 2003 Standard).

When the navigator request images, form authentication redirect request to the logon page.

http://xxxx.intranet/en-us/LogOn?ReturnUrl=%2fImages%2fUploadedContent%2fCommonBullet.png

I checked right for the files, everyone has full control.

The issue is only in IIS.

I did not configure the IIS so I don't understand why it doesn't work.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.