I’ve created an ASP.net web app (VS2010,C#), also I have a full screen silverlight page, this SL app should retrieve its username/password from my ASP.NET login page, what are my options? I have LOGIN.ASPX, then if user enters a special username/pass, my silverlight page (SL.ASPX) should open in the same window, how can I pass a number (representing my SL scene) from ASP.net to my SL app? I don’t want my users to see this number (or text) in browser or addressbar.
I have no silverlight control in my ASP.NET page as SL is in a whole new page
what is the easiest way?
thanks
2 Crappy Solutions