Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove alert message from NuGetGallery

Tags:

nugetgallery

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?

like image 925
JuChom Avatar asked Jun 18 '13 09:06

JuChom


1 Answers

Delete file Alert.md from App_data folder

like image 102
Alexey Kalduzov Avatar answered Oct 20 '22 16:10

Alexey Kalduzov