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.
MVC でサイト統計を収集するにはどうすればよいですか? (オンラインのユーザー..など?)
通常、通常のASP.NET Webアプリと同じ手法を使用できます。global.asaxなどのOnSessionStartでのユーザーのカウンターの増分、または独自のイベントハンドラーを記述して、要求処理をキューに入れることができます。
オフライン統計の場合、マスターページに配置された「sondaコード」でグーグルアナリティクスを使用できます。
twk