an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > My os is vista, and DB is Sql server 2008 and V...
Last Post 6/19/2009 10:14:01 PM By civ101. 13 replies.
Page 1 of 2 (14 posts) << First < Prev 1 2 Next > Last >> 
4/20/2009 2:52:38 PM
larrylan
Posts: 6
Joined: 4/20/2009
My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
Many thx first,
 
My Os is vista,
 
DB is Sql server 2008,
 
VS.net is Microsoft Visual Web developer 2008 express edition,
 
My iis is 6.0.
 
Can I install dotshoppingCart?
 
I tried several times today, it really hurts me, everytime it failed at last.
 
The error is this, can anyone help please?
 
 
<span> 

Server Error in '/' Application. <hr width="100%" color="#c0c0c0" size="1" />

Configuration Error

</span>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: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

<table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td>
Line 186:            <add name="UrlRewriter" type="DotShoppingCart.OpenSource.HttpModules.UrlRewriterHttpModule, DotShoppingCart.OpenSource.HttpModules.UrlRewriter" />
Line 187:        </httpModules>
Line 188:        <authentication mode="Forms">
Line 189:            <forms name=".ASPNET" loginUrl="login.aspx" cookieless="UseCookies" protection="All" timeout="30" path="/"/>
Line 190:        </authentication>
</td> </tr> </tbody> </table>
Source File: C:\Release\web\web.config    Line: 188


<div class="expandable" onclick="OnToggleTOCLevel1('additionalConfigurationErrors')">Show Additional Configuration Errors:
<div id="additionalConfigurationErrors" style="display: none">
<table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td>
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Release\web\web.config line 191)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Release\web\web.config line 193)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Release\web\web.config line 199)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Release\web\web.config line 205)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Release\web\web.config line 217)
</td> </tr> </tbody> </table> <script type="text/javascript"> function OnToggleTOCLevel1(level2ID) { var elemLevel2 = document.getElementById(level2ID); if (elemLevel2.style.display == 'none') { elemLevel2.style.display = ''; } else { elemLevel2.style.display = 'none'; } } </script> <hr width="100%" color="#c0c0c0" size="1" /> Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074
4/20/2009 3:46:12 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
Vista has IIS7 integrated not IIS6. How did you get IIS6 on your Vista OS?
 
You can open up the solution in VS web developer 2008 expression just fine. And try running it inside VS.
 
DotShoppingCart Staff
4/20/2009 11:47:50 PM
larrylan
Posts: 6
Joined: 4/20/2009
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
many thx lukezy,
 
I downloaded the open source version, and open the OpenSourceEdition.sln file, then vs.net reminds me that:
 
The source control provider assosiated with the solution could not be found, The project will be treated as not under source control.
 
Do you want to permanately remove the source control bindings from the project?
 
then I clicked no.
 
Then vs.net reminds me several
 
"Solution folders are not support in this version of the application
 
Solution folders "blablabal" will be displayed as unavaliable "
 
I clicked all yes,
 
then
 
Some of the properties assosiated with the solution could not be read.
 
what should I do in this case?
 
 
4/21/2009 12:05:30 AM
larrylan
Posts: 6
Joined: 4/20/2009
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
ok, i fixed the problems above, but inside the vs.net ,when i build it, i got the error,
 
Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS. C:\Users\Larry Lan\Desktop\DotShoppingCartOpenSourceV2\DotShoppingCartOpenSourceV2\web\Web.config 188 
 
what should i do then?
4/21/2009 12:09:09 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
You could please show us what's around line 188 in your web.config?
DotShoppingCart Staff
4/21/2009 1:07:25 AM
larrylan
Posts: 6
Joined: 4/20/2009
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
        <authentication mode="Forms">
            <forms name=".ASPNET" loginUrl="login.aspx" cookieless="UseCookies" protection="All" timeout="30" path="/"/>
        </authentication>
4/21/2009 1:59:02 AM
larrylan
Posts: 6
Joined: 4/20/2009
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
forgive me if i keep asking stupid questions,
 
I now can run the dotshoppingCart now, but i met a trouble exactly like
 
"

I'm wondering if, perhaps, there isn't more to the install under Vista.

I'm getting 404 errors for /store/cart.aspx, /login.aspx, /register.aspx... basically any page but the home page. I installed the most recent copy from CodePlex. Any thoughts?

"
 
your answer is "It's probably the UrlRewriter HttpModule that doesn't work in Vista. Try running it under Classic .NET App pool to see if it helps.",
 
how should I do that?lol,
many thx in advance.
 
larry
4/21/2009 2:14:44 AM
larrylan
Posts: 6
Joined: 4/20/2009
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
everything is solved, great appreciate to lukezy
 
dotshoppingcart is an elegant software, we all apreciate your efferot on this.
 
from Larry
4/21/2009 7:42:01 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
Could you please post back how you solved the issue "Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level."? Anyone running into the same issue can learn from this.
DotShoppingCart Staff
5/26/2009 1:55:21 AM
serenageo
Posts: 2
Joined: 5/26/2009
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
Hi,
 
How did you solve this?
 
The source control provider assosiated with the solution could not be found, The project will be treated as not under source control.
 
Do you want to permanately remove the source control bindings from the project?
 
then I clicked no.
 
Then vs.net reminds me several
 
"Solution folders are not support in this version of the application
 
Solution folders "blablabal" will be displayed as unavaliable "
 
I clicked all yes,
 
then
 
Some of the properties assosiated with the solution could not be read.
 
Thanks,
Geo
5/26/2009 9:31:59 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: My os is vista, and DB is Sql server 2008 and VS.net version is Microsoft Visual Web developer 2008 Express edition, Can I install dotShoppingCart?
It's most likely your VS is not latest. Try making sure you install VS 2008 SP1.
DotShoppingCart Staff
Page 1 of 2 (14 posts) << First < Prev 1 2 Next > Last >>