Hi,
I have an old web-application in production which works fine. Now I want to make some changes and loads it into MS web developer express with the newest .NET framework installed. The problem occours when loading the website into the program. It seems that the "My" doesn't support request and response on cookies anymore.
ex. My.Request.Cookies("TestEmail")
I have succeeded finding the alternative to respond: System.Web.HttpContext.Current.Response.Cookies.Add
But have not been able to find the new way for Request. Can somebody help me doing this?