简体   繁体   English

ASP.NET C#MVC。 运行已编译的应用程序

[英]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. 但这是问题所在:我有一个ASP.NET MVC Web应用程序,它已经编译并且可以在Web主机上运行。 So it has no *.cs files (as I understand they turned into dlls), and clearly it has no *.sln file. 因此它没有* .cs文件(据我了解它们已转换为dll),并且显然没有* .sln文件。 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? 我想使用Visual Studio 17运行此应用程序,并尝试对其进行调试(以查看实际的代码工作并获得对自己有用的东西)是否可能? 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. 我想用Google搜索并找出答案,但我什至不知道要寻找什么。 Thank you in advance. 先感谢您。

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

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

相关问题 我想使用Asp.net C#mvc中的Auth0 API来获取ADFS服务器用户。 有可能这样做吗? - I want to fetch ADFS server users using Auth0 API in Asp.net C# mvc. Is it possible to do so? ASP.NET MVC。 当没有活跃用户使用时,应用程序响应时间过长 - ASP.NET MVC. Application takes too long to respond when there are no active users using vb.net asp.net webforms application> c#asp.net mvc razor应用程序 - vb.net asp.net webforms application > c# asp.net mvc razor application 使用C#/ ASP.net MVC建模NoSQL论坛应用程序 - Modelling a NoSQL Forum Application with C# / ASP.net MVC 在ASP.NET MVC应用程序的C#中抑制运行时异常 - Suppressing runtime exceptions in C# for ASP.NET MVC application While循环C#/ asp.net MVC应用程序中的FormatException - FormatException in while loop c#/asp.net mvc application 将 websockets 添加到 MVC ASP.NET C# 应用程序 - Adding websockets to MVC ASP.NET C# Application C#:ASP.NET MVC应用程序的实体框架6.2 - C#: Entity Framework 6.2 for ASP.NET MVC application 将Asp.Net MVC应用程序附加到C#中的iisexpress - Attach Asp.Net MVC application to iisexpress in C# ASP.NET MVC。 数据驱动的子域名? - ASP.NET MVC. Data driven subdomains?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM