Problem in hosting.Vikas Ahlawat15yAsked Mar 25, 2011, 2:20 AM2.1kVisual Basic .NETI have created a web proj. when i try to upload and run it on server then it give following error,please help me.
Blocked Account15y agoPosted Mar 25, 2011, 3:05 AMHi,check the class name of your Master.Master and assign that to Inherits and change CodeBehind to CodeFilethis will solve your problemFor Example:<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPageForHome.master.cs"Inherits="MasterPageForHome" %>
Manikavelu Velayutham15y agoPosted Mar 25, 2011, 3:05 AMChange teh CodeBehind To CodeFile. Hope that could solve your error.
Suthish NairPosted Mar 25, 2011, 3:57 AM
Blocked AccountPosted Mar 25, 2011, 3:05 AM
check the class name of your Master.Master and assign that to Inherits and change CodeBehind to CodeFile
this will solve your problem
For Example:
<%
@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPageForHome.master.cs"Inherits="MasterPageForHome" %>Manikavelu VelayuthamPosted Mar 25, 2011, 3:05 AM