开发者

Precompile ASP.NET Application after Installation

I have an ASP.NET Application compiled into installation pa开发者_StackOverflowckage 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜