Deploying

  • Thread starter Thread starter INeedADip
  • Start date Start date
I

INeedADip

How do I deploy a website?
I keep getting a bunch of *.pdb files for all my other libraries.

I went into Build/Configuration Manager and changed it to Release, then I
just re-build my website and went to Build/Publish Web Site.
I still get all the debug files? What am I missing?
 
Just ignore the *.pdb files, I do not believe they affect the *.dll. When I
deploy my site, I simply upload the *.dll along with any other necessary
files, and it works fine. To prevent people from seeing debug info, modify
the necessary parts of the web.config file. I hope this helps.
 
Back
Top