asp.net - IIS7 403 - Access Denied -


i trying deploy website have built in mvc3 on server runs iis7. able running through iis7 locally on laptop, when try put on server 403 access denied error when trying remotely , "connection has timed out" when try view server itself.

i have made sure have recent .net 4 framework using asp_regiis.exe. tried multiple application pools including default. allowed .net4 isapi. have changed permission allow access iuser, server network, authenticated users. have made sure default document list same 1 on laptop iis7 (which works fine).

i have multiple other sites (using webforms, not mvc) working fine on server.

could have way passed files server? zipped files , placed them (and unzipped them) on server , directed iis created directory.

what missing?

i faced error last week , can caused many things:

  1. the right version of .net framework not installed or registered asp_regiis.exe
  2. the "runallmanagedmodulesforallrequests" set false in web.config
  3. the right version of mvc not installed in server
  4. you have ignore route ignores request
  5. you have exception in application_start , site doesn't start properly

for part forget changed logging directory path value in web.config existing directoy.

what can know if it's configuration error or error in application create new default mvc project in vs , deploy in same apppool.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -