Hello all,
I created an asp.net web application that can create dynamically asp.net web application projects within it's file system (subdirectories).
Lets say I manually create Virtual Directory in the IIS for each webapp created.
When I try to access those applications (http://localhost/<virtual-dir>
/) I get an error:
Parser Error Message: Could not load type 'Template29.Template29'.
Source Error:
Line 1: <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Template29.master.cs" Inherits="Template29.Template29" %>
Line 2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
What am I doing wrong?
Thanks in advance,
Gal.