Browser problem.

  • Thread starter Thread starter Onur Bozkurt
  • Start date Start date
O

Onur Bozkurt

My asp.net pages doesn't work in some old versions of interner explorer.
I don't know the exact error and browser versions but does anybody had
this problem before..?
 
Hi

Minimum system requirements to run .NET Apps.

On all Microsoft Operating systems, Microsoft® Internet
Explorer 5.01 or later are required.


Ravikanth
 
Try
Request.Browser.Type
Request.Browser.Version

Onur Bozkurt said:
OK. So is there any way so see what version the client is using and warn
he/she about the expolerer update.
 
This is a bit misleading. You can use .NET apps from browsers earlier than
IE 5.01 as long as the HTML you output is supported by the browser. Check
the properties of your Web Forms (and project) for targetSchema. Choices
include Internet Explorer 3.02.

You may just need to change how you're displaying your UI.


--
Ray Dixon - Microsoft MVP
(e-mail address removed)
(remove NOSPAM. from my e-mail address for a direct reply)




Hi

Minimum system requirements to run .NET Apps.

On all Microsoft Operating systems, Microsoft® Internet
Explorer 5.01 or later are required.


Ravikanth
 
Back
Top