Try our conversational search powered by Generative AI!

Can not se any pictures after running the migrating tool

Vote:
 

Hi

Have any one have any ideas on why the pictures will not show after running the migrating tool on a 4.62 site to 5R2

The migrating process did run whit out any problem and a get a upload folder in the VPP folder that contains lots off files and folder so everything seems ok there

But you can not se any picture if you look on a page

If a for exampel try to insert a picture in a page, I can se the pictures that bellongs to that pages but a can not preview them. Also the same behavior if you add a new picture  

It seems that the migrating tool have connect all the file names to the pages in the VPP folder but not the actuell information hmmm.

Any information would be great becouse a trying to migrate a big upload folder

/Per

<add

showInFileManager="false"

virtualName="Upload"

virtualPath="~/upload/"

bypassAccessCheck="false"

indexingServiceCatalog="Web"

name="SitePageFiles"

type="EPiServer.Web.Hosting.VirtualPathVersioningProvider,EPiServer"

physicalPath="C:\EPiServer\VPP\AobSe5R2\upload"

/>

#26954
Jan 09, 2009 15:28
Vote:
 

Do you have a section like below in web.config (Migration Tool should have add it)? Below is IIS7 schema, sligtly different in IIS6 

<location path="Upload">

<staticFile expirationTime="-1.0:0:0" />

<system.webServer>

<handlers>

<add name="webresources" path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" />

<add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer" />

</handlers>

</system.webServer>

</location>

#26988
Jan 13, 2009 11:13
Vote:
 

Thanks that did the work!

It seems that a did haved missed to a that section i web.config

Regards

/Per

#27024
Jan 14, 2009 14:39
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.