Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HotTowel を使用して、SPA で 1 つのアプリケーションを開発しました。アプリケーションは localhost で正常に動作しています。しかし、IISサーバーにアップロードしたとき。次のエラーが表示されます。
「次のメタデータ クエリが失敗しました: api/breeze/metadata;Nan」
SPA が IIS の仮想アプリケーションにデプロイされていると仮定して、アプリケーションの名前をサービス名に追加しようとしましたか?
URL が www.test.com/myapp の場合
var dataService = new breeze.DataService({ serviceName: '[myapp]/api/breeze', hasServerMetadata: true });
暗闇の中でのショットです。