Hello All,
In my website, after users logged in, i read an xml file to setup the profile of that user for default.aspx page. When i increase my number of worker process to > 1, then i cant go anywhere after login the page. My page doesnt moves to next page...
Well what i m thinking is , the website has to read values from the file and store them in session varaibles , since in default page , if there is no session set then it wont be processed. So some how that file is not being read when i set the worker process to 2 , 3...
how to handle this situation or what you guys think?