简体   繁体   中英

Asp.Net C# mvc. Running compiled application

I realize my question may be something stupid. But here is the problem: Ive got an ASP.NET MVC web application, it already compiled and it works on the web host. So it has no *.cs files (as I understand they turned into dlls), and clearly it has no *.sln file. I want to run this application using Visual Studio 17, and try to debug it(to see the real code working and get something useful for myself) is it possible? If yes, then please, tell me how to do this. I'd like to google it and find out, but I don`t even understand what to look for. Thank you in advance.

您只能使用Disassembler来查看名称空间和分类,而不能查看所有代码。

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