473,396 Members | 1,706 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.

Deployment Scenario

I have Three Servers

1-->WebServer
2-->Application Server
3-->DatabaseServer
Now I want to store all my .aspx pages on to (1)WebServer
dll assemblies on to the ApplicationServer and
DataBase to the Database Server
What I should do to make this happen ?How and where I make configure so

that the pages detect assemblies (dlls) from the Application Server.
Can any one help me ?

Mar 7 '06 #1
2 982
this scenario depends if the servers are within the same LAN or not.

If they are, I would probably use .NET Remoting to transfer objects
between tiers.

Your Data layer would remote to your application layer and your
application layer would remote to your web server.

No remoting would be necessary on the webserver layer objects.

if the servers are outside the local lan, like on the internet, then
you would use WebServices to accomplish this.

hope that helps!

Mar 7 '06 #2
thank a lot for your reply

Mar 15 '06 #3

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

Similar topics

0
by: Nick Wilton | last post by:
Hi all, Has anyone encountered the following deployment scenario and if so, how did you solve it? A cleanly installed Win 98 SE (IE 5.0) without an internet connection. I already have a...
9
by: John Eric Hanson | last post by:
My company is considering a development path in which we develop code on 32 bit Windows machines to run remotely on 64 bit Linux machines. What could go wrong?
2
by: DKode | last post by:
I am building an app that will do online job applications. I am starting my UML modeling of the app and realized that one portion of the app will be only available internally, while the rest of the...
1
by: Lee Grindon | last post by:
Hello, I want a central MDI windows app that can call other .net windows applications. The deployment scenario is such that a new application will be needed on a daily basis so I don't want to...
0
by: DKode | last post by:
I am building an app that will do online job applications. I am starting my UML modeling of the app and realized that one portion of the app will be only available internally, while the rest of the...
3
by: Chuck P | last post by:
I need to deploy and asp.net 2.0 application that has dpapi/machine encrypted connection strings. I tried using the VS Build Publish menu selection and then putting the encryption in the...
4
by: Frank Rizzo | last post by:
I have a SmartClient/ClickOnce app that needs to be deployed to a whole bunch of sites. The app.config would have to be different for each site. I am trying to do this in an automated manner (by...
3
by: DGleeson3 | last post by:
Hello All Hope Im posting in the right place. If not please point me elsewhere. We are developing a reasonably standard Web application. VS2005 ASP.NET SQL server 2005. The unusual...
0
by: =?Utf-8?B?VCFN?= | last post by:
Hi All, I've been successfully deploying clickOnce successfully through the 2.0 and 3.X frameworks, but now have a problem with ClickOnce updates in 3.5 SP1. The scenario is this: I want to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.