473,516 Members | 2,865 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to upgrade existing ASP NET applications

Don
I've done a little reading and haven't come across any clean solution for the
subject.
Does anyone have any ideas on how to achieve the same.

Requirements-
- Upgrade existing ASP.NET applications
- distribute only modified files
- if files have been modified at client side (then they may need to be left
as they are). Eg Config file.

Jul 3 '06 #1
3 1083
hello Don

not sure if this is what you meant but anyways ...

if you're talking about 1.1 apps running in 2.0, then there really is
no cause for concern as any ASP.NET 1.1 app will run AS IS on 2.0
UNMODIFIED.

my entire site is an example. All demos were initially written for 1.1,
but I did not have to do any change for them to run in 2.0.

The only change needed is in the IIS configuration, to specify which
ASP.NET version the app will use. in my case, when I switched to 2.0,
everything still worked.

Jul 3 '06 #2
Don wrote:
I've done a little reading and haven't come across any clean solution
for the subject.
Does anyone have any ideas on how to achieve the same.

Requirements-
- Upgrade existing ASP.NET applications
- distribute only modified files
- if files have been modified at client side (then they may need to
be left as they are). Eg Config file.
ASP.NET doesn't have any files at the client side.
I think you are confusing something here...

--

Riki
Jul 3 '06 #3
Hi Don,

"Don" <Do*@discussions.microsoft.comwrote in message
news:3C**********************************@microsof t.com...
I've done a little reading and haven't come across any clean solution for
the
subject.
Does anyone have any ideas on how to achieve the same.

Requirements-
- Upgrade existing ASP.NET applications
- distribute only modified files
- if files have been modified at client side (then they may need to be
left
as they are). Eg Config file.
The reason why you haven't heard much about this is because the practice is
fairly dangerous.

The nature of ASP.Net is that seperate files deliver seperate capabilities.
Each file may have a connection to a DLL and it is all declarative. Files
also inherit the security settings in the web.config. This means that a
single file, placed on a site, becomes part of the site. When you send an
update to an ASP.Net web site and you only update the changed files, you are
saying that you have relinquished control over the contents of the site...
you will only change things that YOU delivered. If someone else put a file
on that site, you won't modify it.

Perhaps that is your intent. Perhaps you wish to allow a customer to
upgrade their site by adding pages. If so, isolate their pages from yours
in a subfolder. Have your code knowingly look to that subfolder for
extensions to the site. Then, when you update the site, you are updating
all of the files in the main folder(s) while leaving the subfolder
untouched.

Also, if you are just trying to save the amount of space involved in a CAB
file... that's usually not a good pay-off in the long run from a maintenance
standpoint. In other words, you are likely to create more cost in bug fixes
than you will save in time and transmission costs, especially since CAB
files are compressed rather well.

I hope this helps,

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
Jul 11 '06 #4

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

Similar topics

2
4240
by: penglish1 | last post by:
This question applies specifically to RHEL 3.0 (actually Whitebox), but also generally to Redhat and probably pretty much every distribution that uses python for distribution-related tasks (configuration managers, rpm package management, yum, etc). So I want to upgrade to python 2.4 on Whitebox 3.0. Ideally I would like python to live in...
1
2186
by: DickChristoph | last post by:
Hi I am interested in converting a Access 97 application to VB.Net (well okay rewriting). This would be a VB.Net client with a SQL Server backend, as opposed to my other alternative which would be rewriting this as an Access XP application with a SQL Server backend. I have worked enough in VB.Net at home to known that this would be a...
7
1524
by: DaVBGuy | last post by:
I'm currently using VB 6 for windows based apps. Should I make the jump to VS.2003 now, or should I wait till (the final) VS.2005 release comes out later this year. If I have not started converting any of our code yet, is it worth while to wait for the 2005 final release to come out. I am not interested in converting our VB6 apps to VS.2005...
6
3649
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal server, has suddenly started running very slowly. The network engineer has thrown up his hands and said "It's Access 97". I've checked out lots of...
8
1036
by: Liz | last post by:
I'm going to be installing VS 2003 over my existing VS; are there any factors/considerations/precautions I should be aware of before doing so ? will the older VS be removed automatically or is it an option ? Thanks ... btw, I'm also going to install Office 2003; anyone know if my Outlook email accounts and other preferences/settings/etc...
23
2131
by: Dennis Sjogren | last post by:
Hi! I have this medium sized solution with a couple of projects and stuff. The generated application has an <appname>.exe.manifest file to enable XP themes. In the main window of the application I have several group boxes, and even some group boxes within other group boxes. FlatStyle=System on these group boxes has always worked just fine....
0
1534
by: Yellowfin pty ltd | last post by:
Announcing Yellowfin Version 2.5 upgrade release. (www.yellowfin.com.au) Existing DB2 based users can take advantage of this upgrade as soon as convenient. Downloads are available through the customer portal. V2.5 The changes in this release significantly enhance our BI and
9
2400
by: dirk.dircksen | last post by:
Hi I've searched quite a bit and haven't been able to find an answer to this one: We're in the process of installing .Net 2.0 on our production servers (all Windows 2000 servers). None of the applications on the servers use .Net 2.0 yet: all are on 1.1. As soon as we install .Net 2.0, we start getting problems with our
0
1949
by: anneeny | last post by:
Hi there... My company has implemented Oracle Financials and Project applications in 1999 as a part of Y2K project. Oracle 11.0.3 Applications are implemented in 3-tier configuration as per the details given below:- Database Tier: The database tier consists of Intel Server running Windows 2000. This server is dedicated to host ORACLE...
0
7276
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7408
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7548
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5714
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5110
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3267
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
1624
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
825
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
488
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.