Hi,
Paste your code inside any drive. say for example d:\project\yourproject.
Then go to IIS (by executing inetmgr command in run you can get IIS). expand all nodes and select "Default Web Site" node. If you right clcik the node, you can get multiple options, in that select New--> Virtual directory.
Give some name(alias), then select your project folder in the next step(i.e d:\project\yourproject) and in the next option make sure that Read,Run scripts and Browse options are checked.
Your application is hosted in your IIS now. Right click the created virtual directory folder, goto properties and make sure the folder is created as an application( in application settings section, look the create button is there r not, if you find create button just click or if remove button is there means its already created as an application, so leave that). Then select documents tab in that page,press add "Homepage.aspx" and move this to uppermost. This will make sure your entry page.
Now you can access your website as, http://localhost/yourapplication (the name you gave while creating the VD)
and these links may help you
http://www.maniacomputer.com/webServer/IIS.html
http://www.codeproject.com/KB/aspnet/DeployingatIIS.aspx
http://forums.asp.net/t/1151015.aspx
Hope this will help you....
" If people criticize you, hurt you, or shout at you,Don't be bothered. Just remember, In every game, audience make the noise, not the players "