c# - delete users in a membership provider database -


i using asp.net's membership provider sql server 2012. web application works fine , connects without issue. have written desktop application allows our customers modify current users.

i have of application working straight through database using linq except delete user.

i cannot add membership provider application since not have app.config.

i have been using linq change passwords , user info deleting user has been little bit of issue since, well, don't know need delete.

i need way delete user either stored procedure or using linq.

anyone have suggestions?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -