“/”应用程序中的服务器错误。
“/”应用程序中的服务器错误。
日期:2021-05-24 04:01:24 人气:1
有可能是应用程序出问题,或者部署的运行环境有问题,按照提示在Web.config里面添加这段代码,看看抛出的异常是什么
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>