an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Installation issues
Last Post 11/17/2009 9:50:22 AM By lukezy. 1 replies.
11/15/2009 12:07:13 PM
monte
Posts: 1
Joined: 11/10/2009
Installation issues
What i've done.
 
Fresh copy of Windows 2003 R2 SP2 With all updates included .NET Framework 3.5 SP1
 
Installed IIS. I added ASP.NET when installing IIS 
 
Installed SQLexpress 2005
 
Opened SQL Service Config manager - Enabled TCP and Named Pipes - Rebooted
 
Extracted the Opensource version of Dotshoppingcart. ( Dotshoppingcartopensourcev2) 
 
I ran the following command at the command prompt only I put my company name in place of mycompany.
 
instdsc.exe .\sqlexpress dotshoppingcart c:\dbdata c:\key mail.mycompany.com support@mycompany.com
 
After a minute or two the command prompt finishes scrolling by
 
I've added network service and ASP.NET in the security tab and given modify permissions on the following files and folders
 
dsc.config
app_data
app_themes
Files
Images
 
Added virtual directory under default web site in IIS and gave it read and run scripts rights
 
Open IE on the same machine that i've installed dotshoppingcart on. I get an error message that reads
 
This error (HTTP 403 Forbidden) means that internet explorer was able to connect to the website but it does not have permissions to view the webpage
 
What am I missing?
 
 
 
 
11/17/2009 9:50:22 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Installation issues
Looks like your IIS configuration issue. If you use virtual directory, could you try http://local/<virtual dir>/default.aspx ?
DotShoppingCart Staff