Key words/sentences:
The following module was built either with optimizations enabled or without debug information.
To bedug this module, change its project build configuration to debug mode.
To suppress this message, disable the "Warn if no user code on launch" debugger option.
Situation:
I changed the web appliction from local file system to IIS-based site:
removed the web project from solution, then readded it from IIS.
then press F5, system rebuilt with the alter box as follows:

The following module was built either with optimizations enabled or without debug information.
To bedug this module, change its project build configuration to debug mode.
To suppress this message, disable the "Warn if no user code on launch" debugger option.
Situation:
I changed the web appliction from local file system to IIS-based site:
removed the web project from solution, then readded it from IIS.
then press F5, system rebuilt with the alter box as follows:

解决方法:
一、移除引用
二、重新再引用
三、rebuild工程
本文介绍了一种常见问题——在将Web应用程序从本地文件系统迁移到IIS站点时遇到的调试信息缺失问题,并提供了三个步骤的解决方案:移除引用、重新引用及重建工程。
2316

被折叠的 条评论
为什么被折叠?



