Why getting 403 - Forbidden Error with ASP.NET MVC 4? -


unable understand problem ? getting 403 error.

within our server have 2 4 mvc site, few of them working .net target framework 4 (vs 2010)

but getting 403 error of site running .net target framework 4.5 (vs 2013). when ever deploy new publish 403 error, when try access site. when reset user permission, site running couple of hours after few hours same 403 error.

enter image description here

i tried aspnet_regiis -i . no luck.

in web.config

<modules runallmanagedmodulesforallrequests="true" />  

user permission

(iis_iusrs) have full access

(adminstrator) have full access

(application developer) have full access

(system) have full access

(user) have limited access

authentication

anonymous authentication : enabled

forms authentication : enabled

note: other disabled


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -