Windows 2003 and client script in ASP.NET

  • Thread starter Thread starter Sara T.
  • Start date Start date
S

Sara T.

All,

In Windows 2003, some client script generated from .NET i.e. RequireField
Validator doen not work (Cannot popup dialog).

Do we need something to config ?
 
Works for me?

Windows 2003 Server
..NET CLR 1.0 & 1.1
VS.NET 2002

This isn't a Windows issue, it's a browser issue. In Windows 2003 server,
IE ships with many security options already turned on. You may need to
lower your security settings to allow the scripts to run.
 
I don't think so.
Because I use IE on different machine of Web Server and I've tested the
validation control as following:

Machine 1:
Windows 2000 Server

Machine 2:
Windows 2003 Server Web Edition

Machine 3:
Windows 2000 Professional runs IE

When I browse web on machine 1, the popup dialog still works but on machine
2, the popup dialog doesnot work. (Popup dialog is generated from .NET
control i.e. RequireField Validator
 
Did you read my first reply? Windows 2003 ships with IE in "Enhanced
Security Mode". You'll need to decrease the security settings in IE for it
to work on par with the normal security settings of IE in Windows 2000.

Yes, Windows 2003 ships with IE in this different mode, but it is not
Windows 2003 that is causing it. It is just the security settings of IE
that are the culprit.
 
Back
Top