Posted on: 10/15/2014 9:34:12 PM | Views : 466

When i open an ASP.Net (like any webpage that end with .aspx extension) web site in IE, it will download the file (the html version) instead of rendering the page.
Also i have tried to track the request with Fiddler, the application header look like below:
application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Hope that above header is the problem. How can i fix it? Little bit confused. Is there any thing need to change in IE settings?
My environment  : IE 8 and Windows 7

Go to the complete details ...