Development Site Stopped working ASP Error
Posted: Thu Aug 25, 2011 10:31 am
Hello all,
Forgive me if this is in the wrong section but here it goes.
I have a development server running IIS7 with Ablecommerce 7.0.5. I have a separate server running SQL 2008 Express. I ran through the install of Ablecommerce and got the development site running. (could view the default pages and menus) The database connection tested successful via ODBC connection. Plus I was able to initialize the database via Ablecommerce when setting up the machine.
Fast forward a couple of months. The project of making our website with Ablecommerce a production website is back on the front burner. Although when I load my test development Merchant Dashboard I am greeted with an ASP error.
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration
Pretty blan error page.
Event Viewer gives me ASP error:
Event code 3005
Unhandled Exception has occurred
Exception Information:
Exception type: SqlException
Exception message: Login failed for user 'mydevuser'
-----
On the SQL Express server I reset the user account's password.
On the web server I opened the ODBC connection and tested the connection to the SQL Express server and it was successful.
I restarted both servers.
I am still getting the ASP error on the Merchant page.
I think I am missing something simple.
Any help would be greatly appreciated.
Thanks,
Nick
Forgive me if this is in the wrong section but here it goes.
I have a development server running IIS7 with Ablecommerce 7.0.5. I have a separate server running SQL 2008 Express. I ran through the install of Ablecommerce and got the development site running. (could view the default pages and menus) The database connection tested successful via ODBC connection. Plus I was able to initialize the database via Ablecommerce when setting up the machine.
Fast forward a couple of months. The project of making our website with Ablecommerce a production website is back on the front burner. Although when I load my test development Merchant Dashboard I am greeted with an ASP error.
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration
Pretty blan error page.
Event Viewer gives me ASP error:
Event code 3005
Unhandled Exception has occurred
Exception Information:
Exception type: SqlException
Exception message: Login failed for user 'mydevuser'
-----
On the SQL Express server I reset the user account's password.
On the web server I opened the ODBC connection and tested the connection to the SQL Express server and it was successful.
I restarted both servers.
I am still getting the ASP error on the Merchant page.
I think I am missing something simple.
Any help would be greatly appreciated.
Thanks,
Nick