2

Posted this on codeplex, but thought I'd try here as well.

I've created an Orchard application, which I've deployed to Azure, however when debugging it, it occasionally resets everything so that I have to enter the site details (i.e. site name, admin user, database, etc.) again. Because I'm using an existing database, it ends up duplicating various things, so I end up with multiple admin users, multiple navigation menus, etc. Why is this happening, and is there a way I can prevent it?

4

1 に答える 1

0

ここに詳述されているように、原因を見つけたと思います:

http://orchard.codeplex.com/discussions/428980

これは、ClickToBuildAzurePackage で実行される単体テストに関係しています。AzurePackage.proj からコメントアウトすると、機能します。

于 2013-01-10T09:20:55.790 に答える