Overriding a DataModel inside a DLL
I have a new MVC project that I am working on that is basically a CMS that I intend to use in other projects, the structure is the following
I have a new MVC project that I am working on that is basically a CMS that I intend to use in other projects, the structure is the following
UPDATE — process to replicate issue:
I work on a project where we’re considering using Orchard CMS.
I am trying to set the the source field of a template using the query notation (or xpath – whichever works), but none of them seems to be working.
I am trying to setup a very basic search index, to index all items in a specific folder. I haven’t really used much searching, but I’m trying to use out-of-the-box features, because its a very simple search. I just want to index all the fields. The sitecore documentation really doesn’t provide much information – I’ve read a few blogs, and they all seem to suggest that I need the advanced database crawler (http://trac.sitecore.net/AdvancedDatabaseCrawler) – basically, something to the effect of ‘it won’t work without a custom crawler).
I have an existing ASP.NET website which I would like to painlessly add CMS functionality to. The site is a estate agent’s property website and is backed by a database etc. however some pages like ‘About Us’ etc. I would like the user to be able to edit using a simple CMS. I would also … Read more
I have an ASP.NET web application “K” that has its own authentication and authorization built on SimpleMembershipProvider.