473,473 Members | 2,255 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Creating Web Application for Web Farm

271 Contributor
Hi,
I was asked to create a web application which is going to be running on a web farm. Now my questions are
1. I was asked to use windows authentication for connecting to SQL database, will this work when i am running my application in a web farm?
2. What are the settings i should make to make my application work fine in a web farm environment?
3. I have planned to use a SQL persistant state for sessions, is this the best one or is there any other for web farm environment.
4. What are the other things that i should consider while deploying my application in a web farm.

Thanks & Regards
Karthikeyan
Oct 30 '09 #1
6 2599
Frinavale
9,735 Recognized Expert Moderator Expert
Seems like you already know what needs to be done :)

I'm not sure how the Windows Authentication will work in your web farm environment. It's probably best you look into how this will work in an web farm environment.

You've already addressed the main problem I can see when running an ASP.NET application in a web farm environment: make sure that, if you're using session, it is configured so that it can span across the multiple web servers.

There are a couple of options that you can use.
Check out this article on Sessions for a bit more information.

Cheers!

-Frinny
Oct 30 '09 #2
karthi84
271 Contributor
Hi Frinny,
Thanks for the reply. But the link you have given for the sessions article is no longer available. can you update me on this
Nov 2 '09 #3
ThatThatGuy
449 Recognized Expert Contributor
windows authentications won't do....

is you're using sql 2005 or later then a user name or passowrd is a must
Nov 2 '09 #4
Frinavale
9,735 Recognized Expert Moderator Expert
I don't know why the link is no longer working.
The article can be found in the .NET articles section....and it still exists.
Here's a new link to the article on Sessions.

-Frinny
Nov 2 '09 #5
karthi84
271 Contributor
Hi Frinavale,
Thank you for the updated link
Nov 3 '09 #6
karthi84
271 Contributor
Hi ThatThatGuy,
Thanks for the reply. now my question is if i want to use windows authentication to connect my sql 2005 database which is on a different server (not in the application server) what are the settings i have to make on both the servers. as my client is more specific on the application to be on a web farm and the database connections are to be made with windows auth.
Nov 3 '09 #7

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

Similar topics

1
by: zibrafish | last post by:
Hi, Dear All, I got a situation here, I have a web farm application, and I have a requirement that I need to know the number of sessions opened on each web server in this web farn design, I...
1
by: LearninGuru | last post by:
Hi, I would like to know what are the different ways possible to create a ASP.NET web forms. I am interested in knowing what are the various softwares that allow creating a ASP.NET web farm? ...
2
by: Martin | last post by:
Hi, I have been trying to find a good article that would explain the scalability of the cache and application variables accross a web farm. I believe that application variables will not scale...
1
by: Dominic | last post by:
Hi all, We've just migrated to IIS 6.0 / Windows Server 2003. We are now experiencing some stability problem what we did not experience in IIS 5.0 / Windows 2000 Server. Our ASP.NET application...
4
by: kanones | last post by:
I have some data that is been retrieved from a call to sql server stored procedure that I want to store for a period of time in a web farm architecture. I want to minimize the calls to sql server...
6
by: Eric McVicker | last post by:
Session state has options to be inproc, state server or sql server. Why does Application state not allow for state server or sql server so the same Application state could be shared between...
1
by: Kevin Burrowes | last post by:
I need to implement caching for a large enterprise application and we are planning to use the newest Caching Application Blocks. (Enterprise Library Jan. 2006) We want to cache Business Entities...
5
by: newjazzharmony | last post by:
I want to share one instance of an object across an ASP dot net application, and I'm trying to weigh the pros and cons of the following two approaches: a) Storing the object in ApplicationState...
10
by: Jamunt | last post by:
Hi, I want to create an application in which around 1000 users will be served at one time. All of the users will be sending around 1 mb of data. I will be parsing that data and would insert some...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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...
1
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.