gpt4 book ai didi

iis-6 - 如何计算出应用程序的 IIS 虚拟路径?

转载 作者:行者123 更新时间:2023-12-03 06:30:24 26 4
gpt4 key购买 nike

当我尝试在 IIS 6 上将 ASP.NET 版本更改为 v4 时,收到以下警告:

Changing the Framework version requires a restart of the W3SVC service. Alternatively, you can change the Framework version without restarting the W3SVC service by running: aspnet_regiis.exe -norestart -s IIS-Viirtual-Path

Do you want to continue (this will change the Framework version and restart the W3SVC service)?

如何计算IIS-Virtual-Path

我尝试了明显的路径,即:

aspnet_regiis.exe -norestart -s "/WebSites/Extranet/AppName"

其中 WebSites 是 IIS 中文件夹的名称,Extranet 是根应用程序的名称,AppName 是我尝试更改的虚拟目录应用程序的名称。

谢谢!

编辑:

如何在以下 IIS6 设置中计算出 Auth 虚拟目录的虚拟路径:

alt text
(来源:imgbag.com)

我已经尝试过:

aspnet_regiis.exe -norestart -s "/网站/Extranet/Auth"

aspnet_regiis.exe -norestart -s "Auth"

我得到:

由于指定的路径 (WhateverIPutIn) 无效,安装已停止。

最佳答案

我解决了。我必须使用:

aspnet_regiis -lk 获取“IIS”格式的文件夹列表

然后我会做这样的事情:

aspnet_regiis.exe -norestart -s "W3SVC/1234567/root/AppName"

关于iis-6 - 如何计算出应用程序的 IIS 虚拟路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1804208/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com