Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
2k views

Silverlight 4: Detect browser F5 / refresh and X / Close

I want to determine how to filter F5, refresh button, X and close in browser via silverlight 4.0 or even in server side. thank you EDITED: I added bounty to my question just today, July 28 2011. My ...
2
votes
1answer
379 views

WCF Service under loadbalancer problem

In loadbalancer (bigip/f5) environment WCF services are not working after the website is set to run under asp.net 4.0. The Javascript proxy requests are going as http instead of https under asp.net 4 ...
1
vote
3answers
50 views

Difference between f5, CTRL+f5 and click or refresh button

Hello I have often experience while developing my web applications that pressing F5 or doesn't produce or refresh the proper result. But when we hit CTRL+F5 it genrates the correct result. What is ...
1
vote
2answers
507 views

Differentiate between F5 and browser close event in flex/actionscript

I am using the following piece of code to determine the closure of browser window and it works perfectly. But the issue arises when the user refreshes the page using "F5" or clicking browser refresh ...
1
vote
2answers
85 views

Ask permission on f5

I've just been listening to music in http://listen.grooveshark.com/ website and tried to refresh the page and then it gave me message "Do you really want to refresh this page?". How is this done?
0
votes
0answers
42 views

How to close client connection when server closed connection on F5 big ip.

I'am develop a upload service,And I use the f5 Load balance.The upload server will check the upload is correct. If server find some error in upload stream,Server should close the connection.I directly ...
0
votes
0answers
86 views

URI Rewriting - Host and Sub-folder

I've got a rewrite that I am trying to figure out. Basically, if somebody goes to http://www.testone.com/lp2/whatever/else.html, I'd like to rewrite the URL / reverse proxy the content from ...
0
votes
0answers
83 views

iRules: Validate Akamai's g2o authentication (AKA Signature Header Authentication)

I'm pretty newbie at scripting F5's iRules, so I don't know if it's possible to make an iRules script that validates the signed headers of Akamai's g2o authentication. The F5 will receive from Akamai ...
0
votes
0answers
49 views

weird session state behaviour

I am having an application that was running very fine in testing environment , when we published it live it goes for more than 10 exceptions per second , as we are having arround 20,000 visitors daily ...
0
votes
2answers
140 views

ASP.NET page - how to stop from hitting F5 or back button

ASP.NET page - how to stop from hitting F5 or back button?? Please help. JQuery, JS working only on few browsers. Please suggest some server side code. Thanks.
0
votes
0answers
143 views

open source multi-protocol load balancer like F5 [closed]

I am looking for an open source load balancer like F5. I should be able to control it online either using some web-based UI or using a terminal and add new routes also. Most importantly it should be ...
0
votes
1answer
134 views

How to stop reloading the page when the user press F5 or CTRL+R in XBAP Application

I have an XBAP Application. In XBAP Page, if the user presses F5 or CTRL+R then the confirmation message must be shown to the user. If Yes then the page must be reloded. If No then the current ...
0
votes
0answers
156 views

Unknown compressed data format returned from F5 load balancer

I am try to debug a purpose built client application which is talking to a server application which was recently shifted to be behind an F5 load balancer. The client application only accepts 'deflate' ...
0
votes
0answers
247 views

WIF secured WCF service behind F5 load balancer - TCP error code 10060

I have been developing a WIF secured WCF service using the WS2007FederationHttpBinding. All of this works fine in development, but when I move to system test, where the services are hosted behind an ...
0
votes
1answer
263 views

Silverlight modal dialog interferes with browser's onbeforeunload dialog

I'm in a Silverlight 4.0 project where we have a variety of windows and dialogs, some of which are modal. In the hosting HTML, we've bound the onbeforeunload event so that we can warn users before ...
0
votes
1answer
426 views

WCF Service (wsHttpBinding binding) behind F5 load balancer

current setup: - i have got a WCF service with wsHttpBding, see the service config below - i have implemented a ServiceHostFactory to solve the problem of incorrect schema location and soap addresses, ...
0
votes
2answers
44 views

Why F5 does not start a unit test in VS2008?

I have a solution with several projects and all of them are unit test projects. While I can start some tests selecting the project as the startup project and pressing F5 there are other projects that ...
0
votes
1answer
1k views

Detection of page refresh / F5 key in ASP.NET MVC 2

How would one go about detecting a page refresh / F5 key push on the controller handling the postback? I need to distinguish between the user pressing one of two buttons (e.g., Next, Previous) and ...
0
votes
3answers
867 views

How do I disable the F5 refresh on the browser?

Preferably using JavaScript but would like to hear other ways too
0
votes
1answer
577 views

Any way to simulate F5 BIG-IP server?

We have a potential client that uses F5 BIG-IP servers for load balancing. In determining if we could cleanly integrate our product with their Load Balancers, I started looking at the API's provided ...