Hi,
I need cookies files location, searched in google i got below sollution
string strPath = Environment.GetFolderPath(Environment.SpecialFolder.Cookies);
this is working fine in test application, using above line "C:\Documents and Settings\My System name\Cookies"
but in my application it is showing that "C:\Documents and Settings\APP Pool name\ASPNET\Cookies" this is the wrong.
In test application it is working, but in my original application not working. What is the problem.
Thank you,