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

Multiple Clients Accessing Server

Hi all,
I'm not used to web.config and ASP.NET. I want to know whether is this possible and if so how???

I have my client accessing my server for some work and the server in turn accesses other server which will do the work. Now if the client increases the server has to send all those request to the other server and that's slowing my work if I have more clients.
The client accesses main server only. The main server then gives its job to the other server. So i want my main-server to point to other many server and make the things possible quickly...

And one more thing I'm using the IIS as my main server and Cassini as the other servers...

do I need to use web farm concept???

Does Cassini works with WebFarm???

Sorry if the scenario is confussing...

Any idea plz........
Thanks for the help.
Jun 16 '09 #1
2 2308
NeoPa
32,556 Expert Mod 16PB
As this question seems to pertain to the server hosting rather than the software concept used (ASP seems irrelevant as far as I can see) I have moved this across for you and bumped it.

Good luck & welcome to Bytes!
Jun 17 '09 #2
Frinavale
9,735 Expert Mod 8TB
Cassini is built into Visual Studio to provide web developers with a "web server" for testing purposes. This way web developers can do development on computers that aren't web servers, lets developers work without internet access, and it lets developers debug ASP.NET applications. Cassini is not supposed to be used in full production (it's sort of a "fake" IIS that doesn't always act the same way as a real server).

Once you are finished developing your application you will have to publish your application to proper web servers (running IIS).

I don't really understand how your problem is related to the web.config file?
The web.config file contains configuration information about your application. How is it related to a web farm/garden network setup?
Jun 17 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

16
by: noah | last post by:
Does PHP have a feature to associate Cookie sessions with a persistent database connection that will allow a single transaction across multiple HTTP requests? Here is how I imagine my process: I...
1
by: Mark McKay | last post by:
I've been reading 'Java RMI' from O'Reilly, and it provides a nice example of scaling a server application by creating multiple instances of server objects on several distinct machines (each...
1
by: Sergio | last post by:
Hi everybody, I have the following scenario. Several computers with shared disk in a LAN. Each of these computer has a MySQL server that serves several databases. I have several clients that...
1
by: James Chang | last post by:
Hello, I am writing an application using Visual Studio .NET (C#). The application will be run on several workstations simultaneously, and all of them will be accessing a single sql server...
9
by: Kelly Vernon | last post by:
I have a standard ASP page that appends to an xml page. Currently if there is more than one person attempting to append to the same XML file at a time. One user will have the ability to append,...
7
by: rdh | last post by:
Hi all, I am in process of developing a Server in C++ supporting multiple protocols. The server will be exposing various functionalities, and the clients can communicate over any of the...
11
by: Mike | last post by:
Looking to find any information on how to properly configure multiple instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking for information on how the multiple instance settings...
2
by: jasonsgeiger | last post by:
From: "Factor" <jasonsgeiger@gmail.com> Newsgroups: microsoft.public.in.csharp Subject: Multiple Clients, One port Date: Wed, 19 Apr 2006 09:36:02 -0700 I'm been working with sockets for a...
0
by: Mr X | last post by:
Hello I'm running a web service on a .NET 2.0 system accessing an Oracle database. The performance isn't too bad, until I connect multiple clients. The time to drag back the same data to each...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...

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.