here's a little site I built in ASP.NET (well I compressed it all into one page using dynamic controls):
http://www.eternityinanhour.co.uk
The page is illuminations.aspx which I've set to be the default page for this site.
The code is in the illuminations.aspx.vb
here's a list of the project files, you don't need all of these but after finishing a project I just upload every thing (for backup purposes mainly):
bin/blake.dll (driver)
bin/blake.pdb (debugging file)
assemblyinfo.vb
blake2.vbproj (the project file for opening the project in visual studio.net)
global.asax
global.asax.vb
illuminations.aspx (the actual page itself)
illuminations.aspx.vb (the code behind page)
styles.css (stylesheet)
web.config (configuation file for the site, sets authentication and browser caps etc)
I've stuffed it all into the root and so if you try to access those files via the browser you should get a message up saying that they are not served.
It took me about 3 hours to do all of that.
Also ignore the horrible microsoft html and javascript, that's done automatically for you in visual studio.net.
Archived topic from Iceteks, old topic ID:3735, old post ID:30321