473,322 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Upgrading asp.net production web pages

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.
Nov 18 '05 #1
2 997
The code behind is compiled into the dll, so you have to build the dll and
copy it as well.

"FS" <sc****@hotmail.com> wrote in message
news:20**************************@posting.google.c om...
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.

Nov 18 '05 #2
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.

"FS" <sc****@hotmail.com> wrote in message
news:20**************************@posting.google.c om...
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.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: S. Crespel | last post by:
Hi, Where can I find informations about consequences of upgrading from PHP 4.2.3 to 4.3 regarding existing PHP applications ? I have lots of existing PHP (4.2.3) scripts, will everything still...
2
by: wellington fan | last post by:
Dear newsies, My ISP has offered to upgrade my servers from 3.23 to 4.1. I'm excited by the potential gains in performance, and the ability to write subqueries, but am wary of any forward...
1
by: Sergio Lombardo | last post by:
reshello everyone! as mentioned above, I just completed a website in visual studio .Net. which consists of several ASP pages. This website is currently sitting on my development machine (and it...
0
by: Dave Stewart | last post by:
I have two projects I am attempting to publish to a production environment. When I run the project and\or pages they run fine on my development machine(the pc with vs.net that the app\pages were...
13
by: Shawn | last post by:
After upgrading to IIS 6.0 /Windows Server 2003 Standard Ed, I get the following error message for regular .asp pages. How can I fix this? HTTP Error 403 403.1 Forbidden: Execute Access...
5
by: Shiraz | last post by:
my question is can i just install the new version of mysql, stop the old, point the data directory for the new one to the data directory and just start up mysql 5? or do i need to take some extra...
0
by: Tony | last post by:
After upgrading from XP SP1 to XP SP2 get "operation is not allowed when the object is open" error messege. the app in production stop working properly. The refresh method is available, but fails....
6
by: JimLad | last post by:
Hi, We have a major ASP app that we are in the process of upgrading to ASP.NET 1.1 and probably on to ASP.NET 2.0 in the middle of next year. (We will also be upgrading to SQL2K5 at the same...
0
by: oriol.ardevol | last post by:
Hi, We've recently migrated from a framework 1.1 asp.net solution to framework 2.0 and we're facing a problem when upgrading a dll in our production environment. We have a dll with a pagle...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.