episerver / foundation-mvc-cms

Apache License 2.0
17 stars 27 forks source link

Web.Config AppData reference does not match folder name in Foundation folder #84

Closed ericmarkson closed 3 years ago

ericmarkson commented 3 years ago

<appData basePath="./appdata" /> should be

<appData basePath="./App_Data" />

ngocnguyen-epi commented 3 years ago

The appData config is correct. <appData basePath="../appdata" /> You can see double dots file path in config (reference to appdata folder in the parent directory)

ericmarkson commented 3 years ago

Ah I see what you're doing. I misunderstood. Closing this issue.