简体   繁体   English

通过IIS发布网站后,由于内部服务器错误,回调请求失败

[英]Callback request failed due to an internal server error after publishing a website Through IIS

I have implemented my code and it works fine in visual studio 2015 but when I deploy the web site to the IIS. 我已经实现了我的代码,并且在Visual Studio 2015中工作正常,但是当我将网站部署到IIS时。 It Work fine in my local machine. 在我的本地机器上工作正常。 While opening other system thorugh my ip it does not show any validation message. 通过我的ip打开其他系统时,它不显示任何验证消息。 It shows error message is "Callback request failed due to an internal server error." 它显示错误消息为“由于内部服务器错误,回调请求失败。” doesn't view my message. 没有查看我的消息。

can any one help me 谁能帮我

Simple mistake go to web Config file 简单的错误转到Web配置文件

change to 改成

 <customErrors mode="Off" />

may be it will work 可能会起作用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 “由于内部错误,服务器无法处理请求”。 WCF 服务,在 IIS 上部署时 - 'The server was unable to process the request due to an internal error'. WCF Service, when deployed on IIS 在IIS 7上发布Web服务给出500.19-内部服务器错误 - Publishing web service on IIS 7 gives 500.19 - Internal Server Error 由于内部错误,服务器无法处理请求 - The server was unable to process the request due to an internal error 发布后的内部服务器错误和未创建的表 - Internal Server Error after publishing and Tables not being created 为什么发布 Azure Function 后出现内部服务器错误? - Why I get Internal Server Error after publishing Azure Function? 发布网站后,内部网址无效 - after publishing website, Internal URL did not work wcf 由于内部错误,服务器无法处理请求 - Wcf The server was unable to process the request due to an internal error 在IIS7中发布网站时出错 - Error while publishing website in IIS7 将MVC项目部署到IIS后出现500(内部服务器错误) - 500 (Internal Server Error) after deploy MVC project to IIS 在IIS服务器上发布后设置连接字符串 - Setting connection string after publishing on IIS Server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM