Publishing Site & Static files

  • Thread starter Thread starter anon2005
  • Start date Start date
A

anon2005

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
 
Did you actually include these folders and images etc in your solution?

Hope that helps.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top