0
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.
Posted on 6:23 AM by Softminer and filed under
Visual Studio
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.
Post a Comment