Wednesday 9 October 2013

Compile asp.net website from Visual studio command prompt

Open Visual studio command prompt

Enter

Aspnet_compiler -v / -p _fromFullPath _toFullpath

example:

Aspnet_compiler -v / -p d:\mywebsite d:\mywebsiteCompiled

No comments:

Post a Comment