Hey all! When I have my app-deployed on a server and login with forms authentication I see my cookie get's created in C:\Users\<user>\AppData\Roaming\Microsoft\Windows\CookiesAnd it works great and everything!But when I run my application locally with the asp.net development server while debugging from Visual Studio, I NEVER see a cookie file get created in that location. I'm using the same PC and the same version of internet explorer 8 on the production as I am development so I'm not sure what's going on here. Does anyone know where cookies get stored when hitting http://localhost:<devport> ?
View Complete Post