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

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
 
G

Gaurav Vaish \(MasterGaurav\)

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). :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top