문제

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?

도움이 되었습니까?

해결책

Delete file Alert.md from App_data folder

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top