Sitefinity Thunder Connection String Error

79 views Asked by At

Every Time i tried to connect my sitefinity Project to thunder it gives me error "Unable to connect"

1

There are 1 answers

0
Jon R. On BEST ANSWER

To add a custom MVC widget you would scaffold an MVC widget as normal. To get it to show up in the Toolbox you need to decorate the controller with this:

[ControllerToolboxItem(Name = "Features", Title = "Features", SectionName = "MVC")]

Here is a help article. https://docs.sitefinity.com/for-developers-create-mvc-based-sitefinity-widgets

If the default Visual Studio MVC scaffolding is not working on your project try this article, it's a little outdated but might still apply:

http://www.sitefinity.com/blogs/peter-marinovs-blog/2014/02/27/how-to-add-the-visual-studio-mvc-features-for-a-sitefinity-project