Web Site Folder

  • Thread starter Thread starter shapper
  • Start date Start date
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
 
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/
======================================
 
Back
Top