-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
PawanM
on
06-08-2009, 3:03 AM
Thx a lot Wonyoo
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
PawanM
on
06-05-2009, 7:21 AM
We are setting the cookies through our application only. Yea I checked the cookies, it is available in case of IE, Chrome but not for Firefox. As soon as I make my second server online, cookies are avaialble in firefox too. I think it is the matter of request header values. Firefox is not able to read the cookies neatly when it is ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
PawanM
on
06-03-2009, 9:17 AM
Issue resolved after bringing the second server online in web farm. I am still wondering why this happened when there was only one active server in farm & only with Firefox browser. It might be either ARR bug or its feature restriction. I'll be thankful if someone put more specs on that.
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
PawanM
on
06-03-2009, 3:03 AM
I am unable to set & read cookie in mozilla firefox after configuring ARR. The same set of code is working fine with IE browsers. Basically I am setting a cookie for some domain & the cookie is not available in Firefox. I changed the url bindings at server side & put ipaddress instead of domain name, then it works fine both in IE ...