Setup and Deployment Projects: How to include other files...

  • Thread starter Thread starter Sachin
  • Start date Start date
S

Sachin

Hi All,

I have an asp.net application and I have create a WebSetup project which
includes all the output files from the Web App.

However, it does not include the txt,.inc,.gif files...

Do we need to include these files manually in the web setup project?

Thanks in advance
Sachin
 
Did you also choose outputting content files from the web project? When you
choose Add -> Project output and then choose the web project (from the ddl)
and "Content files" then it should add that output to your setup project.
 
Yes, I have chosen all the options,i.e. include content files and rest of
the outputs from the web project.

However, the only thing it is not copying is ".inc" files.

Regards
Sachin
 
Back
Top