Asp.Net problems: How to integrate applications?
I want to use Cuyahoga as my CMS, so I place it on the root of the site. I also have a dasBlog on the /Blog/ directory. Both the root & the /Blog/ directory are IIS applications.
Each of those applications works very well on its own, but my problem is making both of them play together. I get the following error when trying to access the /Blog/ directory:
File or assembly name Cuyahoga.Web, or one of its dependencies, was not found.
<add type="Cuyahoga.Web.Util.UrlHandlerModule, Cuyahoga.Web" name="UrlHandlerModule" />
Cuyahoga-0.6.0\web.config
My problem is that I can't think of a way to trasfer control from one application to another. Anyone can offer a solution?
Comments
Comment preview