Page 1 of 1

cannot navigate to Login page, VS2005 IDE Error

Posted: Mon Sep 22, 2008 4:49 pm
by Ashish11176
I am trying to set up my dev environment for the shop module for ASP.Net and SQl Server 2005
Operating system is Windows XP SP2.

I am able to see the home page , but as soon as I try to login i get the following error

"Internet Explorer cannot display the webpage"

I am only able to see the default page.

Where can I see error or how can I troubleshoot my application.
The site work on the production server , problem is setting up on the deve environment

Any help is greatly appreicated.

Re: cannot navigate to Login page, VS2005 IDE Error

Posted: Mon Sep 22, 2008 6:38 pm
by jmestep
It could be a license issue if you haven't registered your dev license to your ip address. You can change the App_Data/ablecommerce.config file to demoMode="true" on the first line and see if that helps.

Re: cannot navigate to Login page, VS2005 IDE Error

Posted: Tue Sep 23, 2008 12:28 am
by Ashish11176
I have tried changing App_Data/ablecommerce.config file to demoMode="true"
but I am still having the same issue. Why does it work for default.aspx page and not for login.aspx puzzles me.

Re: cannot navigate to Login page, VS2005 IDE Error

Posted: Tue Sep 23, 2008 12:31 am
by mazhar
better try a clean install

Re: cannot navigate to Login page, VS2005 IDE Error

Posted: Tue Sep 23, 2008 8:17 am
by jmestep
Can you get into the admin? It also could be an SSL issue since login.aspx is SSL if you have checked the SSL feature in the admin.

Re: cannot navigate to Login page, VS2005 IDE Error

Posted: Tue Sep 23, 2008 8:30 am
by AbleMods
If you copied a live site down to your dev install including the live SQL db, everything is still configured for SSL. You'll need to browse the ac_StoreSettings table using SQL Manager and set the SSLEnabled value to False.