M
Med
Hi,
I use the following script to deploy my asp.net 3.5 application to
production server:
aspnet_compiler.exe -p "c:\projects\myapp" -v / -u -f "c:\Compiled_for_live"
Before running above line I set "Configuration Manager>Active solution
configuration" to Release, clean and rebuild the solution in VWD express.
Then I copy and past entire "Compiled_for_ive" folder to the live
application folder. I also noticed some pdb filed in
"c:\Compiled_for_live\bin" for some reason! Is there a better way to deploy
pre-compiled application? like using msbuild.exe instead?
Kind Regards
Med
I use the following script to deploy my asp.net 3.5 application to
production server:
aspnet_compiler.exe -p "c:\projects\myapp" -v / -u -f "c:\Compiled_for_live"
Before running above line I set "Configuration Manager>Active solution
configuration" to Release, clean and rebuild the solution in VWD express.
Then I copy and past entire "Compiled_for_ive" folder to the live
application folder. I also noticed some pdb filed in
"c:\Compiled_for_live\bin" for some reason! Is there a better way to deploy
pre-compiled application? like using msbuild.exe instead?
Kind Regards
Med