Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,
I developed web application using asp.net.when i run application in local machine means it works fine. But same application run in server means load the login page and enter the user not redirect to another page .If i set compatible in IE browser means it works fine. other browsers are work fine.only problem in IE browser.please help me.Thanks for your reply.
Posted
Updated 10-Apr-14 19:41pm
v2
Comments
Unusual !!! Can you post the code?

1 solution

add this in your aspx page
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

I think this will resolve your problem
 
Share this answer
 
Comments
keerthana.k 11-Apr-14 2:17am    
Hi Cheta Pandya,
I used <meta http-equiv="X-UA-Compatible" content="IE=8" /> code in master page but not working.
keerthana.k 11-Apr-14 2:18am    
above code where to add ,either master or login page.after login only go to any page.
[no name] 11-Apr-14 2:26am    
in master page <head> section

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900