前天公司给了个项目,让我们接着做升级版,但是拿到之后就碰到了问题,不能加载一个部分,但后来装上SP1补丁之后就好了,但后来就跑不起来。当我点在浏览器中查看的时候,就报
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
这个错误。而当我Debug时,就报
这个错误。搞了快两天了,都不行。郁闷死了。请各位前辈们帮我看看,谢谢了!这是我在博客园上第一次发求救贴,希望能帮到我,谢谢!
一、你是否重新生成解决方案成功?
二、通过Ctrl+F5能否运行呢?
三、是否查看过系统日志?
四、用IE直接打开web.config看看是否正常显示?如不能,则是某配置节出错或该文件编码。
五、关于IIS的设置。如网站Framework版本、站点设置、应用程序池等
六、也可查看IIS日志
七、应用程序本身的问题,新建一应用程序测试是否vs环境的问题
八、ajax框架等引起的配置或兼容问题
九、第三方组件的不兼容问题
有没有试着把IIS重新安装或修复一下?