blah blah blah is here! blah blah » Close

0
votes
0 answers

Silverlight 4.0 question

I have developed Silverlight 4.0 applications, but never done the deployment etc and had a few questions. 1) How do you deploy the application to a webserver (Directories to deploy to and certain files I need to copy,etc)? 2) Does the ...

1
votes
2 answers

When deploying a asp.net application, do you need to .pdb files?

Rick_A
761

When I deploy my web applications, I always build in release mode. When ftp'ing the files to my web server, I just dump whatever is in the /bin folder of my vs.net project which usually has a .pdb file. Is this the file that just linger ...

Feedback