You can easily incorporate a Forms Authentication that's already built inside
asp.net. You have to configure your web.config file of the application to make
it work. Read some help about forms authentication. It's very easy, just make
shure use SSL.
Or you can also use Basic or windows (with SSL) authentication built inside IIS.