I got the site up and running.
As to your question regarding not having to enter "/dotnetnuke" to the URL, I found two solutions, neither of which I like. One is that you put the DotNetNuke files right into the root directory of IIS. The other is to create an ASP page that does an If Then or Select Case to redirect the user to the "/dotnetnuke" if it's a certain domain. If it's not, then it will show the default doc in the root.
I have a Win 2003 Server so I can have multiple websites. I'm trying to setup a website (not virtual directory) and load the DNN files in the root of that website, but I haven't gotten that to work yet. This would eliminate the redirect or having to load the DNN files in the root of the default website. If you're running on XP, you only get the one default website, so you'll have to work the redirects or install the DNN files in the root.
Anyone have any comments on my statements? Is this correct?