Hi wolf11th,
Are you using cookieless="UseUri in your web.config?
<forms cookieless="UseUri">
</forms>
Get the same problem with the simple page below?
- <%@ Page Language="C#" AutoEventWireup="True" %>
- <%@ Register TagPrefix="CE" Assembly="CuteEditor" Namespace="CuteEditor" %>
-
- <html>
- <body>
- <form id="Form1" runat="server">
- <CE:Editor ID="editor1" runat="server">
- </CE:Editor>
- </form>
- </body>
- </html>
Regards,
Ken