web parts runtime error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Derek Smith
    New Member
    • Dec 2011
    • 3

    web parts runtime error

    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.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    It would really help us to figure out the problem if you posted the error(s) that you're getting.

    -Frinny

    Comment

    • Derek Smith
      New Member
      • Dec 2011
      • 3

      #3
      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 provider

      Comment

      Working...