0

I have asp.net mvc web site. When i want to change some code in controller i need to build all the site and upload it to the server. Is there some merhods when i need just copy controller file by ftp?

1 Answer 1

1

The .cs files that contain the controllers are compiled into dll files, so at the very least you have to upload a new set of dlls.

The views defined in the .aspx files are a different story. You can make changes in the .aspx files without rebuilding the entire site.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.