Well depending on how flexible you want your hosting to be, you have a number of choices.
Although firstly you will need a Windows server, not linux as you'll need to run .net off it. (I'm sure theirs probably a way of emulating IIS7 with Apache etc etc) but I've always gone with Windows servers for Windows technologies.
Next up you have the hosting package, this vary from site to site, but an average host with a single windows account will stick you on a shared server (everything is set and ready to go), with possibly PLESK as an additional payment. Plesk is a more powerful administration tool than other free versions. You will almost probably not have remote desktop access, or the ability to upgrade and install additional frameworks/programs with ease. Although a good host usually keeps it updated, has .net 4, PHP, PEAR, SQL,MYSQL etc)
The next option is usually a VPS or cloud hosting, it gives the impression you have your own server and resources, but is just a virtual server. This is what I use, I find it very handy to be able to go in and change permissions, upgrade frameworks etc etc.
Lastly you have the dedicated server which works exactly the same, but you get 100% of the server.
By default Windows 2008 (R2) will come all ready out the box, you'll simply need to setup the site (permissions, .net version, perl, cgi etc) in IIS by adding a "new website" wizzard which creates a portion in the INETPUB directory on the server. You can then deploy the site as you would via FTP. (Compile for release - log in via FTP - drop in the HTTPDOCS folder)
Although you should do further reading into application pools, DNS, Plesk. I'm with a host that proivde 24/7 support. I suggest you search for something similar!
Good luck!