Forms Authentication for a Silverlight application in Windows Azure
问题 I am migrating a n-tier Silverlight application to Windows Azure and I've hit a brick wall. Once I am logged in, the web service cannot know who is authenticated. My cloud project has two roles: Web UI: On Azure, its IP is 111.222.33.44:80 Web Service: On Azure, its IP is 111.222.33.44:8080 Configuration for Web UI: <system.web> <compilation debug="true" targetFramework="4.0" /> <authentication mode="Forms"> <forms name="COOKIENAME" loginUrl="~/Login/login.aspx" timeout="2880" /> <