|
|
Rank: Newbie
Joined: 8/18/2007 Posts: 4
|
I have successfully installed umbraco 3.02 in XP according to the instractions. Everything was perfect untill I tried to launch umbraco.... it is showing an error. I am describing this error below........
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 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\umbraco\web.config line 60)
Source Error: Line 58: <httpModules> Line 59: <!-- URL REWRTIER --> Line 60: <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" /> Line 61: <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" /> Line 62: <!-- UMBRACO -->
Source File: C:\Inetpub\wwwroot\umbraco\web.config Line: 60
can anyone help me so that I can move forward with this........thanks in advance.
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 815 Location: Århus, Denmark
|
are you trying to install in a virtual folder? V3 does not support that. Umbraco has to be installet in the root folder of your website.
|
|
Rank: Newbie
Joined: 8/18/2007 Posts: 4
|
Thanks Morten for your reply.I have changed the the local path of home directory of Default Web Site to umbraco folder .Will it not work? then what else I have to do ? don't mind I am very much novish in this area..
|
|
Rank: Newbie
Joined: 8/18/2007 Posts: 4
|
hi, I also want to say that I create a folder umbraco in wwwroot and set local path of Home Directory of Default Web Site to C:\Inetpub\wwwroot\umbraco. I think there is no problem with virtual directory because I have installed the umbraco v3 smoothly and there was no complain whatsoever. But when I tried to launch it was showing the error I have mentioned above. My UrlRewriter folder is empty. Do I need to do something else before launching it....I don't know; I just stuck in here.... pls I will really appreciate if anyone could come up with a solution..........
Thanks Raian
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 815 Location: Århus, Denmark
|
I must admit that this error usually occurs when there are some problems with virtual directories. Can you give some more info on your setup? Are you running on the release files, or did you build from codeplex source? Is it running on .net 2.0 framework? Did you change anything in you web.config file besides the db conn string? Did you install the aspnet ajax extensions to the .net framework? Which install guide did you follow?
|
|
Rank: Newbie
Joined: 8/18/2007 Posts: 4
|
Thank you Mortan again for your support.This time I have copied all the extracted files from V302.Zip right into the wwwroot folder. I have downloaded V302.zip file from "http://www.codeplex.com/umbraco/Release/ProjectReleases.aspx?ReleaseId=5136". But unfortunately at the end the error is same.
For your knowledge
Yes I am running on the release files. it is running on .net 2.0 framework. I haven't changed anything in web.config file besides the db conn string. Yes I have installed the aspnet ajax extensions to the .net framework. I haven't find any install guide based on V302 for WinXP pro. But I followed the install guide based on V302 for Vista as far I can but I told you before that there was no sign of any problem I have checked that part I am assuring you this.
|
|
Rank: Newbie
Joined: 11/25/2007 Posts: 1
|
I had the same problem until i copied wwwroot\bin to wwwroot\umbraco\bin.
Gunnar
|
|
 Rank: Enthusiast
Joined: 11/7/2006 Posts: 28 Location: Kristiansand, Norway
|
Yesterday I upgraded an installation from 2.1.3 to 3.0.3. It's placed directly on wwwroot on a win2003 server. Everything runs fine except a couple of apps in subfolders. They trigger the same error message as you got: Code:Server Error in '/raw_cph' Application. --------------------------------------------------------------------------------
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 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified. (c:\inetpub\wwwroot\web.config line 59)
Source Error:
Line 57: <httpModules> Line 58: <!-- URL REWRTIER --> Line 59: <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" /> Line 60: <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" /> Line 61: <!-- UMBRACO -->
Source File: c:\inetpub\wwwroot\web.config Line: 59 Put folders in reservedpaths key, even tried reservedurls, but that didn't help. Is this related or something else?
|
|
 Rank: Enthusiast
Joined: 11/7/2006 Posts: 28 Location: Kristiansand, Norway
|
Reply to my own post: We fixed the problem. Used a tip submitted by Jon Sharp, on enclosing system.web and umbraco stuff with <location path="." inheritInChildApplications="false"> </location> in the web.config.
|
|
Rank: Newbie
Joined: 1/24/2008 Posts: 3
|
hi. can you post your full web.config file (sans sensitive info) so i can see exactly where you added those enclosures? thanks.
|
|
|
Guest |