473,396 Members | 1,805 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,396 software developers and data experts.

Best deployment strategy

Hello,

I am new to .NET, so if my questions is dumb, please
excuse me.

We are moving our ASP model site to ASP.NET and I would
like to know the best deployment strategy that we can use
(we have a pretty big site). I got the following
information from a web site -

There are THREE deployment models.

1. Make all pages as it is in ASP (one aspx file with
design+code) - In this case, deploy all the files as is.

2. Code behind (.aspx file and .vb file - Deploy .aspx
file and compiled .dll - I have a doubt here, does this
mean that if I have a big web site, all the .vb files
will compile to a single big .dll file, which I have to
deploy?)

3. Use @page= option to create a code behind page (this
will create a .dll file for each page, deploy .aspx page
and corresponding .dll file)

Am I missing something or is this the way it is? If you
know some links where I can get more information, that
will also be appreciated.

Thanks in advance
-Binoy
Jul 19 '05 #1
1 2307
I've read your replies to "binoy" regarding deployment options.

We have a similar desire in that we want smaller .dll's, too. Our desire is
founded in the fact that we deploy to nearly 200 sites, all private LANs.

If, for example, a bug is found during the running of Payroll, then the time
it takes to recompile, deploy to an FTP site, have the customer get from the
FTP site, and reinstall is critical. A large .dll hinders this
tremendously, while compiling to several smaller .dll's allows us to just
send a much smaller chunk to the site(s).

I agree that option #1 is to be avoided. We're living with option #2 for
now, but are hoping for a different solution.

So, how does option #3 work and why is that a bad thing?

Thanks for letting me pop in here,

Mark Rossler


Jul 19 '05 #2

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

Similar topics

136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
4
by: wobbles | last post by:
Hi Everyone, I'm really struggling to get no-touch deployment to work well (if at all, in some cases). Can anyone recommend a good book on this topic? There seem to be a lot of blogs about...
4
by: Jack Wright | last post by:
Dear All, Every Virtual directory under IIS is executed in a new AppDomain. This is done by CLR itself. When I deploy a dll under its bin, the AppDomain is restarted as a result all my dlls under...
10
by: jojobar | last post by:
Hello, I am trying to use vs.net 2005 to migrate a project originally in vs.net 2003. I started with creation of a "web site", and then created folders for each component of the site. I read...
0
by: Brian Young | last post by:
My department is responsible for creating custom internal applications for many of our departments. Our strategy has always been to develop our applications as ActiveX controls (VB6) that get...
8
by: Parveen | last post by:
I am ready to deploy my first windows vb.net application. Which strategy should I use for this deployment? Is XCOPY available Thanks in advance! Parveen
1
by: Binoy | last post by:
Hello, I am new to .NET, so if my questions is dumb, please excuse me. We are moving our ASP model site to ASP.NET and I would like to know the best deployment strategy that we can use (we...
0
by: cyprian.pl | last post by:
Hello, I would like to ask some opinions on the best DB strategy for the following problem: I have a table containing information about artists (names, dates, descriptions in three languages...
7
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.