在Visual Studio2010(Windows7)中,我收到错误消息"Unable to start debugging on the web server“。如果在没有调试器的情况下运行,应用程序运行正常。我还可以手动附加到aspnet_wp.exe进程,并在应用程序中命中断点。我在web.config有debug=true。
System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(HtmlHelper htmlHelper, String partialViewName) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at ASP.views_shared_site_mas
我正在尝试学习ASP.NET,我打开Visual Studio (这在2008年和2010年都会发生),然后用.NET 3.5创建一个新的ASP.NET网站。当我试图运行该网站时,一个FireFox页面打开,并告诉我它无法建立到服务器(localhost:####)的连接。没有有用的错误消息,只是“无法连接”。这可能是什么原因造成的?