I am having major .NET rendering issues when veiwing the website in IE10.
The wierd thing is the website works fine when publishing localy but get different results when uploaded to the server - but only in IE10! The most obvious problem is that it seems to remove any inline css : if you go to you will notice the username is too long.
If you open the same url in any other browser and view source you will see a style="width:100%;" which is missing in IE10!
Again if I run the same web page locally its fine
Yes I can thow this in a separate css and it cures the problem but there are bigger issues especially with datagrids.
Does any body know of anything server side that can be messing this up - I'm thinking it has to be a .net issue (the site is written in .net4). One last word, after logging in the browser inserts some rubbish in the url ( which plays havoc with logging out or any manual redirects - please help.
The wierd thing is the website works fine when publishing localy but get different results when uploaded to the server - but only in IE10! The most obvious problem is that it seems to remove any inline css : if you go to you will notice the username is too long.
If you open the same url in any other browser and view source you will see a style="width:100%;" which is missing in IE10!
Again if I run the same web page locally its fine
Yes I can thow this in a separate css and it cures the problem but there are bigger issues especially with datagrids.
Does any body know of anything server side that can be messing this up - I'm thinking it has to be a .net issue (the site is written in .net4). One last word, after logging in the browser inserts some rubbish in the url ( which plays havoc with logging out or any manual redirects - please help.