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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -