englere yes the domain is pointing correctly that was never an issue.
Here is where I am at... If I create a subfolder in the root directory and link it as a virtual directory and then copy the site inside and finally update the application table in the data base to
Application LoweredApplication
"/" "/"
"/subfolder" "/subfolder"
the site will work great. But if i change the IIS path to that subfolder it breaks agian. So as a temp solution I am going to put a redirect from
www.mydomain.com to
www.mydomain.com/subfolder to make the site work. But this is not the way it is suppose to work. As I would prefer the site to work from the root directory. The help desk mentioned changing the application table in the database to "/" but there is already an entry for that and it is a unique key. Should i just remove the second entry?
- Greg