Thanks for the quick answer. I read the documentation and I followed the instructions but I don't want to precompile the web app (is not a website project, is a collection of web application projects) on the customer server.
I would like to precompile it on my build server and distribute it inside a zip file that the customer can unpack wherever he want, map it to an app pool inside IIS and run it.
I tried but as inside the *.compiled file there's the path of my build server I can't copy those files to another server in a different location. Is it possible? Thanks.
Member
2 Points
20 Posts
Re: How to distribute precompiled apps
Jul 09, 2014 11:15 AM|Gibson|LINK
Thanks for the quick answer. I read the documentation and I followed the instructions but I don't want to precompile the web app (is not a website project, is a collection of web application projects) on the customer server.
I would like to precompile it on my build server and distribute it inside a zip file that the customer can unpack wherever he want, map it to an app pool inside IIS and run it.
I tried but as inside the *.compiled file there's the path of my build server I can't copy those files to another server in a different location. Is it possible? Thanks.