ASP.NET project I made hooked up to the database so that people can view and edit their profiles and contacts. Right now the page gets its information from the central Web service, but the information there is just static. So you should hook a database up to the central web service and then rewrite the methods (keeping the method names) so that the web site for viewing profiles works.