I just tried using the "publish" function to deply my Umbraco site but the output isn't pretty. For example the CSS files require loging in and the /umbraco link is broken.
We don't really publish the websites. You have an extension project and when you build that the dlls are copied to the Umbraco website. That we just use the website so it's already published. Have a look at the Hybrid Framework how it's done.
I read this page on live deployment and when I set to debug=false in the compilation section the CSS in edit mode stops working. Any idea why? Seems like an odd thing to do...
Publish 7.1 site from Visual Studio
I just tried using the "publish" function to deply my Umbraco site but the output isn't pretty. For example the CSS files require loging in and the /umbraco link is broken.
How do you publish your sites?
We don't really publish the websites. You have an extension project and when you build that the dlls are copied to the Umbraco website. That we just use the website so it's already published. Have a look at the Hybrid Framework how it's done.
Jeroen
So you just copy code behind and everything to the server?
I read this page on live deployment and when I set to debug=false in the compilation section the CSS in edit mode stops working. Any idea why? Seems like an odd thing to do...
is working on a reply...