Tagged Questions
0
votes
2answers
228 views
Why am I getting an error in my web.config file
I have the following section added to my web.config:
<system.webServer>
<caching>
<profiles>
<add extension=".html" policy="CacheUntilChange" kernelCachePolicy="DontCache" ...
1
vote
2answers
543 views
ASP.Net MVC & Memberships
I would really appreciate some feedback on what I am trying to achieve:
The problem:
I would like to authorize a user of my application to a single action on the controller. For e.g.: a user can ...