Hi Friends,
I am working on webdev and facing some issues.
I am creating a Web folder, and that web folder is having different sub folders for each client.
Now I want to give this web folder URL access to client, and also I want to monitor
the changes that each client is doing in each folder or file.
e.g. file or folder creation, file modification, file deletion etc.
And I want to give folder rights to each client only for his folder, not for all the folders.
So, can you please help us for following issues,
1. How can I monitor a particular web folder.
I think we can set a watch on that folder on server itself, so that we can easily know about the changes.
please let us know your suggestions.
2. The most important thing, how can we know all the request those are coming from our web folder to IIS,
I want to trap all the request and want to modify it programatically and then will send it back to other place. ( using vb.net technology )
I think we can use aspnet_isapi.dl l to get all request for an IIS Server, but i dont know how.
Can you please provide us with a sample code for the same to get each request of web folder to IIS and to modify that request.
3. How can we set folder security runtime for different clients ?
I am using vb.net technology so if you can provide us any sample code, that will be real helpful to us.
Or else if that is in any other language also, please do let me know, as we are in need of this at earliest.
Thanks,
Nirav Parekh
I am working on webdev and facing some issues.
I am creating a Web folder, and that web folder is having different sub folders for each client.
Now I want to give this web folder URL access to client, and also I want to monitor
the changes that each client is doing in each folder or file.
e.g. file or folder creation, file modification, file deletion etc.
And I want to give folder rights to each client only for his folder, not for all the folders.
So, can you please help us for following issues,
1. How can I monitor a particular web folder.
I think we can set a watch on that folder on server itself, so that we can easily know about the changes.
please let us know your suggestions.
2. The most important thing, how can we know all the request those are coming from our web folder to IIS,
I want to trap all the request and want to modify it programatically and then will send it back to other place. ( using vb.net technology )
I think we can use aspnet_isapi.dl l to get all request for an IIS Server, but i dont know how.
Can you please provide us with a sample code for the same to get each request of web folder to IIS and to modify that request.
3. How can we set folder security runtime for different clients ?
I am using vb.net technology so if you can provide us any sample code, that will be real helpful to us.
Or else if that is in any other language also, please do let me know, as we are in need of this at earliest.
Thanks,
Nirav Parekh