I have a class library project seperate from the website. When I build the seperate class library and I move ddl the website bin directory however it doesn\'t move *pdb file.
Try the following
xcopy /y "$(TargetDir)$(TargetName).pdb" "E:\inetpub\Site\bin\"
The macros expand as follows
$(TargetDir)
$(TargetName)