在 Visual Studio 的构建后事件中更改 IIS 5 虚拟目录
我遇到了一个问题,我需要能够更改 IIS 5.0 虚拟目录在 Visual Studio 2008 中的构建后块中指向的目标目录路径。
如果您不熟悉构建后他们基本上只接受批处理命令。因此,如果您知道 XP Pro 中 IIS 5.0 的批处理命令可以更改虚拟目录指向的目标目录,那么这将非常有帮助。
提前致谢!
I'm running into an issue where I need to be able to change the target directory path that my IIS 5.0 virtual directory is pointing to from within a Post-Build block in Visual Studio 2008.
If you're not familiar with Post-Build events they basically just take batch commands. So if you know of a batch command for IIS 5.0 in XP Pro that can change the target directory that a virtual directory is pointing to that would really help.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以自动创建 . NET Web 应用程序/IIS 5 中的虚拟目录?
要在命令行中运行 VBScript,请使用 CScript。
Can I automate creating a .NET web application / virtual directory in IIS 5?
to run VBScript in command line, use CScript.