Deploying

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?
 
N

Nathan Sokalski

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.
 

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