I get this error when trying to execute my asp.net page which is going to pull the director of a network drive:
'WebApplication1._Default' is not allowed here because it does not extend class 'System.Web.UI.Page'.
Here are these lines that are highlighted:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default" %>
Line 2:
Line 3: <%@ Register tagprefix="fileManager" TagName ="footer" src="footer.ascx"%>
Any ideas?