Just wondering ... according to
http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx, static files
(images, .html, etc) during deployment are supposed to be copied "as
is" to the target deployment folder. I read this to be an automatic
process done by the tool.
In my VS2005 web app, no static files are being copied. Not a huge
deal ... I can just copy the images folder, the styles folder, etc.,
when necessary (which is rarely since it's static content). But is
there something missing here?
Tom
Peter Bromberg [C# MVP] - 14 Feb 2006 20:56 GMT
Did you actually include these folders and images etc in your solution?
Hope that helps.
Peter

Signature
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
> Just wondering ... according to
> http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx, static files
[quoted text clipped - 8 lines]
>
> Tom