B
Bill Smith
I have a ASP webpage that creates user accounts. It currently use the format
as follows.
First Page:
Input boxes that get Firstname and Lastname and Department etc.
JavaScript Validation
If correct posts information to Second Page
Second Page:
Makes a username, email address and displayname from given info then checks
active directory to see if it exists. If it does exist it try's again until
it finds a unused one.
Then posts to third page:
Third Page:
Popup Window
Displays the progress of creating the AD account and setting all the
information.
Once complete sends email and closes.
I want to convert this to ASP.NET. The problem is I want to keep it very
secure. Im reading I should posts each page to itself to get the most out of
ASP.NET.
Any ideas on the best way to go at this.
Thanks
Bill
as follows.
First Page:
Input boxes that get Firstname and Lastname and Department etc.
JavaScript Validation
If correct posts information to Second Page
Second Page:
Makes a username, email address and displayname from given info then checks
active directory to see if it exists. If it does exist it try's again until
it finds a unused one.
Then posts to third page:
Third Page:
Popup Window
Displays the progress of creating the AD account and setting all the
information.
Once complete sends email and closes.
I want to convert this to ASP.NET. The problem is I want to keep it very
secure. Im reading I should posts each page to itself to get the most out of
ASP.NET.
Any ideas on the best way to go at this.
Thanks
Bill