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.
asp.net と c# で機能を構築する必要があります。オンライン調査では、1 つの IP アドレスが 1 回だけ調査に参加できるようになりますか? どうすればこれを達成できますか?
これを試してIPを取得してください
HttpContext.Current.Request.UserHostAddress; or HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"]; or HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"];
データベースのどこかに保存します..調査のリクエストのたびに、それが存在するかどうかをデータベースで検索できます