PDA

View Full Version : ASP disabled on AOL?


bruce
11-07-2003, 01:00 AM
This is very strange....

If it works on 1 browser but not other, it could mean that there's some configuration on the browser side.

Check

1) cookie
2) javascript
3) cache (maybe the username and password is cached)??


[b]quote:Originally posted by Dhajjfas

While I do use Opera for most of my building, I know that most of my pages are viewed via AOL's browser.

I built a page requiring a password be entered before the site would load. This was done mostly via asp and access for the password to be stored.

On any other browser, like IE, Opera, and Netscape, the index page is just that, the page where a password must be entered. On AOL, however, it completely bipasses the asp script, thus the password, and loads the page.

Is this fluke of AOL's browser (which will make it more fun to rewrite some pages) or is this a feature that wasn't anticipated here?
</blockquote id="quote"></font id="quote">

Dhajjfas
11-07-2003, 06:01 AM
While I do use Opera for most of my building, I know that most of my pages are viewed via AOL's browser.

I built a page requiring a password be entered before the site would load. This was done mostly via asp and access for the password to be stored.

On any other browser, like IE, Opera, and Netscape, the index page is just that, the page where a password must be entered. On AOL, however, it completely bipasses the asp script, thus the password, and loads the page.

Is this fluke of AOL's browser (which will make it more fun to rewrite some pages) or is this a feature that wasn't anticipated here?

Dhajjfas
11-09-2003, 11:12 AM
AOL identifies itself as Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0), verified after doing a few server variables.

What does not make sense is why would a Mozilla browser completely bypass any asp scripting. Username/password is not cached (since everytime you close out AOL it does an automatic dump), nor is there any javascript running. Cookies are non-existant as well for the site.

rory
11-10-2003, 12:30 PM
[b]quote:Originally posted by Dhajjfas

AOL identifies itself as Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0), verified after doing a few server variables.

What does not make sense is why would a Mozilla browser completely bypass any asp scripting. Username/password is not cached (since everytime you close out AOL it does an automatic dump), nor is there any javascript running. Cookies are non-existant as well for the site.
</blockquote id="quote"></font id="quote">

sounds like the user has cookies or security settings altered. I use Mozilla all the time to test my ASP sites, and never have a problem. Download Mozilla and test it yourself to make sure, if you havent already? IF you dont want to download it email me a link and I will check it out.

Rory

rory@aspbahamas.com