scenario is like this:
my webpage requests a .net dll that executes the query and records are filled in an xml file and i retrieve the records by using this xml file.
but the problem is that when multiple users requests the dll to execute the query then the previous xml file is overwritten. how can i manage this problem
I cannot make multiple copies of xml file on the web server dut to large amount of records in each xml file.
kindly reply me as soon as possible.
I am stuck....