Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System.Web.Security Roles class
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01303990
Message ID:
01339000
Views:
16
>System.Web.dll (assembly), namespace of System.Web.Security, the class is Membership.
>
>>When I try to go into the code I'm getting a JavaScript error from
>>
>>
>>// Name:        MicrosoftAjax.debug.js
>>// Assembly:    System.Web.Extensions
>>// Version:     3.5.0.0
>>// FileVersion: 3.5.30729.1
>>//-----------------------------------------------------------------------
>>// Copyright (C) Microsoft Corporation. All rights reserved.
>>//-----------------------------------------------------------------------
>>// MicrosoftAjax.js
>>// Microsoft AJAX Framework.
>>
>>
>
>OK, not sure what you mean by that. There isn't enough information in this thread to figure it out from what you've posted so far.

Here is what I do. I put a breakpoint at
 [DataObjectMethod(DataObjectMethodType.Delete, false)]
        static public void Delete(string UserName, string original_UserName)
        {
            string userNameForDelete = String.IsNullOrEmpty(UserName) ? original_UserName : UserName;
            Membership.DeleteUser(userNameForDelete, true);
        }
when I come to this breakpoint and try to debug (Ctrl+Alt+C to activate Stack) it somehow gives me an error coming from the above AJAX file.

Let me re-try these steps one more time.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform