Hi. I've installed the latest version of DNN on my dev box and I got it working OK there. Then I installed the Active Directory module and it seems to be working but when I put the site on IIS, I can't reach it. It acts like the page doesn't exist. I've done a lot of tweaking to try and get it to work so I'm not sure what I changed to be honest with you but here's the situation:
When I run the site from VWD 2005, I get the home page but with no graphics or styles. The graphic files are there and viewing the source I can see that it's pointing to the correct folders, but nothing is showing up on the page.
When I try to upload and connect to the site in IIS using a host header (servicedesk), I get a page can't be found error. Nothing at all there. But I can see other files like http://servicedesk/images/banner.gif.
I've got a host header setting in the web.config that corresponds to the correct header. I know the header is set up right in DNS because I can reach the site on IIS if I replace the home page with a simple HTML page. But if I try to use the default.aspx, it says it can't find it. This is especially strange because I would expect the host header setting in web.config to break my local instance and not the IIS instance...
If I remove the host header setting in web.config, then nothing comes up on my local machine. I get the same page not found error.
Any idea what would cause this?