Anyone got the areaDescriptorFilter working with the spark view engine in asp.net mvc 2?
I don’t even have the option to add a filter on the service as shown in the following:
http://sparkviewengine.com/documentation/viewlocations#Extendingfilepatternswithdescriptorfilters
Thanks if you can help or at least try.
I’m using areas with Spark in a project of mine. All I had to do was add AreaRegistration classes for each area like:
and then in the global.asax call:
I have my area views located in a folder named “Admin” under the default “Views” folder, with appropriate controller folders under that:
from the page you linked:
so you shouldn’t need to worry about adding it yourself.