November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Can you paste <episerver.framework> section? Could be some leftovers from migration tool.
Thanks for replying Valdis. In EPiServer.Config Following sections are there
<virtualPathProviders> <clear /> <add virtualPath="~/secret/" physicalPath="[appDataPath]\Modules" name="ProtectedAddons" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider, EPiServer.Framework" /> <!-- <add showInFileManager="true" virtualName="Page Files" virtualPath="~/PageFiles/" bypassAccessCheck="false" indexingServiceCatalog="Web" useRouting="true" customFileSummary="~/FileSummary.config" name="SitePageFiles" type="EPiServer.Web.Hosting.VirtualPathVersioningProvider, EPiServer" /> <add showInFileManager="true" virtualName="Global Files" virtualPath="~/Global/" bypassAccessCheck="false" indexingServiceCatalog="Web" useRouting="true" customFileSummary="~/FileSummary.config" name="SiteGlobalFiles" type="EPiServer.Web.Hosting.VirtualPathVersioningProvider, EPiServer" /> <add showInFileManager="true" virtualName="Documents" virtualPath="~/Documents/" bypassAccessCheck="false" maxVersions="5" useRouting="true" customFileSummary="~/FileSummary.config" name="SiteDocuments" type="EPiServer.Web.Hosting.VirtualPathVersioningProvider, EPiServer" /> --> </virtualPathProviders>
<appData basePath="...\vpp" /> <virtualRoles replacePrincipal="true"> ... </virtualRoles> <geolocation defaultProvider="maxmind"> ... </geolocation>
All the virtualpathproviders are commented except modules one.
What if you navigate directly to edit mode passing in ID of the image? Is metadata for those images in database?
Did you find a solution for your problem? It is important to not remove or uncomment the virtualPathProviders Page Files, Global Files and Documents before you run the vpp migration tool.
Guys,
I have installed EPiServer CMS 7.0.586.1 Alloytech website and then upgraded it to 7.5.394.2 by using the EPiServer Deployment center. Once upgraded fixed the errors in code and recomplied. Now the website loads fine in view mode. But when I go to edit mode, the images does not load. The images even does not appear in new media browser. I have even upgraded the vpp to new media type by using the vpp migration tool but got no luck. The images still does not appear in edit mode but appears fine in view mode.
Any suggestions?