Connecting Tech Pros Worldwide Help | Site Map

Multiple Clients Accessing Server

  #1  
Old June 16th, 2009, 10:31 AM
Newbie
 
Join Date: May 2009
Posts: 16
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.
  #2  
Old June 17th, 2009, 12:09 PM
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,450
Provided Answers: 56

re: Multiple Clients Accessing Server


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!
  #3  
Old June 17th, 2009, 02:14 PM
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North :)
Posts: 4,940
Provided Answers: 8

re: Multiple Clients Accessing Server


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?
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
handle muliple clients in php socket server-udp samyphp answers 0 January 12th, 2008 07:04 AM
handle muliple clients in php socket server-udp samyphp answers 0 January 12th, 2008 07:00 AM
Consistency among multiple connections Sergio answers 1 July 20th, 2005 01:16 AM
Consistency among multiple connections Sergio answers 1 July 20th, 2005 01:16 AM