473,385 Members | 2,015 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,385 software developers and data experts.

Website Partial Update

sHi All,

I made some modification on huge asp.net website and I am looking for how to
update it without having to publish the entire site.

Is it possible ? I modified HTML + the code behing.

Thanks
--
Arnold
Oct 25 '07 #1
3 1477
if you change HTML (.aspx page) you don;t need to compile your website.
simply replace those modified .aspx Pages

if you have done changes in codebehind , compile the application to build
".dll" file. copy this file into your bin folder.

- JIGNESH

"r.no" wrote:
sHi All,

I made some modification on huge asp.net website and I am looking for how to
update it without having to publish the entire site.

Is it possible ? I modified HTML + the code behing.

Thanks
--
Arnold
Oct 25 '07 #2
Is there a way do do something like a patch. If I replace the dll in the bin
folder, I might generate bugs on the part I haven't modify.

The is not a way to had a second dll or do something for only the couple of
files I have modified .. ?

thx

--
Arnold
"JIGNESH" wrote:
if you change HTML (.aspx page) you don;t need to compile your website.
simply replace those modified .aspx Pages

if you have done changes in codebehind , compile the application to build
".dll" file. copy this file into your bin folder.

- JIGNESH

"r.no" wrote:
sHi All,

I made some modification on huge asp.net website and I am looking for how to
update it without having to publish the entire site.

Is it possible ? I modified HTML + the code behing.

Thanks
--
Arnold
Oct 25 '07 #3
Not really. In any case, you would have tested your modified assembly before
you overwrite the original on the server with it, right?
--
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"r.no" wrote:
Is there a way do do something like a patch. If I replace the dll in the bin
folder, I might generate bugs on the part I haven't modify.

The is not a way to had a second dll or do something for only the couple of
files I have modified .. ?

thx

--
Arnold
"JIGNESH" wrote:
if you change HTML (.aspx page) you don;t need to compile your website.
simply replace those modified .aspx Pages

if you have done changes in codebehind , compile the application to build
".dll" file. copy this file into your bin folder.

- JIGNESH

"r.no" wrote:
sHi All,
>
I made some modification on huge asp.net website and I am looking for how to
update it without having to publish the entire site.
>
Is it possible ? I modified HTML + the code behing.
>
Thanks
--
Arnold
Oct 25 '07 #4

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

Similar topics

6
by: Nik Coughlin | last post by:
How can I partially update a page using javascript if javascript is available, but do a full update if it's not, using php?
6
by: Ronald Mai | last post by:
In my opinion, Ellipsis might be in the middle, not only in leftmost or rightmost, so a placeholder approach can be much more flexible and convenient. Here is a reference implementation: _ =...
0
by: M B HONG 20 | last post by:
Hi All - I have an ASP.NET 1.1 web application which also uses a web service. I need to asynchronously refresh pages upon notification from the server. I have a "master page" which receives all...
5
by: SQL Learner | last post by:
Hi Alex (Kuznetsov) and All, This is to follow up with my last post, "Link two tables using partial word match". How can I UPDATE table using partial word match? How can I write a SQL statement...
5
by: =?Utf-8?B?UGFycm90?= | last post by:
For some reason my web application changed to a website app rather than a project in VS 2005. I don't know how it happened but now whenever I run under debug I cannot follow the flow of my program...
6
by: Steve Richter | last post by:
what with the website solution structure not having a namespace, how does the class of one website .aspx page class reference the class of another page in the same website? I have two pages....
5
by: Matthew Wilson | last post by:
I wrote some code to create a user and update a user on a remote box by sending emails to that remote box. When I was done, I realized that my create_user function and my update_user function were...
5
by: SAL | last post by:
Hello, I would like to be able to set the WHERE clause of a select statement on the fly. I have a DataAccess layer designed using the DataSet designer and a BusinessLogic layer using classes. The...
3
by: DavidPr | last post by:
I made a website for a group of people and they want a visitor counter on it. I don't like hit counters because if the site is dead everyone will know it. But, it's their website. I did an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.