Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE Emulator - simulate IE 6 in an OS with IE8 installed [duplicate]

Possible Duplicates:
Running IE6, IE7, and IE8 on the same machine
Need a good IE6,7,8 standalone.

Hi guyz,

I have IE 8 on my desktop. But I need to test my asp.net website on IE6 and a couple of other versions of IE. Can you tell me if there is a way to simulate IE 6 without actually installing it(I dont have the permission to install previous versions of IE).

like image 433
AgentHunt Avatar asked Aug 26 '09 18:08

AgentHunt


3 Answers

Microsoft offers Internet Explorer Application Compatibility VPC Images for this purpose; these are canned VMs offering Internet Explorer 6, 7, or 8, running under virtual copies of Windows XP or Vista.

The VPC images are intended for use in Virtual PC and can also be made to work in VirtualBox or VMware Workstation (since each of those can import VPC images).

This assumes that you have permission to run virtualization software.

like image 124
Josh Kelley Avatar answered Nov 19 '22 22:11

Josh Kelley


I'm using this one IETester

like image 35
riotera Avatar answered Nov 20 '22 00:11

riotera


You have some options to accomplish that:

  1. Use browsershots.org. This will however only provide static renderings, so the behavior of the website cannot be observed.
  2. Use a standalone IE6. I haven't tried one personally, but it is said to have some quirks. Might work well.
  3. Install a windows xp into a virtual machine. This will give you 100% vanilla IE6, and leave your system clean. To keep the virtual disk small, you may consider installing some "tiny"-xp modification, or create one yourself with nlite.
like image 4
Tamás Szelei Avatar answered Nov 19 '22 23:11

Tamás Szelei