Hello everyone,
I followed ScottGu's blog on using "Web Deployment Projects" to deploy my web application from this URL: http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx
I followed the instructions and everything worked fine.
- The Web application builds
- The web deployment project precompiled the web application
- The Web Setup project created the MSI file for installation on the server
Now though I cannot make any changes to my Web Application because I keep getting the following error when I hit "Build Website": "This application is already precompiled"
And the most obvious was making sure in the "web Deployment project" that I checked the box to allow the web site to be upgradeable after precompiling, but it doesn't make a difference.
Can someone please help me so that I can update my site?
Thanks.
-- Jim
- Jim