This topic is locked

Help ! Security Access

1/22/2007 9:24:25 PM
ASPRunnerPro General questions
lefty author

I have two projects . One with user can only edit and see data of their group. This is setup by group ex. group 8 ( Project 1) . I have another project user can see and edit data by only them by username . when a member of group 8 logs into project 1 and does not log out ; and enters ( project 2 ) he now holds the group number 8 instead of project 2 group number which should be his username . Thus writing data to the database as username group 8 instead of useraname "username" . Therefore the record is incorrect. I cannot make them all one project as tables called need different fields for Table Id and user Id.

Sergey Kornilov admin 1/23/2007

John,
create a separate virtual directory for both projects and create an application for each directory.
By default IIS shares session variables between projects. To prevent this each project needs it's own vistual directory and application.

lefty author 1/23/2007

John,

create a separate virtual directory for both projects and create an application for each directory.
By default IIS shares session variables between projects. To prevent this each project needs it's own vistual directory and application.



My projects are stored on a remote web server under one domain. So how would I create two virtual directory's on one domain which uses IIS 6.0 . The output folders and applications are named separate ; but fall in the same wwwroot .

Sergey Kornilov admin 1/23/2007

Virtual directories can be created via IIS control panel.
If you don't have access to IIS control panel ask your hosting company to help you with this.