咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
打开站点显示如图错误我们如何解决:
至于启用目录是不可采取的,
我们找到IIS下的默认文档,添加比如index.aspx默认文档,若能正常运行则行,如果还不能我们采取以下方法:
找web.config文件作以下修改
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="false" />
< modules runAllManagedModulesForAllRequests=“ture” />
</system.webServer>
</configuration>