It seems i have problems after i moved from the DEV webserver in VS2008 to use the IIS on my computer.
Line 1: <%@ master language="
VB" inherits="IPPlan, App_Web_-klogj4n" %>
Line 2: <%@ Register Src="~/IPUser.ascx" TagPrefix="uc" TagName="IPUser" %>
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: C:\inetpub\wwwroot\IPPlan.master Line: 1
I have a page - called default.aspx this page is using a materpage called IPPlan.Master
This masterpage have a usercontrol IPUser.ascx.
everything was working when i used the developer webserver and not the IIS
i should perhaps mention that im using codebehind in a seperate file.
And i have also read this:
Problem Compiling UserControl with Code Behind but not helping me
Any hints?
Thanks
/Stig