大虾们,求救啊!VS为什么我生成后调试网站,网站不能打开呢?昨天都还好好的。用IIS又可以。
注:我生成没有错误。
问题补充:
在输送命令到应用程序的过程中出现错误
System.ComponentModel.Win32Exception: 在输送命令到应用程序的过程中出现错误。
在 System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
在 System.Diagnostics.Process.Start()
在 System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
在 System.Diagnostics.Process.Start(String fileName)
在 Microsoft.VisualStudio.WebServer.WebServerForm_DAL.DoLaunch()
在 Microsoft.VisualStudio.WebServer.WebServerForm_DAL.OnCommandLaunch(Object sender, EventArgs e)
在 System.Windows.Forms.MenuItem.OnClick(EventArgs e)
在 System.Windows.Forms.MenuItem.MenuItemData.Execute()
在 System.Windows.Forms.Command.Invoke()
在 System.Windows.Forms.Command.DispatchID(Int32 id)
在 System.Windows.Forms.Control.WmCommand(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
在 System.Windows.Forms.Form.WndProc(Message& m)
在 Microsoft.VisualStudio.WebServer.UIComponents.MxForm.WndProc(Message& m)
在 Microsoft.VisualStudio.WebServer.WebServerForm_DAL.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已加载的程序集 **************
mscorlib
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
点击调试,调试能运行,生成也OK,Development server也能启动,但就是页面不能显示
突然发现asp.net配置也不能打开了