This documentation is archived and is not being maintained.
ClientFormsAuthenticationMembershipProvider::ServiceUri Property
Visual Studio 2010
Gets or sets the URI of the authentication service.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Exception | Condition |
|---|---|
| ArgumentException | When getting this property, no service URI was found in the application configuration file, and this property has not been previously set. |
You can set the ServiceUri property in your application code, but you will typically set the value in your application configuration file. This enables you to change the service location without recompiling your code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: