作者:VB.NET开发
项目:System.Web.ClientServices.Provider
Private Sub SetAuthenticationServiceLocation()
CType(System.Web.Security.Membership.Provider, _
ClientFormsAuthenticationMembershipProvider).ServiceUri = _
"http://localhost:55555/AppServices/Authentication_JSON_AppService.axd"
End Sub