使用除 root 以外的 url 启动 Visual Studio 调试会话
Start Visual Studio debug session with a url other than root
当您开始调试时 visual studio 转到 http://localhost:3896/ by default is there a way to manipulate the startup so that it goes to http://localhost:3896/PROJ/Home。
我想这样做而不必将重定向弹出到主控制器中,例如不是:Redirect("~/PROJ/Home");
项目属性>Web>启动操作>启动URL
使用 http://localhost:3896/PROJ/Home
和 select 单选按钮填充该字段。
当您开始调试时 visual studio 转到 http://localhost:3896/ by default is there a way to manipulate the startup so that it goes to http://localhost:3896/PROJ/Home。
我想这样做而不必将重定向弹出到主控制器中,例如不是:Redirect("~/PROJ/Home");
项目属性>Web>启动操作>启动URL
使用 http://localhost:3896/PROJ/Home
和 select 单选按钮填充该字段。