Questions tagged [sitefinity-8]
32 questions
2
votes
0 answers
How access one controller properties in another controller
How access one controller data in another controller.
I'm using ASP.NET MVC 4. I am trying to access one controller properties in another controller. I'm not getting this. I'm not sure if this is possible?
Here are my formcontroller…

Balanjaneyulu K
- 3,660
- 5
- 24
- 45
2
votes
2 answers
Does Sitefinity support SAML 2.0?
We have developed an Identity Provider to perform Single sign on using SAML 2.0.
I just want to know whether Sitefinity gives support for SAML protocols ?
I came to know sitefinity supports only Claims based authentication(using WIF).
And found…

kaarthick raman
- 793
- 2
- 13
- 41
2
votes
2 answers
How to debug Sitefinity MVC Widget
I am trying to debug a MVC widget in sitefinity 8 but the debugger doesn't hit the breakpoint. The widget works but I cannot debug it. What is wrong? It seems like sitefinity compiles the widget first then renders the compiled one at run time. Am I…

Behrooz
- 243
- 2
- 14
2
votes
1 answer
How to get posts filtered by category in SiteFinity 8
I'm trying to get post information from SiteFinity through my custom widget (ascx control). I need to filter these posts by category. I'm fairly new with SiteFinity and appreciate any input or direction that can be given.
Thanks!

Kennyomar
- 107
- 1
- 7
1
vote
1 answer
{|Form.Title|} not displaying form title in email subject of a custom sitefinity form
I am trying to show my sitefinity form title in my response email subject like this solution.
When I use {|Form.Title|} in my subject it prints as it is without fetching the actual title. I am directly updating the subject column in my sql server…

Shujaat Shaikh
- 189
- 1
- 5
- 17
1
vote
0 answers
Sitefinity 8.2 Filtering Back-end by Dynamic Module Items
I've tried asking this on the Sitefinity forums, but have had no responses over the past two weeks or so.
I have a custom dynamic module (built with the module builder), Projects. Each project object has a reference to another dynamic module,…

Travis Brown
- 81
- 1
- 8
1
vote
0 answers
Cannot implicitly convert type 'System.Web.Security.MembershipProvider' to Telerik.Sitefinity.Security.Data.MembershipDataProvider
I am new to sitefinity and MVC, I have the following code:-
MembershipDataProvider membership;
if (HttpContext.Request != null && HttpContext.Request.UrlReferrer != null &&
HttpContext.Request.UrlReferrer.Authority != null &&
…

Dipin raman
- 173
- 1
- 11
1
vote
1 answer
Sitefinity Custom Fields for list widgets and how to use them in MVC view templates
I've added a Custom Field to the List Widget in Sitefinity 8.1, it's Type is Related data and it's Data type is Pages. The field name is LinkedPageUrl.
Works perfectly in the back end allowing me to select a page from system and store it against…

Jacques
- 6,936
- 8
- 43
- 102
1
vote
1 answer
Sitefinity OAuthLogin sometimes only redirects for Administrator role
I have a widget on a Sitefinity 8.0 page that redirects to a login protected page when a child button is clicked.
Most of the time after authenticating, the OAuthLogin widget redirects to whatever is specified in the RedirectUrl URL parameter.…

terbubbs
- 1,512
- 2
- 25
- 48
0
votes
2 answers
Not able to login to sitefinity backend when restoring a copy of its database on a local computer
I have recently started learning Sitefinity and done its setup and trying to login into Sitefinity backend by restoring a copy of an its existing database on my local system but my user is not present in that database so how can I login into the…

Ruchi Gupta
- 11
- 3
0
votes
1 answer
Could not find the sitemap node with URL '/login' in sitefinity
Iam trying to creating a multi-language site. After enabling the 2nd language, I tried to load the page using the pages section in sitefinity, at that time this error is triggering. Can you please help me to overcome this.
enter image description…

Adithya
- 1
0
votes
0 answers
Not able to publish content in dynamic module after sitefinity upgrade to 12.2
Sitefinity site was upgraded from 8.2 to 12.2. But while trying to edit or create new content, the system is not responding. When checking the content goes to draft mode. Need some help with this. Users are not able to add any content because of…

Anju
- 39
- 8
0
votes
1 answer
Sitefinity upgrade from 8.2 to 12.2 - Build succeeded but while running the project it gets stuck in between and nothing seems to be happening
I was trying to upgrade Sitefinity from 8.2 to 12.2 using the Sitefinity upgrade document. https://www.progress.com/documentation/sitefinity-cms/122/upgrade-from-sitefinity-cms-8.0-and-below
Steps followed :
Uninstalled the old version from…

Anju
- 39
- 8
0
votes
1 answer
In Sitefinity, Sitemap generates wrong URLs
In my sitefinity application, when I generates sitemap it gets successfully generated but site map shows dual language prefix in URLs for all nodes.
Like a generated url node in my sitemap
…

Sami Hussain
- 179
- 3
- 9
0
votes
1 answer
In sitefinity, How to prevent appending default Language prefix in page URLs?
In my sitefinity application, I need to remove default language prefix from sitefinity page URLs. Like in my case ar from https://www.example.net/ar/individual/products
So I did the following configuration change as mentioned in sitefinity…

Sami Hussain
- 179
- 3
- 9