可以在不访问 iis 的情况下更改波形符 (~) Web 应用程序根运算符吗?
我正在将网站上传到远程服务器上的子文件夹。根文件夹被定义为应用程序,并具有自己的 web.config 文件。
服务器使用 iis7,但我无权访问它,是否可以在子文件夹 webconfig 文件中定义根 Web 应用程序运算符 (~),或任何其他无需访问 iis 的方式?
I'm uploading a website to a subfolder on a remote server. The root folder is defined as an application, and has its own web.config file.
The server uses iis7 but I don't have access to it, is it possible to define the root web application operator (~) in the subfolder webconfig file, or any other way without access to iis?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道如何执行此操作的唯一方法是通过将子文件夹设置为虚拟目录或应用程序来访问 IIS(或托管提供商的控制面板)。不幸的是,我相信根据定义,波浪号是应用程序根目录的快捷方式(请参阅 HttpRuntime.AppDomainAppVirtualPath)。
The only way I know how to do this IS with access to IIS (or the hosting provider's control panel) by setting up the subfolder as a virtual directory or application. Unfortunately, I believe that by definition, the tilde is a shortcut for the application root (see HttpRuntime.AppDomainAppVirtualPath).