2
Answers

ASPNETSecurity

rulec444

rulec444

15y
2.8k
1

I have something odd happening in my WebApp - when I change a user's IsApproved status to 0 in the ASPNETSecurity.dbo.aspnet_Membership table, sometimes the user disappears from the table all together.  This doesn't happen every time, just once in a while.

Has anyone ever seen this happen or know what the cause could be?
Thanks and I hope I'm in the right forum for this question.  Thanks.
Answers (2)
0
spgilmore

spgilmore

NA 591 0 21y
I'm not sure I understand you correctly. There's no reason you can't run this batch file whether you have Visual studio or not, unless it doesn't come with Visual Studio. (I have VS, so I don't know if it comes with the SDK or the Studio), but since you know what it does, why can't you write your own or just set the vars in the Windows environment? All I see is a bunch of environment variables being set. You can set any environment variables you want to by writing your own batch file or set then in the windows environment (this sets them automatically for every DOS window every time you boot): 1) right click on MY COMPUTER, select properties. 2) click on the ADVANCED TAB, then ENVIRONMENT VARIABLES 3) Locate the env var in question and modify it. If not found, create a new one. 4) close all DOS windows and open a new one for changes to take effect. Is that what you're asking?