asp.net 3.5 - on a Web Setup, how do I exclude all .pdb files? -


in sample solution on visual studio 2008, let's say, have this:

  • mywebsite project (web site project)
  • mylibrary project (library project)
  • mywebsitedeploy project (web deployment project)
  • mywebsetup project (web setup project)

inside mywebsite there mylibrary.dll , mylibrary.pdb witch included in mywebsitedeploy project , pass mywebsetup

how can tell mywebseitedeploy or mywebsetup to exclude *.pdb files not needed in deployed website ?

open project properties in visual studio. select "build" tab, change "configuration" "release" , click on "advanced" button. change debug info "none". build not create .pdb files.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -