0
carelearning created
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
2 Answer(s)
-
0
Hi,
We dont't have a documentation for that but your problem is related to not defining pageBaseType I think. Add a web.config under your new area similar to one in current area (MPA). It must contain a line to define pageBaseType like this.
... <pages pageBaseType="MyCompanyName.AbpZeroTemplate.Web.Views.AbpZeroTemplateWebViewPageBase"> ...You can always ask for help if you face any other problems on doing that.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
That works! Thank you.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)
