473,804 Members | 3,460 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Enterprise deployment..

Hi,

Up until now I have only developed relativly simple .NET solutions where the
app could run on a single box..

Could anyone direct med to some articles/books/best practices for
developing/deploying scalable clustered .NET solutions...som ething like 5-7
HTTP front machines...conn ecting to a couple of buisness
machines...conn ecting to a datastore or legacy systems...I have never done
this in .NET only in J2EE/UNIX...

FW
HTTP HTTP HTTP HTTP HTTP (this should be ASP.NET in DMZ)
FW
SERVICES SERVICES SERVICES (.NET Assemblies with components..)

DATASTORE

Hope you get the picture..

Regards
/Oscar
Nov 15 '05 #1
3 1212
I'm guessing you'd be best off writing your own tool, or doing it manually,
but let's say what others say.

--itai

"Oscar Thornell" <os***@cyberode .se> wrote in message
news:OD******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

Up until now I have only developed relativly simple .NET solutions where the app could run on a single box..

Could anyone direct med to some articles/books/best practices for
developing/deploying scalable clustered .NET solutions...som ething like 5-7 HTTP front machines...conn ecting to a couple of buisness
machines...conn ecting to a datastore or legacy systems...I have never done
this in .NET only in J2EE/UNIX...

FW
HTTP HTTP HTTP HTTP HTTP (this should be ASP.NET in DMZ)
FW
SERVICES SERVICES SERVICES (.NET Assemblies with components..)

DATASTORE

Hope you get the picture..

Regards
/Oscar

Nov 15 '05 #2
excellent book: Advanced .NET Remoting by Ingo Rammer
Then study the Patterns and Practices section of MSDN at msdn.microsoft. com

that will get you a LOT further.

Good luck,
--- Nick

"Oscar Thornell" <os***@cyberode .se> wrote in message
news:OD******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

Up until now I have only developed relativly simple .NET solutions where the app could run on a single box..

Could anyone direct med to some articles/books/best practices for
developing/deploying scalable clustered .NET solutions...som ething like 5-7 HTTP front machines...conn ecting to a couple of buisness
machines...conn ecting to a datastore or legacy systems...I have never done
this in .NET only in J2EE/UNIX...

FW
HTTP HTTP HTTP HTTP HTTP (this should be ASP.NET in DMZ)
FW
SERVICES SERVICES SERVICES (.NET Assemblies with components..)

DATASTORE

Hope you get the picture..

Regards
/Oscar

Nov 15 '05 #3
Ok! I need to design the app ground up to be scalable...usin g .NET Remoting
to expose/communicate to my buisness layer...

Are there any support/ tools in Win 2003 Server/IIS 6 for this kind of
application...

What is the opinon regarding ASP.NET do we need a framework command/facade
like Struts to decouple the logic from the back-end??

/Oscar

"Nick Malik" <ni*******@hotm ail.nospam.com> wrote in message
news:DIsXb.3043 65$I06.3088502@ attbi_s01...
excellent book: Advanced .NET Remoting by Ingo Rammer
Then study the Patterns and Practices section of MSDN at msdn.microsoft. com
that will get you a LOT further.

Good luck,
--- Nick

"Oscar Thornell" <os***@cyberode .se> wrote in message
news:OD******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

Up until now I have only developed relativly simple .NET solutions where

the
app could run on a single box..

Could anyone direct med to some articles/books/best practices for
developing/deploying scalable clustered .NET solutions...som ething like

5-7
HTTP front machines...conn ecting to a couple of buisness
machines...conn ecting to a datastore or legacy systems...I have never done this in .NET only in J2EE/UNIX...

FW
HTTP HTTP HTTP HTTP HTTP (this should be ASP.NET in DMZ)
FW
SERVICES SERVICES SERVICES (.NET Assemblies with components..)

DATASTORE

Hope you get the picture..

Regards
/Oscar


Nov 15 '05 #4

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

Similar topics

2
1110
by: Nik | last post by:
I need to install Visual C++ 6.0 Enterprise Edition on a new Microsoft cluster running server 2003. My Microsoft gold partner is having difficulty deciding how this should be done. Microsoft support will not help as it is an installation rather than a fault. I am sure it is possible and I hope someone reading this can them me how it can be done. It is currently holding up the deployment of our new enteprise server. Many thanks, Nik
0
1216
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...
2
1588
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
1210
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
1223
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
2648
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
3
1233
by: Brenden Bixler | last post by:
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...
1
3602
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
2
1398
by: johnsmith3853 | last post by:
Hey guys, for an enterprise wide deployment, what will you suggest and why among - Red Hat Linux, Suse Linux and Ubuntu Linux, also, do you think, we can negotiate the support pricing down?
7
1749
by: Academia | last post by:
I don't understand the Enterprise editions that MS gives away. If I only write VB what is the difference between buying and using VS2008 and downloading and using the VB enterprise edition? If I write a solution containing VB and C# what is the difference?
0
10567
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
10310
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
10074
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
9138
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...
1
7613
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6847
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
5515
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4291
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
3809
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.