Question

I have installed NuGet on my machine, but I can't disable the Yellow Alert message "This is a development environment. No data will be preserved."

I have changed in my web.config this key

<add key="Gallery.Environment" value="Development" />

to

<add key="Gallery.Environment" value="Production" />

But it is still appearring... Any idea on where to look?

Was it helpful?

Solution

Delete file Alert.md from App_data folder

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top