yz412413 2016-08-13 02:40 采纳率: 40%
浏览 2376

vs2013 的 asp.net配置 选项在哪找?。

  • 写回答

3条回答 默认 最新

  • threenewbee 2016-08-13 02:43
    关注
     Open the Command Prompt (not as administrator)
    打开命令行提示符
    Navigate to the folder where IIS Express is installed on your machine.
    定位到iis express安装目录,(输入x:\ 回车,输入cd "x:\xxx\xxx 回车",这里 x: 和x:\xxx\xxx 代表iis的安装目录)
    In the command line spin up a IISExpress site with the following prompt: “iisexpress.exe /path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:”/ASP.NETWebAdminFiles” /port:[port] /clr: 4.0 /ntlm” using the following values for the [param]:
    输入以上命令行
    [port] – any port you have free in IISExpress (I use 8082 in the example below)
    This should launch an IISExpress instance of the Configuration Manager Site clip_image002
    Open your browser 打开你的浏览器
    In the URL enter the following “http://localhost:8082/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=[appPath]&applicationUrl=/” substituting the [appPath] with the absolute path to the Visual Studio Project folder with the solution file in it.
    输入以上地址,可以打开配置网站。
    
    评论

报告相同问题?

悬赏问题

  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮