Is there an easy way to include the output of a Web Application in VS2010.
My goal is to deploy a Cassini based web application with Click Once. To do this I want to take the published version of the Web Application and put it in a directory to be used as content for the Click Once deployment.
Thanks!
I ended up having to publish the website into my desktop application project, set the build action for every item to Content.
Then when deploying with click once it copied the whole site over with the Cassini web server.