When I change content of our web site from umbraco and try to preview it is not working. This is because the required umbraco js and css files are not loaded. Our site is hosted in a IIS virtual directory(eg: /localhost/mySite)
The correct path should be for the umbraco files should be,
http://localhost/mySite/umbraco/assets/css/canvasdesigner.css
but the js and css file paths are taken as,
http://localhost/umbraco/assets/css/canvasdesigner.css
Does anyone know how to solve this?