N
noor
Hi
I have a user control with code behind.
<%@ Control ClassName="AdminTop" Language="c#" AutoEventWireup="false"
Codebehind="AdminTop.ascx.cs" Inherits="Admin.AdminTop"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
When run this page from localhost, all is ok.
When put this page on another IIS server i get this error message.
Thanks for your time
I have a user control with code behind.
<%@ Control ClassName="AdminTop" Language="c#" AutoEventWireup="false"
Codebehind="AdminTop.ascx.cs" Inherits="Admin.AdminTop"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
When run this page from localhost, all is ok.
When put this page on another IIS server i get this error message.
Thanks for your time