Hi DV, This happens because your local machine only has one IIS website and to create new installs of DNN you have to create a virtual directory (mydnn in your example). On a server your site is a unique IIS website that does not have that virtual folder. There's a couple ways to fix this. You could have your hosting provider create a virtual folder on your live website with the same name and have it point back to your root website. Or, you could use PageBlaster to replace the /mydnn in the output of you pages. |