an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Path issue after install
Last Post 5/1/2008 12:49:58 PM By lukezy. 3 replies.
4/30/2008 12:59:34 PM
net4u
Posts: 2
Joined: 4/30/2008
Path issue after install

Hello,

 

I deployed dsc in a folder like:

D:\sites_root\infosystems4u.ro\subdomains\dsc\web that is binded in IIS7 (on a Win2008 server) as dsc.infosystems4u.ro

If I run the solution from visual studio it's work fine (but opened from a location such d:\my downloads\dsc...) (with virtual path set as "/")

But if I publish the web to the location stated above, the first page work, but every other page (e.g. login.aspx or any) rise this eror:

1.) In browser address bar: http://dsc.infosystems4u.ro/FileNotFound.htm?aspxerrorpath=/Login.aspx (or another example: http://dsc.infosystems4u.ro/FileNotFound.htm?aspxerrorpath=/Store/ProductList/Featured.aspx)

2.) In browser page:

We're sorry, there is no Web page matching your request.

It's possible you typed the address incorrectly, or that the page no longer exists. In this case, we profusely apologize for the inconvenience and for any damage this may cause.

 

I think that is something related to (virtual)path, but I don't understand from where it comes...

4/30/2008 2:32:48 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Path issue after install

Did you create a virtual directory pointing to D:\sites_root\infosystems4u.ro\subdomains\dsc\web?

You might also want to check the following configuration in the web.config file.

     <dscConfiguration>
        <DSC>
            <addname="InstallPath"value="Your Install Path"/>

DotShoppingCart Staff
5/1/2008 12:19:50 PM
net4u
Posts: 2
Joined: 4/30/2008
Re: Path issue after install

Yes, the virtual dir is ok, the DNS rec is ok.

I don't changed anything in config file.

 

What should be InstallPath? I have tryed the UNC path and it's the same problem...

 

 

5/1/2008 12:49:58 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Path issue after install

InstallPath should be the local path of web directory. Did you follow the exact steps from the doc?

DotShoppingCart Staff