Click here to Skip to main content
15,949,686 members
Home / Discussions / Web Development
   

Web Development

 
QuestionAsynchron WebService Pin
greekius15-Jun-08 22:19
greekius15-Jun-08 22:19 
AnswerRe: Asynchron WebService Pin
Shog916-Jun-08 6:07
sitebuilderShog916-Jun-08 6:07 
QuestionNeed advice is developing this project in MS Sharepoint is a good idea... Pin
Rafferty Uy15-Jun-08 21:45
Rafferty Uy15-Jun-08 21:45 
QuestionStoring Array in the Profile of Web.config Pin
Zeeshan Riaz14-Jun-08 11:17
Zeeshan Riaz14-Jun-08 11:17 
AnswerRe: Storing Array in the Profile of Web.config Pin
Christian Graus14-Jun-08 11:19
protectorChristian Graus14-Jun-08 11:19 
GeneralRe: Storing Array in the Profile of Web.config Pin
Zeeshan Riaz14-Jun-08 11:28
Zeeshan Riaz14-Jun-08 11:28 
GeneralRe: Storing Array in the Profile of Web.config Pin
Christian Graus14-Jun-08 11:33
protectorChristian Graus14-Jun-08 11:33 
QuestionDeploying Zero DownTime Updates in production ... Pin
SandeshLohar7313-Jun-08 2:34
SandeshLohar7313-Jun-08 2:34 
Hi Guys,


Just wanted to check out if anyone can help me out in one of the typical scenarios that I have…

The scenario is that of a typical Zero Down Time Updates (100% availability…) on a (ASP.Net 2.0 on IIS 6.0) production site with multiple tiers involved – F5 Balanced Web Farm, SQL cluster,( Biztalk 2004 Farm & Citrix Farm, etc ,which can be ignored for now )..

We have managed to find a strategy to deploy the updates - starting with SQL Cluster followed by Web Farm Tier., assuming the updates to the SQL cluster will be necessarily backwards compatible with the earlier version of the application.

The strategy to update the Web Tier is holding us up due to few issues as mentioned later below. The steps we are following is typically explained below :
1. Firstly, isolate any one node in the web farm, by setting up Node drain out feature in F5.
2. Once the node is isolated, deploy the new version of the application/site on the node.
3. Introduce the updated Node back into the farm so that it again starts receiving the requests from the load balancer.
4. Follow the same steps from 1-3 till all the nodes in the farm are updated

Now this leads us to the situation where :
1. the farm now has two versions of the application running side-by-side, (updated node has latest version of the application along with updates business components ,while the other nodes still have older version.. ),
2. there is possibility of the new node(new application) receiving a request which is essentially the post-back request from the user who was earlier serviced by the older version of the application & vice-versa.
3. assuming, at the new node, we figure out that postback request corresponds to the older version, we can think of forwarding the request back to any of the other nodes still having the earlier version of the application (if possible at all in a load balanced web farm? I assume this my cause performance hits on the node which was directed to..)
4. need to figure out a solution wherein after detecting that postback request was meant for an earlier version of the application, somehow trigger a postback again , thereby ensuring that Load balancer will this time, route it to some other node – WITH ALL THE VIEWSTATE & POSTBACK DATE (ALSO THE RAISED POSTBACK EVENTS) intact, so that , finally the request will be executed in the way intended without any loss of data & yet happening transparently to the user.
5. need to achieve this without any change to the existing code – Cross Page Post back, Server.Transfer & even the Response.Redirect don’t seem to help as the postback data & viewstate won’t be preserved. Besides even to Cross Postback, would imply posting back by only those controls supporting with PostBackURL property (i.e. implementing IButtonControl interface), whereas the existing code might have custom controls as well…

I would truly appreciate if someone can suggest a solution or even better alternatives.

Thanks,
Sandesh
AnswerRe: Deploying Zero DownTime Updates in production ... Pin
Mark Churchill15-Jun-08 20:28
Mark Churchill15-Jun-08 20:28 
GeneralRe: Deploying Zero DownTime Updates in production ... Pin
SandeshLohar7316-Jun-08 0:50
SandeshLohar7316-Jun-08 0:50 
GeneralRe: Deploying Zero DownTime Updates in production ... Pin
Mark Churchill17-Jun-08 22:04
Mark Churchill17-Jun-08 22:04 
QuestionHow we can get web browser height and width information on the same page Pin
r aa j12-Jun-08 19:19
r aa j12-Jun-08 19:19 
QuestionServer.CreateObject Failed Pin
ganeshMohan12-Jun-08 18:12
ganeshMohan12-Jun-08 18:12 
QuestionI need code JavaScript auto Images and Link for Advetisment Pin
haibec12-Jun-08 17:30
haibec12-Jun-08 17:30 
AnswerRe: I need code JavaScript auto Images and Link for Advetisment Pin
Christian Graus13-Jun-08 16:44
protectorChristian Graus13-Jun-08 16:44 
QuestionEmail Search Engine Pin
mukera12-Jun-08 15:39
mukera12-Jun-08 15:39 
AnswerRe: Email Search Engine Pin
Christian Graus12-Jun-08 15:44
protectorChristian Graus12-Jun-08 15:44 
GeneralRe: Email Search Engine Pin
Ashfield13-Jun-08 2:51
Ashfield13-Jun-08 2:51 
QuestionHalting JS Ajax events from firing Pin
devil8512-Jun-08 11:34
devil8512-Jun-08 11:34 
QuestionHow do I make a website 'Live'. Pin
REBMCAD12-Jun-08 8:18
REBMCAD12-Jun-08 8:18 
AnswerRe: How do I make a website 'Live'. Pin
WillemM12-Jun-08 9:05
WillemM12-Jun-08 9:05 
GeneralRe: How do I make a website 'Live'. Pin
REBMCAD12-Jun-08 9:25
REBMCAD12-Jun-08 9:25 
QuestionFacebook Login protection? Pin
udikantz12-Jun-08 0:43
udikantz12-Jun-08 0:43 
AnswerRe: Facebook Login protection? Pin
Ashfield12-Jun-08 1:33
Ashfield12-Jun-08 1:33 
GeneralRe: Facebook Login protection? Pin
udikantz12-Jun-08 1:35
udikantz12-Jun-08 1:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.