I have web parts on a website and they have a runtime error. They work fine on desktop and Visual Studio, but I upload files one by one to the website, then try to configure a custom database provider with the web.config file. I have installed the ASP Schema into a SqlServer database, and customized the ASP login controls to use this and they are working. However, the web parts aren't working, despite attempts to connect them to the same ASP schema.
web parts runtime error
Collapse
X
-
Tags: None
-
Server Error in '/' Application.
--------------------------------------------------------------------------------
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Last edited by Derek Smith; Dec 8 '11, 02:20 AM. Reason: this is the error reported back by the server when there is just default providerComment
Comment