473,659 Members | 2,662 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Guidance: Enterprise Deployment of Web Application

I would like to solicit advice on how to best deploy an enterprise ASP.NET
2.0 web application. I'm using VS 2005 and I've found Publish Web Site to be
somewhat lacking, buggy, and slow.

My application consists of 250+ (and growing daily) ASP.NET files that I'm
compiling into separate binaries (all stored in /bin). The ASP.NET front-end
files are stored in 10 different directories (and growing).

My current method of development for fixing bugs or adding new features is
as follows:

1. Fix bug or add feature request locally.
2. Compile site.
3. Manually FTP all files and binaries, directory-by-directory. (Since
compiling to binary always updates the time/date stamp, it's impossible to
transfer just those files that have changed since last compile).
4. Test in beta environment.
5. If successful, FTP to production site manually. If not, repeat above
until ready for production.

As you can imagine, this is an extremely time-consuming process. It's not
agile, nor automated and prone to keeping me working later than I'd like.

Any suggestions that you could offer in expediting deployment, especially
based on your experience, would be greatly appreciated.

Thanks in advance.

-Brenden
Jul 13 '06 #1
3 1223
Have you considered using the Web Depolyment Project VS 2005 Add-on ?

http://msdn.microsoft.com/asp.net/re...p/default.aspx

Background info:
http://msdn.microsoft.com/library/de...t_projects.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Brenden Bixler" <Br***********@ discussions.mic rosoft.comwrote in message
news:2D******** *************** ***********@mic rosoft.com...
>I would like to solicit advice on how to best deploy an enterprise ASP.NET
2.0 web application. I'm using VS 2005 and I've found Publish Web Site to be
somewhat lacking, buggy, and slow.

My application consists of 250+ (and growing daily) ASP.NET files that I'm
compiling into separate binaries (all stored in /bin). The ASP.NET front-end
files are stored in 10 different directories (and growing).

My current method of development for fixing bugs or adding new features is
as follows:

1. Fix bug or add feature request locally.
2. Compile site.
3. Manually FTP all files and binaries, directory-by-directory. (Since
compiling to binary always updates the time/date stamp, it's impossible to
transfer just those files that have changed since last compile).
4. Test in beta environment.
5. If successful, FTP to production site manually. If not, repeat above
until ready for production.

As you can imagine, this is an extremely time-consuming process. It's not
agile, nor automated and prone to keeping me working later than I'd like.

Any suggestions that you could offer in expediting deployment, especially
based on your experience, would be greatly appreciated.

Thanks in advance.

-Brenden

Jul 13 '06 #2
I have. Unfortunately, it's a pretty weak solution. For instance, I'm a huge
fan of merging all of the assemblies into a single dll. However, it doesn't
work if you have a duplicate method. The verbose messaging doesn't identify
where this occurs and frankly, across 250+ files, I've probably got a few
methods called Update() that perform vastly different functions locally. The
only way I can get my project to compile using this add-on is to have it
generate a different assembly for each file.

Am I missing something? I concede that I might not be using it correctly.

-Brenden

"Juan T. Llibre" wrote:
Have you considered using the Web Depolyment Project VS 2005 Add-on ?

http://msdn.microsoft.com/asp.net/re...p/default.aspx

Background info:
http://msdn.microsoft.com/library/de...t_projects.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Brenden Bixler" <Br***********@ discussions.mic rosoft.comwrote in message
news:2D******** *************** ***********@mic rosoft.com...
I would like to solicit advice on how to best deploy an enterprise ASP.NET
2.0 web application. I'm using VS 2005 and I've found Publish Web Site to be
somewhat lacking, buggy, and slow.

My application consists of 250+ (and growing daily) ASP.NET files that I'm
compiling into separate binaries (all stored in /bin). The ASP.NET front-end
files are stored in 10 different directories (and growing).

My current method of development for fixing bugs or adding new features is
as follows:

1. Fix bug or add feature request locally.
2. Compile site.
3. Manually FTP all files and binaries, directory-by-directory. (Since
compiling to binary always updates the time/date stamp, it's impossible to
transfer just those files that have changed since last compile).
4. Test in beta environment.
5. If successful, FTP to production site manually. If not, repeat above
until ready for production.

As you can imagine, this is an extremely time-consuming process. It's not
agile, nor automated and prone to keeping me working later than I'd like.

Any suggestions that you could offer in expediting deployment, especially
based on your experience, would be greatly appreciated.

Thanks in advance.

-Brenden


Jul 14 '06 #3
where this occurs and frankly, across 250+ files, I've probably got a few
methods called Update() that perform vastly different functions locally.
The
This isn't a problem as long as these aren't in the same partial class /
class.

Remember and even then you can place them in another namespace etc.

automating the compiling can be done by things like, writing a .vbs script
which calls the compiler from the command line.

Making a nant script or a msbuild script etc.


Jul 15 '06 #4

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

Similar topics

0
1212
by: John Ross | last post by:
Enterprise Library - No Touch Deployment: I have used this website and I cannot get to it. http://blog.hishambaz.com/archive/2005/01/29/194.aspx Invalid section name. The section 'dataConfiguration' does not exist in the requested configuration file myapp.exe.config or machine.config. Make sure that the 'enterpriseLibarary.configurationSections' configuration section exists in one of the files and that the section...
0
4536
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager Express Edition v1.3.2 Win, IBM Tivoli System Automation v1.2.0 Linux, IBM Tivoli Workload Scheduler Virtualized Data Centers v8.2 , other IBM Tivoli CDs, WEBSPHERE EVERYPLACE MOBILE PORTAL v5.0 - ALTIUM , other IBM WebSphere Business CDs...
2
1583
by: Chris Fink | last post by:
I work with a lot of development tools such as Seebeyond and Jacada, enterprise tools written in java that allow developers to code and deploy business processes. These tools are designed for developers. When using these tools I basically write java code and when these apps are deployed they run as a standalone service/application. My question is how such applications are written and if this is possible in C#. For example, assume I...
1
1207
by: Paul Abraham | last post by:
Hi there, I plan to start a new project using MS Enterprise library, as i know those application blocks are really good. However, when think about delpoyment issue: e.g. I can encrypt the database connection string in development and store it in the web.config file. When the application goes live, the database administrator need to change the username and password in case
0
1216
by: KrisR | last post by:
I have an ASP.NET application that makes use of the configuration and data access blocks from the June 2005 release of Enterprise Library. The application works perfectly in my development environment but I can't get it to work in production. I've followed the advice on Tom Hollander's blog (http://blogs.msdn.com/tomholl/archive/2005/02/18/376187.aspx) and rebuilt the common project without the conditional compilation properties...
0
2629
by: Benny Ng | last post by:
Hi,All, When i deploy Enterprise library with my application ,i used XCOPY to deploy it into my test server. But when application runs, shown some error related registry. (But actually I haven't any method or component to wrote registry) After I used "InstallUtil" to registry Enterprise Library (those DLLs) to the deployment server, the application runs smoothly. Now I wonder why i need to registry those Enterprise Library DLLs into
2
13843
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
1
3592
by: rohan_from_mars | last post by:
I have a windows service and am also using Enterprise Library June 2005 version. Now i have created Setup and Deployment Project which installs the service. but how do i add EL dlls- Common.dll, Logging.dll, Configuration.dll, Data.dll into setup project so that it is also installed automatically. It should perform what the 'Install Services.bat ' performs. I have created ProjectInstaller.cs file also
3
1106
by: Rusty Hill | last post by:
I am getting ready to build a new ASP.NET 2.0 web application from scratch. I have not used ASP.NET 2.0 yet. My application is going to use role based security, SQL reporting services, language localization, master pages, themes, etc. The application is going to be an enterprise level "Software as a Service" application. Can anyone recommend some sample applications, white papers, links, etc. that might help me as a starting reference...
0
8330
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8850
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8523
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8626
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7355
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4334
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2749
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
2
1737
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.