I think the probelm is that you are running the site from a Virtual Directory. It is possible to configure Umbraco to run from a VD, but it's probably much more straight forward and easier to setup if you just run it as a root website. You can just setup a site in IIS, and point it to the folder containing the web file and run it that way.
Links are broken if run from Visual Studio (http://localhost:3683/MyWebsite/)
Does anyone know how to fix this problem?
I even tried downloading the source (4.7.1) and put the fix in this function
and rebuild it and copy the dlls into my website, but nothing changed. (I don't really know what I am doing here)
Anyone else experiencing this problem or know the solution?
Thanks in advance.
Hi Hardi,
I think the probelm is that you are running the site from a Virtual Directory. It is possible to configure Umbraco to run from a VD, but it's probably much more straight forward and easier to setup if you just run it as a root website. You can just setup a site in IIS, and point it to the folder containing the web file and run it that way.
Cheers
Matt
Yeah I could also do that, thanks Matt :)
is working on a reply...