Hi, all.
Please execuse my poor english! :)
We have simple html page which has single META tag:
<META HTTP-EQUIV="refresh" content="0; url=http://localhost/sample.application">
When we open the html page with IE8, IE10 or above, the "Verifying Application Requirements" Window shows up, and ClickOnce
application will start successfully.
But when we use IE 9, ClickOnce application does not start. I suspected IE security setting, but IE 9's setting is not changed since updated from IE 8.
Is it a bug in IE 9 ?
Thanks in advance.