1.0 to 1.1 upgrade problem? broken html...

  • Thread starter Thread starter givoni
  • Start date Start date
G

givoni

Hi,

I am experiencing a very strange problem after I upgraded my web
application from asp.net 1.0 to 1.1.

On my host server everything shows fine, but on my local machine
(which was just reinstalled) the html is broken in a very weird way.
Some part of it simply is cut out and placed at the end, after the
</html> closing tag. It seems like a rendering issue.
In the Visual Studio editor it shows fine, but when testing the
application the result is wrong. I tried it also on another local
machine, and the same error occurred.
Both frameworks are installed on the local machines and the host
server, so I don't think that's the issue.
Did anyone experience something similar or know what it could be
caused by?

/David Givoni
 
Well, I found the solution, which had nothing to do with the framework
itself.
It seems that McAfee's antivirus or firewall interfered somehow in the
rendering of the pages. When I uninstalled it, it worked without a
problem. But a whole days of work used on that :(

/David Givoni
 
Back
Top