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.
C# を使用して SOAP クライアントを開発しています。Web サービスには HTTP 基本認証が必要です。app.config でユーザー名とパスワードを構成できますか? サンプルを提供できますか?
基本認証は、アプリケーションではなくWebサーバーの機能です。IISで構成します。
アプリを介してユーザーを制御する必要がある場合は、フォーム認証を使用してください。