bluesky0341 - 2020/2/24 23:27:53
文件上传好了后,打开网址显示
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
bluesky0341 - 2020/2/24 23:52:16
哪位大师帮忙看下
bluesky0341 - 2020/2/25 8:45:06
哪位大师帮忙看下
xiyou - 2020/2/25 8:54:03
.net版本低了,把进程池的.net版本改为4.0,参考:
http://www.pageadmin.net/help/53.cshtml如果虚拟主机找主机商解决
bluesky0341 - 2020/2/25 10:09:30
谢谢管理员
bluesky0341 - 2020/3/25 10:08:19
xiyou - 2020/3/25 10:30:32
主机必须支持asp.net mvc,要不只能换主机商,要么换程序
bluesky0341 - 2020/3/25 10:34:43
主机确定是支持asp.net
bluesky0341 - 2020/3/25 14:19:29
bluesky0341 - 2020/3/25 14:20:25
可以再帮忙看看吗,主机商说支持mvc4 mvc5
xiyou - 2020/3/25 15:26:06
应该是服务器的信任级别太低了
让服务器公司把asp.net的配置改为full
<trust level="Full" />
你的服务器是什么系统?
bluesky0341 - 2020/3/26 10:45:25
按照你的方法,现在终于安装成功,谢谢
不过进入后台的时候
登录信息都填的正确,点登录,显示
本次提交已经失效,请刷新页面重新提交!
也就是后台进不去