New Post: Change XML data provider to SQL
I tried to change XML data provider to SQL in config file To run Composite C1 on an SQL data store, you need:Have a database created on Microsoft SQL ServerHave the...
View ArticleNew Post: SqlDataProvider Error
https://compositec1.codeplex.com/discussions/655209#post1475168
View ArticleNew Post: SqlDataProvider Error
This error occurred after I started with a new clean project. Before I build the project, I changed config default data provider to Sql. When I run with F5, I got this error. After that, I looked at...
View ArticleNew Post: SqlDataProvider Error
You need to install the SQL Data provider add-on and convert the website's data source with it. I am not clear if you did this. If you did, could you please provide us with all the steps you take until...
View ArticleNew Post: SqlDataProvider Error
I am building it directly from the source. I don't have an XML site to convert to. Seems to me the Sql data provider already included with the source, because when I first build and run, it created...
View ArticleNew Post: SqlDataProvider Error
The data source conversion (migration) is required. The vanilla Composite C1 has XML files as it data source initially. When you convert, all the data required by the system (even if you have no...
View ArticleNew Post: SqlDataProvider Error
Thank you for your help. I appreciate your clear explanation.
View ArticleNew Post: User Permission
Hi, Have a quick question. Does CompositeC1 offers out of the box capability where we can limit the content, users view on a particular page. Some Page specific access. Thanks in advance.
View ArticleNew Post: User Permission
Not out-of-the-box but with the Composite.Community.Extranet add-on (requires at least the "Business" subscription). Please see Showing group specific content.
View ArticleNew Post: User Permission
OK thanks. Also is there any online tutorial to check the platform capabilities. I am looking for an online demo of CompositeC1 cms. Found this link - http://www.composite.net/About/Try-it
View ArticleNew Post: User Permission
You can start here http://users.composite.net/Getting-Started and then here http://docs.composite.net/Getting-started/Guide You can also get an idea of the features here:...
View ArticleNew Post: User Permission
C1Contrib.Security is pure Open Source and free package supporting the same features, and more, as the paid Composite.Extranet package.
View ArticleNew Post: MVC Function Data Annotations aren't being rendered into page
Found the problem, the web.config for the C1 website was missing some important information<add key="ClientValidationEnabled" value="true"/> <add key="UnobtrusiveJavaScriptEnabled"...
View ArticleNew Post: MVC Function Data Annotations aren't being rendered into page
Thanks for sharing, Brick! We will expand our documentation on this point, so the next guy around will find the fix immediately.
View ArticleNew Post: Video Display
Hi, I am trying the demo version of the platform. I uploaded a video from my local machine into the media library. Can you please tell me how to display the video at pages. I am clicking on Insert...
View ArticleNew Post: Video Display
Playing local-hosted video is a whole separate industry by itself and i'll highly recommend using 3rd party hosing solutions like Vimeo to store and play your video. If you insist on handling it all by...
View ArticleNew Post: MVC Function Data Annotations aren't being rendered into page
Thank you for the information! Also, if you don't want to set these parameters globally (in ~/web.config), you can try and set them at the application level in the individual views (.cshtml) you...
View ArticleNew Post: Video Display
Hello, Thanks for your response. On your questions - Is your video stored in all the different formats required to play on all target platforms and browsers? Most likely only mp4 Is the video stored in...
View ArticleNew Post: Routes and 404 and IgnoreRoute in Global.asax
In my project I've added a few (http)handlers that return XML files. It all functions as expected, but when I turn on the Custom 404 page (in URL Configuration), the Composite 404 is handling the...
View ArticleNew Post: Routes and 404 and IgnoreRoute in Global.asax
I've had most luck with not using the 404 feature in Url Configuration since it breaks too many things, from custom http handlers to WebApi to other general routing. Instead use the vanilla 404...
View Article