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.
..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.