My end users are not able to use autocomplete when they use a web application hosted on a particular server. Autocomplete is usually a client-side setting. My users can use autocomplete when they are on other websites so I think it is a server setting in this case. How do I turn autocomplete on for a server running Windows Server 2008? Is this a setting in IIS, a registry setting, a group policy setting, or something else? Thanks in advance.
feedback
|
|
Any kind of autocomplete will be either a browser feature or an app feature and not a function of the server. It's possible that the app might use something that's disabled on the server, I suppose, in order to do its autocomplete but there isn't anything that is specifically for autocomplete from the server side. | |||
|
feedback
|
|
Have you looked at web pages/web applications that you are serving to check if autocomplete has been disabled? Specifically you want to look for something like | |||||
feedback
|
|
Just to provide a little more info than zoredache you need to look at the source and find something like:
autocomplete is a client side setting but IE and mozilla based browsers use the autocomplete=off attribute to allow thing like credit card numbers not to be store in plaintext on the computer. | |||
|
feedback
|