简体   繁体   中英

How to debug multiple web projects on single IIS application pool?

I have a solution with two web ASP MVC 4.6.1 projects that deploy to the same website/application pool. However, when I try to debug the non-primary project by attaching to the w3wp process, I cannot hit any breakpoints (no symbols loaded for this document error) for controllers that reside in the secondary project. How can I debug the secondary project?

若要调试辅助项目,您需要在bin文件夹中添加辅助项目DLL的.PDB文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM