Buy Questpond's video subscriptions on
huge discount
.
Online: 10074
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET
>
Loading ...
Server.Transfer and Web Farm,Web Garden [Resolved]
Posted by
SurajRane
under
ASP.NET
on 8/9/2010 | Views : 3433 | Status :
[Member]
| Replies : 4
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hi,
If apllication is deployed on web farm or in web garden. how server.Transfer works.
i want the answer in both cases in web farm and for web garden
[Resolved]
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Sundermagar
on: 8/9/2010
[Member]
Starter
0
because server.Transfer works on the same server your request will be loaded on the same server not on other. If you have deployed that target page to other server then it would give you error.
Thanks,
Sunder Magar
SurajRane
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Shankul2784
on: 8/9/2010
[Member]
Bronze
0
Hi,
Server.Transfer is used when you want to redirect on the same server pages. Using this you can not redirect to the another server.
Web farm is used to handle the traffic on the server. In that case you are using 2-3 servers & the traffic is managed. If one of the server having too much load then it is redirecting to the other server.
Web garden means in same server you are created many processes for the same application.
I hope, it will help you.
Thanks & Regards,
Shailesh
SurajRane
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
SurajRane
on: 8/9/2010
[Member]
Starter
0
it means,
if i have two servers say A and B
i did server.transfer() from server A for a page which is at server B.
It will not work.
what about web garden. will it work in that case.
SurajRane
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Shankul2784
on: 8/9/2010
[Member]
Bronze
0
SurajRane : Web garden means in same server you are created many processes for the same application.
i am very sorry, i am not sure on this. If you get this answer please let me know.
Thanks & Regards,
Shailesh
SurajRane
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...