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 アプリを持っています。自分のマシンでサイトを公開した後は正常に動作しますが、アプリをデバッグしようとすると、すべての Cookie が null オブジェクトとして表示されます。
いくつかのアイデア?
これはおそらく、Cookie の web.config でドメインを正しく設定していないため、Cookie が保存されないためです。したがって、この行を正しくセットアップした場合は、web.config を確認してください。
<httpCookies domain="debugname.com" />