Every Time i tried to connect my sitefinity Project to thunder it gives me error "Unable to connect"
Asked
Active
Viewed 73 times
0
-
Are you willing to use feather widgets? – Jon R. Sep 13 '17 at 13:42
-
@JonR. yes but how can i make my custom widget on feather .. there is only sitefinity custom widget for feather in resource package ... – Hamzaaaa Sep 14 '17 at 17:29
1 Answers
0
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:

Jon R.
- 977
- 6
- 12