I am basically checking to make sure the browser can accept cookies with this. My first page creates the cookie:
response.cookies("useCookies") = "Yes"
From that page, I have a link to go to another page that will check to see if useCookies has a value:
blnAcceptCookies =...
Is this subroutine located before the <html> tag? When you set cookies they need to be set before the HTML tag (before content is sent to the browser).
There is a way aroud it though. If you need to set a cookie within the HTML tag (which I am assuming you are doing here), you need to incldue...
I am having the same problem with the message box when Outlook tries to email a document from within my EXE: "A program is trying to automatically send e-mail on you behalf. Do you want to allow this?"
However, I have never received the message: "A program is trying to access...
Before I got my new PC with WinXP Pro on it, I was using Personal Web Server on Windows 2000. All of my pages worked fine.
Now, that I have to use IIS on XP Pro, I am getting an error every time I access a page. Here is the one that I am getting:
Error Type:
Provider (0x80004005)
Unspecified...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.