Upgrading asp.net production web pages

F

FS

After making changes to a single .aspx file and its associated
..aspx.cs codebehind file in a development environment, is it possible
to copy just those files to the production environment(with or without
the project .dll)? or must you copy ALL the web files in a project and
the .dll?

The latter makes quick fixes to a production web site a nightmare.

Thanks in advance.
 
J

John Oakes

The code behind is compiled into the dll, so you have to build the dll and
copy it as well.
 
M

matt

Simply copy the dll to the bin directory, and any .aspx pages that you have
changed. You don't need to copy the codebehind files these are compiled
into the dll.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top