G12Consult
Programmer
Hi,
I have a webform (asp.net) which I want clients to complete, which will then populate my SQL tables.
However, this form is to be completed before they become a client so the form will be hosted outside of the authenticated area.
Its like a client fact find. Get information about the client, save it to the db, then assess them and if they pass, we make them a client, create a login etc and transfer the information to final tables.
What would be the best approach to handle this with unauthorised users populating tables in a SQL table with obvious security concerns in mind.
Thanks
Andrew
I have a webform (asp.net) which I want clients to complete, which will then populate my SQL tables.
However, this form is to be completed before they become a client so the form will be hosted outside of the authenticated area.
Its like a client fact find. Get information about the client, save it to the db, then assess them and if they pass, we make them a client, create a login etc and transfer the information to final tables.
What would be the best approach to handle this with unauthorised users populating tables in a SQL table with obvious security concerns in mind.
Thanks
Andrew