Umbraco preview not working

When I modify the content of our website from umbraco and try to view it, it doesn't work. This is because the required umbraco js and css files are not loading. Our site is hosted in an IIS virtual directory (ex: / localhost / mySite)

The correct path should be for umbraco files, should be

http://localhost/mySite/umbraco/assets/css/canvasdesigner.css

      

but the paths to the js and css files are taken as

http://localhost/umbraco/assets/css/canvasdesigner.css

      

Does anyone know how to solve this?

+3


source to share


1 answer


I think this is a relative url issue in Umbraco - you should try configuring your website as a new website in IIS with a new entry in your hosts file.



+1


source







All Articles