Posting your email address or anyone else's email address is against the ruels outlined in the
Posting Guidelines. Please take the time to familiarize yourself with the rules, especially the section on
Things That are Unacceptable. I have removed your email address from your thread.
Anyways, you're asking how to deploy a web application.
First of all you need to make sure that your web server can support ASP.NET applications and that it is configured to use the .NET Framework that you developed your application for.
Once you're sure that the server can support ASP.NET, you need to make sure that your web server has SQL Server installed on it.
After you're sure that the server can support your application, you need to generate a script that sets up your database...you'll run this script on the web server and create the database that your web application uses.
After you've done this (and tested the database) you need to make sure that your web application is configured to access the database on the web server....
Then you need to upload the website to the web server and test it.
-Frinny