how to precompile a website in place on another server with aspnet_compiler

  • Thread starter Thread starter Tessa
  • Start date Start date
T

Tessa

Hi,

Is there a way to use aspnet_compiler to precompile an existing asp.net 2.0
web application that is on another server?

I need to initiate the precompile programmatically from another .net windows
program running on a different machine.

thanks for any info

Tessa
 
Can you access the website from VS2005? If so, it would be simple...
Just open the website project and then "Publish" the website.
You may first do it locally and then upload to the server.

That is one way.. another way, a workaround, would be you start the process
"MSBuild" yourself (Process.Start). :)
 
Back
Top