Hi, this should be quite simple but i cant seem to figure it out. On a iis6 i got a aspnet2.0 website. Within this website i want to run a forum which is another webapplication. Now when I copy the forums files into the subdirectory /forums/ ofcours i get al errors that the relative path names do not excist.
So what i did was turn the forum directory into a virtual directory. But even this doesnt work i get this error:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'DMGForums.DefaultPage'.
Source Error:
Line 1: <%@ Page language="VB" Inherits="DMGForums.DefaultPage" %>
Somebody please help. I've had this before but I always worked arround it by simply making new websites.
Thanks, Andre Vink