简体   繁体   中英

Can we debug aspx Web Application with Visual Studio Code?

As the title, I have question in mind, can we debug a web application (aspx) under Visual studio code? so far, I'm using Visual studio 2015 Community to implement and deploy the web application.

Thanks Thomas

You want to debug the aspx.cs or aspx.vb file? You can simply run the application from visual studio or attach the w3wp process from Debug -> Attach to Process menu option.

https://msdn.microsoft.com/en-us/library/5w9dfyd8.aspx

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