RiaContext.Current.Authentication.User is null on winhost server?

Discussion in 'General troubleshooting' started by sunilyadav165, Feb 1, 2010.

  1. Hi all,

    I have developed Silverlight application using RiaServices.I have implemented Forms Authentication which works fine on local server but when i host my application to a Winhost RiaContext.Current.Authentication.User returns null. I am not able to evaluate what is happening.I have used fiddler to track the request and got following error;

    /ClientBin/DataService.axd/NX27KAPP-Web-NX27KDomainService/Login--- Http 400 .Resources not found.


    Any help would be appreciated.
     
    Last edited by a moderator: Oct 14, 2015
  2. Ray

    Ray

    Are you sure you setup your binding correctly? What is the code you have for your binding?
     

Share This Page