Does anyone have any suggestions on how to stop the debug PDB files from fillingup the server - for the life of me I cannot find how to turn them off.
Is this on a development server? If you aren't generating executables,nothing should be creating PDB files.
Make sure you are setting your target to Release rather than Debug. Also,the PDBs shouldn't be included in the .WSP solutions that you deploy to aproduction environment anyway.