I've upgraded a site that ran on CMS 7.5 to CMS 9. I've noticed the breaking changes regarding VPP but can't seem to get my head around how to solve the following. I got code that looks like:
EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider provider = VirtualPathHandler.GetProvider("LogDisplay") as VirtualPathNonUnifiedProvider;
What I can't find out is: Where VirtualPathHandler in CMS 9? And if it's "no more". How do I get the physicalpath for a VPP in CMS 9.
Hi,
I've upgraded a site that ran on CMS 7.5 to CMS 9. I've noticed the breaking changes regarding VPP but can't seem to get my head around how to solve the following. I got code that looks like:
What I can't find out is: Where VirtualPathHandler in CMS 9? And if it's "no more". How do I get the physicalpath for a VPP in CMS 9.
Thanks in advance :)
//M