Problem with existing applications after installing Umbraco Options
mpaw
Posted: Thursday, August 16, 2007 11:39:53 AM
Rank: Newbie

Joined: 8/16/2007
Posts: 2
Hi

Really hope someone can help me!

I've been using Umbraco for the last 5 months, and am very impressed. It does exactly what it claims to do and whether writing xsl or user controls, I've found it to be flexible to my needs.

So, I decided to install the new version on my own web hosting facility (I use discountASP); never installed it here before. Installation went OK in that Umbraco works fine, HOWEVER none of my previously installed .net web applications are working.

Umbraco is installed in the site root. The other web applications are in child directories, and configured as applications. The server is running the v2 framework.

The error generated when accessing one such web application is given below. The odd thing is that the error is generated by the web.config of the Umbraco (root) application, not the child application, as I would expect.

Help, please! :cry:

Michael




Parser Error Message: Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.


Source Error:

Line 57: <httpModules>
Line 58: <!-- URL REWRTIER -->
Line 59: <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
hartvig
Posted: Thursday, August 16, 2007 11:47:16 AM

Rank: Addict

Joined: 3/17/2008
Posts: 982
Location: Nyborg, Denmark
In the web.config of your other applications (not the root web.config), you'll need to disable the umbraco httpModules, ie.

<httpModules>
<remove name="UrlRewriteModule"/>
</httpModules>

etc.

Hope this helps!

/n


Jeeeez, did I really start this :-)
mpaw
Posted: Thursday, August 16, 2007 1:34:30 PM
Rank: Newbie

Joined: 8/16/2007
Posts: 2
Thanks Niels - that worked a treat.

Michael
cvanhems
Posted: Thursday, April 03, 2008 11:58:56 AM
Rank: Newbie

Joined: 3/12/2008
Posts: 2
So I got the exact same problem and I followed your instructions (thanks!)...
I disabled the http module in my child web config...
and now I get the following error (great!)...

########################

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'umbraco' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 66: <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 67: <!-- UMBRACO CHANNELS -->
Line 68: <add verb="*" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco"/>
Line 69: <add verb="*" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco"/>
Line 70: </httpHandlers>


Source File: C:\Inetpub\wwwroot\NaturalSolutions\web.config Line: 68

##########################

Help!!! Brick wall
desmo
Posted: Thursday, June 26, 2008 3:54:26 AM

Rank: Aficionado

Joined: 7/19/2006
Posts: 174
Location: NYC
Yes, I'm seeing this too. You can disable the channels section of the root web.config. That fixes it if you don't need channels. Don't know if there's another fix??

- Mark
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.