ShawnMolloy
MIS
I have created a subdomainin IIS 6.0 call "Video.MySite.com". I have an existing ASP.NET project in VisualStudio 2005 that is the "LocalHost" for this server. The root web (localhost) is pointing to d:\web.
I created a new folder in d:\web\Video.MySite.com\ and pointed IIS to that folder for the subdomain. When I open the web (localhost) and create a new aspx page in the new \video.mysite.com\test.asxp folder I'm getting the error:
Parser Error Message: Could not load type 'video.mysite.com_test'.
All the other pages work fine, so this must be a problem with the subdomain files being in the same project as the root web?
Thanks,
Shawn Molloy
Seattle, WA