Way to add local user from WebForm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello folks,

I am trying to make a simple web form which can add a local user, and/or
possibly add a user on the remote computer in a same network. (They are not
tangled with Active Directory though.)
Anybody has a good idea how can I approach this..?

I have already tried several methods already.
I have a pure VB .Net code which can add a local user, and tried to make it
as DLL and call it from the webform. The reason it does not work was the
security attribute issue.

Thank you~
 
Back
Top