Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 20th, 2004, 05:45 PM
Authorized User
 
Join Date: Sep 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Default asp.net deploying

Hi,

can someone give me example of how to deploy asp.net application on more then one web server....

any link would work....

thank you

 
Old September 20th, 2004, 10:09 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You can use xcopy in the command prompt to copy files to a server that you have direct file access to... or you can use FTP. You just have to make sure the directory in which you are placing the files is set up as a web application.
 
Old September 21st, 2004, 11:08 AM
Authorized User
 
Join Date: Sep 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi

i basically want to know...do u just deploy your web application on both the webservers..and just change the web.config to use sqlserver for state management....

and how does request go to webserver 1 or webserver 2....i mean is there some configuration of webservers...
hope i explained myself.

 
Old September 21st, 2004, 11:41 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hey,

You can deploy the apps to the separate web servers, but you do need to configure your web.config to use the web farm I believe.

Brian
 
Old September 22nd, 2004, 01:59 PM
Authorized User
 
Join Date: Sep 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Default

> you do need to configure your web.config to use the web farm

do u know how...or any article that talks about it?

 
Old September 23rd, 2004, 10:58 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Web farming is not a direct function of a web application, and might not even be a direct function of IIS (although when you use windows load balancing, I'm sure they are tied together somehow). You can't just write a web application and put it one two servers and have it be a multi-server application. You need to install or configure some loadbalancing/farming software or hardware. Windows 2000 Advanced server has load balancing built in that you can configure to create a multi server site. Or you can use various hardware solutions that perform the load balancing. In that case, the application and web server don't even need to know they are part of a farm. The dedicated hardware routes requests based on load and the server accepts whatever requests get passed thru to it.

This is by no means an expert explanation for I am just a programmer, not an I.T. person. I have however worked with my I.T. department on web farm systems.
 
Old September 23rd, 2004, 11:13 AM
Authorized User
 
Join Date: Sep 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ok thank you.

will u suggest some article / book which talks about webfarming...



 
Old September 23rd, 2004, 11:19 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

http://www.google.com/search?hl=en&i...&q=web+farming

http://www.google.com/search?hl=en&l...load+balancing





Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying ASP.NET Project nandar_hayhay ASP.NET 1.0 and 1.1 Professional 2 September 30th, 2007 03:08 PM
deploying ASP.net nandar_hayhay ASP.NET 1.0 and 1.1 Basics 1 September 29th, 2007 12:29 PM
Deploying ASP.NET 2.0 Applications geomar .NET Framework 2.0 0 November 14th, 2006 01:13 PM
deploying your asp.net application olambe BOOK: ASP.NET Website Programming Problem-Design-Solution 1 July 2nd, 2004 08:19 PM
Deploying ASP.NET Apps Prometheus Classic ASP Basics 0 September 12th, 2003 09:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.