Internet zone is opened when broswer is opened from installer created by .Net 3.5sp1
Posted
by priya
on Stack Overflow
See other posts from Stack Overflow
or by priya
Published on 2010-03-31T06:56:21Z
Indexed on
2010/03/31
10:13 UTC
Read the original article
Hit count: 285
Hi All,
I have project created in VS2005 and .Net 2.0. The installation is a web-based installation. After installing the proe-requisites the installer opens up the browser to continue with web-based install. On this, it opens up in intranet zone and works perfectly.
I recently migrated the project to VS2008 Sp1 and .Net 3.5sp1. No change in my code and the test environment. Here the browser gets opened up in the Internet zone which prevents it from moving forward, until unless I open up a new browser manually and copy paste the url.
The internet security options on the both the case are - Internet --- High.
For the case2, if i have the security internet option to be 'Medium', it works well. I am not sure why this issue comes up when I change the VS and .Net version. More over the browser gets opened with system priveleges rather than administrator privileges.
Please let me know any solution on this.
Thanks, Priya.R
© Stack Overflow or respective owner