Author: lo9ik | Posted on: 4/28/2010 5:21:54 PM | Views : 822

I have been trying to debug this issue for many hours now and have found nothing.  If this is the wrong forum, please let me know.

I have a simple asp page enabling chrome frame, with no code behind defined as:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <meta http-equiv="X-UA-Compatible" content="chrome=1" />
    <title>test login</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    &n ...

Go to the complete details ...