A
AG
Using VS2005 Pro.
I just deployed a ASP.NET 2.0 website (not web application) with the option
to make it updatable.
VS deployed all aspx, ascx files, but not all image or html files.
It also deployed dll's and .compiled files into the bin folder of the site.
This all looked fine and the site worked except for the missing image, html
and some other third party control support files that I then had to manually
upload.
Is there a way to specify which files should be uploaded when deploying a
website?
How does one update it without re-deploying the entire site again?
I had thought that 'updatable' meant that I would not need to deploy the
entire project again, but when I changed a couple of lines of code, I could
not find a method to update the site other than re-deploying the entire
site. What am I missing?
Is there a way to convert a website project to a web applicatin project?
TIA
I just deployed a ASP.NET 2.0 website (not web application) with the option
to make it updatable.
VS deployed all aspx, ascx files, but not all image or html files.
It also deployed dll's and .compiled files into the bin folder of the site.
This all looked fine and the site worked except for the missing image, html
and some other third party control support files that I then had to manually
upload.
Is there a way to specify which files should be uploaded when deploying a
website?
How does one update it without re-deploying the entire site again?
I had thought that 'updatable' meant that I would not need to deploy the
entire project again, but when I changed a couple of lines of code, I could
not find a method to update the site other than re-deploying the entire
site. What am I missing?
Is there a way to convert a website project to a web applicatin project?
TIA