简体   繁体   English

调试IIS托管的.NET应用程序

[英]Debugging IIS hosted .NET application

我已经在IIS中发布了一个托管的.NET应用程序,当我从Android客户端调用服务器端时,有什么方法可以看到代码中发生了什么?

You should be able to use the debug - attach to process menu option to attach to w3wp.exe 您应该能够使用debug-Attach to process菜单选项来附加到w3wp.exe

As long as the compiled code is the same as the source, and the pdb's are there, it should attach fine. 只要编译后的代码与源代码相同,并且存在pdb,它就应该可以正常工作。

暂无
暂无

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

相关问题 .Net Core 身份登录页面无法在 IIS 上运行托管应用程序 - .Net Core Identity Login Page is not working hosted application on IIS 有没有比 IIS 托管的 .net 2.0 应用程序调用 .net 4.0 代码的更好方法? - Is there a better way to call .net 4.0 code from a IIS hosted .net 2.0 application than COM? .net 3.5 WCF应用程序托管在具有并行扩展名System.Threading dll的IIS中的.Net序列化异常错误 - .Net Serialization Exception error with .net 3.5 WCF application hosted in IIS with parallel extension System.Threading dll 在IIS托管的现有.net应用程序下访问新建项目中的web.config文件的值 - accessing values of web.config file in newly created project under existing .net application hosted on IIS 跟踪由IIS托管的WCF应用程序使用的内存? - Track memory used by WCF Application hosted in IIS? 调试已安装的.NET应用程序 - Debugging an installed .NET application 如何? 在具有IIS7.5的远程服务器上开发.NET 4.5应用程序并具有调试功能 - HOW TO? Develop .NET 4.5 Application on Remote Server with IIS7.5 AND Have Debugging Capabilities IIS SMTP和.NET应用程序 - IIS SMTP and .NET Application 优化IIS7以进行.NET开发和调试 - Optimizing IIS7 for .NET development and debugging 将文件上传到与 IIS 托管的 ASP.NET 应用程序不同的计算机中的共享文件夹会出现错误,因为访问路径“...”被拒绝 - Uploading files to a shared folder in a different machine than IIS hosted ASP.NET application gives error as Access to the path '...' is denied
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM