silverlight - Users Can Break Service Reference URL -


according this question can't make service reference address relative. in site, have service reference pointing asmx web service. address is, say: "http://mysite/services/myservice.asmx"

unfortunately, if users browse site using: http://www.mysite.com service breaks. i'm assuming silverlight blocking requests because it's seeing www.mysite.com being different domain mysite.com if user browses http://mysite.com, works great.

is there way fix this?


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -