ASP.NET SETUP and Deployment project: Specifying HOST HEADER
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Folks, I've been poking around various sites to see if there is a way, using VS2005 Setup and Deployment projects, to specify the HOST HEADER for a web application. Does anyone know how to do this? Is there an easy setting someplace or do I need to add code in a CustomAction (or, can I do this AT ALL automatically)? I could require the install folks to manually update once the .msi has completed, but that could be problemmatic -- I'd rather have the installer do everything it needs w/o human intervention. Thanks for any help