D
Dave
Hi,
I am developing a web application which needs different levels of
security.
- Basic browsing with name and basic profile being stored
- Changing account information e.g. address, password etc
- Buying an item from the store
I want all users to be able to do this, but I want them to have three
different login processes so that I can control the system. I want to
use forms authentication and would ideally have a web.config in a
folder for each level to control the authentication process. I know
this can't be done unless I split them into different applications.
This will however cause problems with holding sessions across the
applications etc.
If you could offer any advice I would really appreciate it.
Thanks
I am developing a web application which needs different levels of
security.
- Basic browsing with name and basic profile being stored
- Changing account information e.g. address, password etc
- Buying an item from the store
I want all users to be able to do this, but I want them to have three
different login processes so that I can control the system. I want to
use forms authentication and would ideally have a web.config in a
folder for each level to control the authentication process. I know
this can't be done unless I split them into different applications.
This will however cause problems with holding sessions across the
applications etc.
If you could offer any advice I would really appreciate it.
Thanks