安装后预编译 ASP.NET 应用程序

发布于 2024-12-08 16:13:56 字数 555 浏览 2 评论 0原文

我使用 INNO Setup 安装程序将 ASP.NET 应用程序编译到安装包中。当我将应用程序安装到专用服务器时,我想要预编译整个应用程序应用程序,以便在第一个用户到达时顺利运行。

问题是我只知道安装路径。但我需要的是 IIS 中应用程序的虚拟路径来运行此命令:

aspnet_compiler -v AppVirtualPath

在我的例子中,应用程序已存在于 IIS 中并映射到安装目录。我一直在尝试使用 appcmd.exe 通过物理路径获取虚拟路径。到目前为止还没有运气。

任何建议将不胜感激。

I have an ASP.NET Application compiled into installation package using INNO Setup installer. When I install an application to the dedicated server I want to precompile the whole application so it runs smoothly when first user arrives.

The problem is that only thing I know is the installation path. But what I need is the virtual path of the application in IIS to run this command:

aspnet_compiler -v AppVirtualPath

In my case, the application already exists in IIS and is mapped to the installation directory. I've been trying use the appcmd.exe to get virtual path by physical path. No luck so far.

Any suggestions would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文