My problem is this:
I want to send HTML code to another website. Is there a special way for this to be sent? So that the other website knows what to do with it? (This is a friend of mine, who wanted to have my info on his website) The website expects it, so it can be handled from there.
I use C# .NET 2.0
If you want to pass information securely then you really should be using SSL. Another alternative would be to create a webservice that you friend can call to access the information using a variety of security techniques such as encryption and user authentication.