Anyone install on Discount ASP successfully?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 yıl önce
I downloaded 1.30_NoSource, expanded it, uploaded it to subfolder /testshop, tried to run Default.aspx and got error that looks like a custom error page from Discount ASP:

ERROR:
We're sorry, an internal error occurred that prevents the request to complete.
Our supporting staff has been notified with this error and will address this issue shortly. We profusely apologize for the inconvenience and for any damage this may cause. You might want to try the same action at later time.


Has anyone experienced this?  Know of a solution?
14 yıl önce
Try uploading it to the root of the site.

mike..
14 yıl önce
Hi,

I am running nopcommerce on DiscountASP successully. You should check SQL Server connection string in connectionStrings.config file, and replace it with valid SQL Server connection string. Furthermore, you can modify the customerrors tag in the web.config file to view actual error code. This should be like this

Actual parameters in web.config

<customErrors mode="RemoteOnly" defaultRedirect="ErrorPage.htm">
      <error statusCode="403" redirect="BannedAddress.htm"/>
      <error statusCode="404" redirect="FileNotFound.htm"/>
    </customErrors>


Replace it with

<customerErrors mode="Off"></customErrors>


Hope that it will works for you.

Farhan.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.