gpt4 book ai didi

asp.net、url 重写模块和 web.config

转载 作者:行者123 更新时间:2023-12-03 08:58:01 24 4
gpt4 key购买 nike

我在 IIS7 (Vista) 上使用带有 .NET 3.5 的 ASP.net 和 Microsoft 的 URL 重写模块。

这意味着,我有一个

<system.webServer>
<rewrite>...</rewrite>
...
</system.webServer>

web.config 中的部分,但我收到警告,在 system.webServer 中不允许元素“重写”。

我如何配置我的系统以允许(甚至可能有 Intellisense)在 web.config 的重写部分?

谢谢
克里斯托夫

最佳答案

我能够在 Visual Studio 2010 中使用它。

从 Ruslan 的帖子开始 here并下载 2.0 IntelliSense 文件。然后,只需按照他之前发布的指示 here .我最终所做的只是按照 Ruslan 的指示运行以下命令:
C:\download_directory\rewrite2_intellisense>cscript UpdateSchemaCache.js
正如 Christoph 在他的评论中指出的那样,请确保替换 VS90COMNTOOLSVS100COMNTOOLS如果您使用的是 Visual Studio 2010,请先在 UpdateSchemaCache.js 中运行上述命令。

我不需要重新启动 Visual Studio。我添加了 <rewrite>部分仅适用于适用的 Web.config 转换文件,因为将其放在主 Web.config 中会破坏本地调试。

关于asp.net、url 重写模块和 web.config,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/363231/

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