Hello,
We have a classic asp application that creates cookies that we need to read into an asp.net application.
I thought I had gotten this fixed until i deployed to the server. It now seems to always come back empty. I am wondeirng if it is because I had to create a new web application on IIS and for some reason this is preventing me from seeing them.
when I step into my .net application I think it finds the cookie but it's value is always empty even though I konw it is getting filled via the classic asp app as I can see it in fiddler. (i konw next to nothing about how to use this except that I can see
the cookie created. )
Can anyone give me some guidance on how to be able to read cookies created in classic asp?
Thanks.
Go to the complete details ...