I am currently following this scenario
Instead of a Windows Forms client, I have an ASP.NET MVC web app.
I am a little worried about the sending of the username and the password on every call to the Web Service.
That means I will have to carry this information all the time in the session.
Wouldn't that be little security problem ?