The remote server returned an error: (500) Internal Server Error.

拜拜、爱过 提交于 2019-12-04 18:32:50

i figured out the issue here.Fiddler was of great help in detecting the issue... Actually on the server they made some changes for running the application on smartphones(Iphone/Andriod)...for this made some changes to global.asax application begin event...here they were checking for some Request.UserAgent..which was causing a runtime error and thus response returned was internal server. Anyways all is well once got the issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!