How does one use an ASP script to add a user?  Can ASP scripts also be used
to access user information and accounts?  I'm currently using the internal
imail database.  Would I need to switch to SQL server to do these things?
Thanks.
jason heckathorn
[EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Marcin Zastawny
Sent: Tuesday, April 04, 2000 9:25 AM
To: IMail_Forum
Subject: RE: [IMail Forum] How to create a user whilst online and not
using web mail


Depends on how you have configured your domain - whether it is storing user
account details in a database or in the registry.
If it is in a database then you just insert that record into the database.
If it is in the registry then use the utility adduser.exe.
Most of all this can be done in an ASP script, and I recommend using an ODBC
database (like Access, SQL Server or Oracle, depends on how many users you
want to service)

regards,
Marcin


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Gurney
> Sent: Tuesday, April 04, 2000 2:41 PM
> To: IMail_Forum
> Subject: [IMail Forum] How to create a user whilst online and not
> using web mail
>
>
> Is it possible to create a user whilst online.
>
> I want to be able to request a user name and password from a potential
> subscriber to my site and then give them an email account as part of the
> deal.
>
>
> [EMAIL PROTECTED]
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>

Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to