Click on the project and choose properties , then on the Build Events run following command on Post-Build event command line:
copy /y "c:\Project\bin\Project.dll" "C:\inetpub\wwwroot\bin\"
PS: you have to run visual studio as administrator to have copy privilege.
No comments:
Post a Comment