umbraco

Can't copy Umbrao.sdf from webserver

自闭症网瘾萝莉.ら 提交于 2019-12-06 03:46:38
I have an Umbraco application running on a webserver and I need to move the application to another webserver. The Umbraco application uses an embedded database (SQL CE 4). I can copy all the files in the application except the "Umbraco.sdf" file. Add file named (if you like you can insert HTML that will be your maintenance page) app_offline.html After that IIS will release Umbraco.sdf and web.config copy and delete/rename mentioned file. Gramson As the Umbraco installation will be using the Umbraco.sdf database, you need to turn the application into maintenance mode, by adding a app_offline

When should I use a CMS over creating a website from scratch?

試著忘記壹切 提交于 2019-12-06 02:25:59
问题 Lately I've been trying to learn ASP.NET. I've gone through the tutorials on the ASP.NET website, but for the most part I'm a complete beginner. I've also been working on creating a personal website, which I've opted to use the CMS Umbraco because it is based on ASP.NET. Now my questions is not really specific to ASP or Umbraco. It could apply to PHP and Drupal or any other website framework and CMS. I'd like to know when and why a website should be created using an existing CMS technology

Simple CMS for .Net Webshop

半世苍凉 提交于 2019-12-06 02:25:20
问题 Im not sure if this is the correct forum for this, if not I apologize. Here goes: Im trying to develop a webshop that should be very simple for the users. Simply add products, create pages, some kind of payment methods and order status. It shoulde also be fairly easy to set up new webshops. Im am currently trying to do this in Umbraco, but this is truly not as easy as i was hoping. Once you start to add custom sections with different modals etc etc it gets kind a complex. My qustion is simply

xslt matching first x items of filtered result set

一个人想着一个人 提交于 2019-12-06 01:02:13
Quite new to xslt so forgive me if this is a basic question - I can't find the answer either on SO or by searching on Google. What I am trying to do is return a filtered set of nodes and then have a template match on the first 1 or 2 items in that set and another template match the remainder. However I don't seem to be able to do this without a <xsl:for-each /> loop (which is highly undesirable as I may be matching 3000 nodes and only treating 1 differently). Using position() doesn't work as this is unaffected by the filtering. I've tried sorting the result set but this doesn't seem to take

App_Code folder created automatically in published website

牧云@^-^@ 提交于 2019-12-05 22:47:15
问题 I have a MVC4 App created in VS 2010 with Umbraco 6 too and I've created a web deploy project which is used by my Team City CI server to deploy my website to a CI environment for testing. On the CI server the first time I load the homepage (or any page) it loads perfectly fine. However the act of loading a page creates a App_Code folder on my CI server, and after that I get the message "The directory '/App_Code/' is not allowed because the application is precompiled". Removing the App_Code

How to export data from umbraco CMS?

≡放荡痞女 提交于 2019-12-05 20:26:44
问题 I have a project which is using umbraco cms, ie. MSSQL (Now we are rebuilding the site in WordPress). Which i cannot understand the relations. It's difficult in Umbraco. So i would like to download/Export the content directly from Umbraco CMS. But in cms i don't find any option to export the bulk data. Is any other way to do this? Or if you can help me to find any free tools. Or any free tools that can do MSSQL to MySQL simply? Thanks In Advance / Rajeev 回答1: You would probably want to

Is there a way to add a Umbraco Custom Data Type that basically was a grouping of existing data types?

让人想犯罪 __ 提交于 2019-12-05 20:22:40
问题 On a number of different document types, I have to add the same 3 native Umbraco data types content picker TextString TextString It was suggested to me to see if there is a way to create a new custom data type that would basically wrap those 3 datatypes into a new datatype. I looked at nibble.be's site and see there is a couple different ways to go about creating custom data types (using the usercontrol wrapper, or 3 class approach). However, I am not sure that a custom data type for grouping

Session timeout after some seconds in Umbraco

断了今生、忘了曾经 提交于 2019-12-05 18:00:42
I have created an site on Umbraco 7.1.6 it was working perfect in Visual studio 2012; when I deployed it to my hosting space I found a problem that it redirects me to login screen again and again just after some seconds. I have set keep user login to true and increased timeout but no improvement. When I searched for that problem I found some links: https://github.com/umbraco/Umbraco-CMS/compare/release-7.1.6...7.2.0 http://issues.umbraco.org/issue/U4-3845 https://github.com/Umbraco/Umbraco-CMS/commit/c936aaa51753862914591b753f7f2d7be7749cf7 First link provide me file but I do not know how to

Could not load file or assembly System.Web.Mvc

风格不统一 提交于 2019-12-05 12:48:39
问题 I'm using umbraco 4.11.3 in my project.My project work well util that's on Windows 7 and run it from visual studio 2012. But it did not work in Win 8 when it run from visual studio 2012! Error is: Could not load file or assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Description: An unhandled exception

jQuery Validation plugin: disable validation for specified submit buttons when there is submitHandler handler

杀马特。学长 韩版系。学妹 提交于 2019-12-05 11:03:05
Ok, I am using umbraco forum module, and on the comment form it uses jquery validate plugin. The problem is that I have added a search button on the same page using a UserControl, the search submit button triggers the comment form submission validation. I have done some research, and added the 'cancel' css class to the button. This bypass the first validation issue, however, it still fall into the 'submitHandler'. Have read the source code and find a way to detect whether the search button triggers the submission. however, there is not a nice way to bypass the handler. I am currently using a