Web Site Folder

S

shapper

Hello,

I am creating a web site in VS 2008.
I have the usual App_Code, App_Themes, etc.

I would like to create a folder named Project to store some files like
PNG images, DOC files, etc.
This folder shouldn't be included in the web site compilation.

How can I do this?

Thanks,
Miguel
 
J

Juan T. Llibre

re:
!> I would like to create a folder named Project to store some files like PNG images, DOC files, etc.
!> This folder shouldn't be included in the web site compilation.

If there's no ASP.NET source files in the folder, they won't get compiled.
What's the problem ?




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 

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

Top