Started out with an empty ASP.NET project in VS2013. Installed umbraco and built my site.
Ive started following some guides for building contact forms.
I have right clicked a folder and gone to create a controller and i cant do it.
Even if a make a folder called controllers and right click it... no option for controller. I know where the option usually is because ive built basic MVC apps.
Cant create a controller in my Umbraco Project
Hi All,
Started out with an empty ASP.NET project in VS2013. Installed umbraco and built my site.
Ive started following some guides for building contact forms.
I have right clicked a folder and gone to create a controller and i cant do it.
Even if a make a folder called controllers and right click it... no option for controller. I know where the option usually is because ive built basic MVC apps.
What gives ?:D
Hi James,
Do you have an option to create a class? If so, just use that and inherit your class from SurfaceController or which ever one you want.
Thanks, Dan.
is working on a reply...