Issue in publish ASP.NET MVC Project -
i want publish asp.net mvc application. when publish application, code files not converted dll. published folder contains .cs files.
can please let me know how publish project without .cs files?
for visual studio 2012:
after open publish web window, go "settings" tab.
here find "file publish options"
check "precompile during publishing" checkbox
i think can publish successfully
for visual 2010:
check link : why visual studio 2010 publish website source code?
Comments
Post a Comment