Pergunta

working with iis7.

project is in Integrated Pipelinemodus Application Pool is : DefaultAppPool

have System.Web.Mvc.dll, System.Web.Routing.dll, System.Web.Abstraction.dll in bin folder of project.

i cant run aspx pages, becouse i need to configurate something in iis7 to use dll from bin folder.

please help

p.s. seems like it has to work automatically, but i still cant run my pages

on web browser i am getting this:

HTTP-Fehler 403.14 - Forbidden
Der Webserver ist so konfiguriert, dass der Inhalt dieses Verzeichnisses nicht aufgelistet wird.
Foi útil?

Solução

You can try this or have a look at this related SO question

Outras dicas

HTTP 403 is security failure response, I'd check to make sure you have a default document configured in IIS for your application path. The 403.14 will kick in because it couldn't find a default document and directory listing is disabled.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top