Had this problem with v9 in the beginning and have tried the latest release and it is still a problem.
If you give your homepage an extension .asp it stops working properly.
Normally for the homepage all the references to files in the acatalog folder such as stylesheets, images, js files were automatically updated from
src="image.jpg" to src="acatalog/image.jpg"
href="actinic.css" to href="acatalog/actinic.css"
src="actiniccore.js" to src="acatalog/actiniccore.js"
In v9, when you call your page "something.asp" this doesnt happened - so the page does not display correctly. Every other .asp page is fine
This happens regardless of asp content. If you upload the default site 1 content but change the homepage extension to .asp it stops working.
If you give your homepage an extension .asp it stops working properly.
Normally for the homepage all the references to files in the acatalog folder such as stylesheets, images, js files were automatically updated from
src="image.jpg" to src="acatalog/image.jpg"
href="actinic.css" to href="acatalog/actinic.css"
src="actiniccore.js" to src="acatalog/actiniccore.js"
In v9, when you call your page "something.asp" this doesnt happened - so the page does not display correctly. Every other .asp page is fine
This happens regardless of asp content. If you upload the default site 1 content but change the homepage extension to .asp it stops working.
Comment