c# - Publish MVC app on IIS, now has error - no default document? -


mvc newbie here... put first ever mvc web site, , works in development. publish local iis 7.5 using "web deploy", "localhost", "default web site/mysite". "mark iis application on destination" , "leave files..." checkboxes unchecked.

publish succeeds. open browser , go http://localhost/mysite, , error "http error 403.14 - forbidden - web server configured not list contents of directory."

huh? thought whole idea of controller don't have specify default page; works out page want? or have misunderstood something?

checked this , this?


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -