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.
SignalR を使用してリアルタイム アプリケーションをビルドしています。global.asax ファイルのアプリケーション開始に次のコードを追加しました。
'Register the default hubs route: ~/signalr RouteTable.Routes.MapHubs()
次のエラーが発生しました。
「signalr.hubs」という名前のルートは、ルート コレクションに既に存在します。ルート名は一意である必要があります。パラメータ名: 名前