Am using the IIS 6.1 for host the Asp.net web site.If i browse the website in IIS it will open in the chrome.Now I need when I use the Browse in IIs I want the Website will Open in the Internet Explorer?How to set IE as a default browser in IIS 6.1 ? at the time of Browse.What are the changes are need in IIS?
Share
Short answer: You can’t.
The web server has no control over what browsers will access your website.
In case you are talking about the Visual Studio development server that opens a browser when you run your web-project, you can change your default browser in Windows.