Hello,
I have one uncertain thing in my mind. I would like to get the answer from you guys.
Let's say I have ASP.NET project and Silverlight as the following structure.
Structure of Project
https://mydomain.com/mysecurepage.aspx
---[ClientBin]
---------MySilverlight.xap
---mysecurepage.aspx
---myWebService.asmx
I configured SSL for my ASP.NET project. I show the Silverlight content on aspx page. There is one web service called myWebService.asmx in my secured ASP.NET.
There is one textbox and one button in Silverlight . If the user enters something and click the button, the textbox.text will be submitted to web service.
For this case, the text what the user entered is secure? Since SL runs on the user's browsers, I think it won't be secure even SL content is on the secure ASPX page. Do I need to do encrypting in Silverlight before passing it to web service?
Thanks in advance.
(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)
Best Regards,
Michael Sync
Blog : http://michaelsync.net
Feed : http://michaelsync.net/feed