Questions tagged [sensenet]

Sense/Net is an enterprise grade open source application suite for building integrated Enterprise Content Management (ECM, ECMS) and Enterprise Portal (EPS) solutions running on the .NET platform.

Sense/Net ECM is the first Open Source Enterprise Content Management system for the .NET platform, a perfect alternative to proprietary ECM suites, such as SharePoint. With wider functionality than most open source Web CMS packages, Sense/Net is ideal for building enterprise Intranets, Extranets and Internet sites.

  • Content Repository with powerful search and query for storing millions of documents
  • Workspaces, lists and libraries for collaboration and document management
  • Enterprise 2.0 style collaboration, User profiles, Workspace Wall, Comment & Like function
  • WebDAV protocol and Microsoft Office integration for enhanced user experience
  • Windows Workflow Foundation 4 based workflows for BPM
  • Skin system, WYSIWYG and Smart Application Model for managing loads of web content
  • ASP.NET based development platform with Webpart and MVC support
  • OData REST API
  • Scalable Enterprise Architecture and Active Directory integration for enterprise deployment
  • Free Community and supported Enterprise editions with professional training.

More details can be found at these links:

https://www.sensenet.com/

https://community.sensenet.com/

https://github.com/SenseNet

http://sensenet.codeplex.com/

129 questions
5
votes
2 answers

Using JSON arrays in SenseNet settings

If JSON arrays are used in a SenseNet settings object, they are not accessible via the OData API. For example, consider the following SenseNet settings object, which comes installed at Root/System/Settings/Portal.settings by default: { …
5
votes
1 answer

Sense net download sn-evaluation-webpi-6.4.0.7114.zip not working on following steps

I have downloaded "sn-evaluation-webpi-6.4.0.7114.zip" from this link and follow the steps as given in this link Also I have configured Visual studio 2010 MS 2008 r2 IIS 7.5 in my machine but following all the steps at last it is not browsing on…
user2977985
2
votes
1 answer

Where is the Startup class?

I'm trying to get started with Sensenet. I followed this tutorial for installing Sensenet Then I followed this tutorial for installing WebPages, so I can have the Sensenet user interface. In the second tutorial for installing WebPages under Web App…
Janneman96
  • 374
  • 1
  • 8
  • 24
2
votes
2 answers

Set permissions to see only major versions without drafts

I am new to sense net. In sensenet on the set permissions ui for a specific content we have multiple entries related to versioning: Open and Open minorand I don't understand the difference between them as they are related to same operation. I want…
oula alshiekh
  • 843
  • 5
  • 14
  • 40
2
votes
1 answer

Scenario of two or multiple users working on same content

I'm working on SN community edition; I need to setup a like shared folder where two or multiple users can work on it. I tried the following: Login with built-in user account "admin"; Create a folder under "\Root" with name "SharedFolder"; Modify…
Anas Tina
  • 329
  • 1
  • 2
  • 14
2
votes
1 answer

ASP:TextBox convert into bootstrap

I've got a styling question on my hands. Using sensenet, a platform for ASP.net functionality, forms are done with not only sensenet language, but also ASP.net language as well. I'm having a problem making the ASP:TextBox feature look like the…
LatentDenis
  • 2,839
  • 12
  • 48
  • 99
2
votes
1 answer

IIS 8.5 SQL Error Locating Server 26 During Deployment

When trying to deploy a project to a website using IIS on my local machine I am getting a SQL Network Interfaces Error 26 (detailed error below). Attempting deployment of sensenet from zip file as instructed in their guide. I've been trouble…
PurpleSmurph
  • 2,055
  • 3
  • 32
  • 52
1
vote
0 answers

Sensenet display UTC dates

Here is an example for this issue: I created a memo in the London demo workspace. I dated with today's date, but left the time blank. After saving it, the default memo list view instead of today's date (June 2) showed yesterday's (June 1, 10PM). I…
1
vote
1 answer

Sensenet: Documents Sharing

I'm trying to list the shared files in dashboard through @sensenet/query. But I didn't find any documentation about that. I also tried using the @sensenet/query but I can't find any proper query for that.Please help
1
vote
1 answer

Sensenet : Can I store lucene index files on azure file storage instead of App_Data folder?

I have setup SenseNet 6.3 Community Edition on my web application based on Asp.net with C#. Currently there is lucene Index files are being stored in App_Data folder on web server on which my web app hosted. Is there any way to store the lucene…
1
vote
1 answer

How would I implement a company profile in sensenet?

When the user registers in my web application, they have to enter three things: Their username, company name and password. Now, what I to do next with that information is entirely dependent how I go about implementing this. Ideally, I want to the…
Luis Averhoff
  • 887
  • 2
  • 11
  • 22
1
vote
2 answers

How to install and run Sensenet DMS Demo? Getting Error while starting

I am trying to evaluate sensenet and running it in local machine with Visual studio. Iam not a developer and not able to understand the steps described in github page. can someone help to provide step by step procedure to access sensenet client and…
Anil Kumar
  • 11
  • 3
1
vote
1 answer

Asp.Net MVC - SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security

So I'm deploying my website through AWS Elastic Beanstalk(with an AWS RDS instance attached to it) using the AWS Toolkit Extension in Visual Studio. My web app is using both the sensenet service and sensenet webpages component. The sensenet services…
Luis Averhoff
  • 887
  • 2
  • 11
  • 22
1
vote
1 answer

How to get highlighted text from content search in sensenet

I have fired bellow query to full text search in document content. It is working as expected. I need the highlighted text also which has at least 3 to 5 words with matched…
1
vote
1 answer

How to fetch only count of documents in sensenet by oData query

I have got all document list with all properties by below query /OData.svc/workspaces/Document?$select=*&metadata=no&query=InTree:/Root/Sites/Default_Site/workspaces/Document%20AND%20TypeIs:File But I need only count of those documents By which…
1
2 3
8 9