IIS7 not .html or .js files but serves .aspx

1

I'm trying to implement authentication into my website. I have managed to be correctly redirected to a login page when I try to access the secured website and I can login. However, the problem is that after login I can't access static files (such as .html, .css, .js, etc.), but I can access without any problems .aspx files.

I get error 500.0 with error code 0x80070542.

I have actually found very precise description of my problem here, but the solution doesn't work for me (I already have IIS_IUSRS in there).

Has anybody experienced a similar problem? If you need to see parts of my web.config, let me know and I will add them.

Thanks

windows-server-2008
iis
iis-7
asp.net
.net
asked on Server Fault Oct 28, 2014 by leopik

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0