vote up 1 vote down star
2

I am experimenting with the integrated authentication mode for static content in IIS7. I followed the instructions in this article: http://aspnet.4guysfromrolla.com/articles/122408-1.aspx It is working fine if I allow/deny access by login status (like in the article). However I want to allow/deny access based on roles (using the ASP.NET built in Roles Provider). When I put an allow rule for the role "Admin" in the web.config and deny rule for all other users I am not able to access the static files even when I login as an admin. The same folder contains non-static content (aspx pages) that are accessed just fine based on the Role Provider information.

Any ideas?

flag

80% accept rate
Can you show us your web.config? – rick schott Sep 21 at 18:10

1 Answer

vote up 0 vote down

I would say the most likely culprit is that the static files are not being processed by ASP.NET but being left up to IIS.

Does it work if you add a wildcard script mapping?

link|flag
what do you suggest to add as a wildcard script mapping? and if this is the case why does the authentication based on login status work but not the roles? – Stilgar Jul 10 at 11:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.