ClientFormsAuthenticationMembershipProvider::ServiceUri Property
.NET Framework (current version)
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.
The following example code demonstrates how to use this property to programmatically set the authentication service location. When you set the service location programmatically, you must specify the complete service URI, which will always end with "Authentication_JSON_AppService.axd".
.NET Framework
Available since 3.5
Available since 3.5
Show: