Dunno if I'm in the correct place for this, but I can't access my website when I type my website adress. When I type my .com, it brings me to an ASP login page, which I can access through another site. Now, I don't know if it's because I downloaded DotNetNuke but in order to access my actual website, I have to type .com/bin/dotnetnuke which is complicated, since my website should only be the .com URL. So my question is, how do I change that? How do I make it so I just type the adress and it brings me directly to my website, none of this /this/that stuff and none of that ASP page instead. Any help on this will be REEEEEEEEEEALY appreciated. Thanks.
create a file in the root called default.asp (but first delete any index.htm/html files you have) put this code in it <% response.redirect "/bin/dotnetnuke" %> but just be clear, your site is on the .com location, you have installed a program inside it which requires you to navigate to it to run it. the dotnetnuke program is not your site, but simply a program inside your site.
He's probably referring that whenever you browse your site, the DiscountASP.net default landing page shows up. You should be able to delete this file so that it no longer shows up. I thought DNN was supposed to have everything set up for you. Weird, I guess i have to test on my account again.