English 中文(简体)
在服务器上发布一个工程后调试代码
原标题:Debug the code after published a project on the server

我在我的 VPS 服务器上公布了我的项目( MVC 3 项目 ) 。 现在, 在项目运行期间能否调试代码? 在本地主机运行时, 也可以调试代码 。

问题回答

也许还有,但我相信,你试图尝试的这个事实是一个坏兆头。 当你使用应用程序时,你应该有正确的记录和错误处理,这样你就可以追踪到任何出现的错误,然后在你的开发环境中复制它们。





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Enable PHP highlights in VS 2010?

I ve heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is there a way to enable it?...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

热门标签