If you google for SSL IIS XP, you will find plenty of references.
You can encrypt on application level. You can take user input on client
side, encode it in javascript as you wish, pass it to the server in hidden
input fields and decode on server side. But
1) You will need to convince your users that your encryption is as good as
SSL and
2) SSL should not be that difficult to get and setup, it simply doesn't pay
to reinvent the wheel.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
ad said:
But if I install my web application in the IIS of windows xp, there is no
SSL.
Can we encyrpt on the applicaiton level?