1个回答
展开全部
亲,你的asp.net项目都没有html页面或者aspx页面在浏览器中是查看不了的,只能现在只能列出项目中的文件,修改一下web.congfig文件,这个错误就没有了
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
<identity impersonate="false" />
<authentication mode="Windows" />
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
<directoryBrowse enabled="true" />//这句设置为true显示目录下的文件
</system.webServer>
<connectionStrings>
</connectionStrings>
</configuration>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询