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

migration from ASP to ASPX deployment question

Hi,

I have a deployment question for a migration from ASP to ASP.NET.
the application is an e-commerce web-site that have loadbalancing of 4 web
servers running (today) windows2000 with IIS5 and will run windows2003
server in the future.

3 developers working on the web app, and today when needs to change
something copying the relevant asp page from dev env to production.

when we migrate to asp.net, the development environment of a development
server, like in ASP might cause problems: when changing a page by one
developer, the app might not compile to reflect changes made by other
developer.
so we can work locally each developer, is this the only way?
should I separate the application to several DLLs for deployment reasons?

any information learned from experience of working on live e-commerce web
application in dot-net will help.

TIA,
z.
Nov 18 '05 #1
1 1246
1) Working on a local copy is actually is the recommended (and likely the
best) way. It uses a check out, check in model so that each developer
doesn't interfere with others. You'll find more at
http://msdn.microsoft.com/library/de...ml/tdlg_rm.asp.

2) Not live e-commerce but an Intranet application that is made of several
distinct modules. As each module can be at a different step in the dev cycle
we have a central location to which each file is copied at the time of the
check in. A command file can then build a DLL for each module (can't do that
AFAIK using VS.NET) allowing to easily install on the production server only
the updated module while leaving other modules at the current revision.

Next releases of VS.NET/ASP.NET should offer some improvments regarding
compilation.

Patrice

"z. f." <zi**@info-scopeREMSPAM.co.il> a écrit dans le message de
news:Op**************@TK2MSFTNGP11.phx.gbl...
Hi,

I have a deployment question for a migration from ASP to ASP.NET.
the application is an e-commerce web-site that have loadbalancing of 4 web
servers running (today) windows2000 with IIS5 and will run windows2003
server in the future.

3 developers working on the web app, and today when needs to change
something copying the relevant asp page from dev env to production.

when we migrate to asp.net, the development environment of a development
server, like in ASP might cause problems: when changing a page by one
developer, the app might not compile to reflect changes made by other
developer.
so we can work locally each developer, is this the only way?
should I separate the application to several DLLs for deployment reasons?

any information learned from experience of working on live e-commerce web
application in dot-net will help.

TIA,
z.

Nov 18 '05 #2

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

Similar topics

1
by: z. f. | last post by:
Hi, I have a deployment question for a migration from ASP to ASP.NET. the application is an e-commerce web-site that have loadbalancing of 4 web servers running (today) windows2000 with IIS5 and...
1
by: rob | last post by:
Dear All, I have a very small test project to convert asp to asp.net using the Microsoft/Artisan ASP to ASP.NET Migration Assistant...
11
by: Kenneth | last post by:
Hi, I've written an Intranet app in asp.net (vb) using sql server 2k for big customers. Now I need something for small customers with no need for databases, so I'm thinking of xml. I have one...
0
by: smith | last post by:
I think that this must have been asked a lot of times but googling isn't showing anything new or specific to potentials of ASP.Net2. I'm working for a relatively large eCommerce site, with tech...
2
by: n33470 | last post by:
Hi all, We have an existing website, built with VS2003, that we're in the process of migrating to use in VS2005. After the migration wizard completes, then all of the .aspx web pages are...
5
by: DC | last post by:
Hi, with ASP 1.1 we use "satellite" Projects to develop Usercontrols. We then copy only the .ascx and the .dll to the actual webproject. Trying to migrate such a project to 2.0 does not work...
1
by: Bonggoy Cruz | last post by:
We have a fairly big size ASP.NET web application that was written VB.NET. We are in the process converting the web project. We used the migration wizard included in VS 2005. I followed step by...
1
by: Neal | last post by:
Hi All, I have deployed a web site to a hosting site (ix), but some really strange incomplete execution hassles. The app is Frameset based, 2 of the aspx pages for 2 of the 4 frames, don't...
4
by: =?Utf-8?B?ZG91Zw==?= | last post by:
I built a ws locally takes in a request object and returns a response object. The ws reads in a good sized xml file and the request oject has elements used to create an xml subset and returns it as...
10
by: lonsharim | last post by:
Hi all, We have been approached by a company that have large 2 tier ASP based website using SQL Server as the backend. These systems have been in place for well over a decade with a small...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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,...
0
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...
0
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,...

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.