Advertisement

05.12.2008 at 01:32PM PDT, ID: 23395872
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

SQL server does not exsist or access is denied for web-based App, No source code

Asked by stconline in Programming for ASP.NET, MS SQL Server, Microsoft IIS Web Server

Tags: ,

We have a customer who uses an internal web based accounting system. We moved the data and databases from the old server to the new one, and set everything up. This software was written by another company, and we do not have any tech support from them. We also do not have the source code to the "code-behind" files.

When you try to Logon using the LoginForm.aspx, it gives this error...

Init error:
SQL Server does not exist or access denied.
datalayer.dbException: Init error:
SQL Server does not exist or access denied. ---> System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
   at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction)
   at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)
   at System.Data.SqlClient.SqlConnection.Open()
   at datalayer.dbconnection_sqlserver.init(String connStr)
   --- End of inner exception stack trace ---
   at datalayer.dbconnection_sqlserver.init(String connStr)
   at datalayer.dbmanager.GetConn(String conName)
   at datalayer.dbmanager.ExecuteDataReader(String conName, dbsql tdbsql, Boolean staticFlag, Boolean GetRecordCount, Int32 iStart, Int32 iEnd)
   at AnimalShelter.MyAnimalInventoryDDObject.validateUser(String userName, String password)
   at AnimalShelter.LoginForm.btnLogin_OnClick()
   at visWebControls.visTextControl.HandleServerEvent(String eventType, String param1, String param2)
   at visWebControls.visWebForm.HandleServerEvent(String eventId, String eventType, String param1, String param2)
   at visWebControls.visLinkedWebForm.HandleServerEvent(String eventId, String eventType, String param1, String param2)
   at visWebControls.visWebForm.OnPreRender(EventArgs e)
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain()


The SQL server is running, and I can query fine from within the Management Express software.

Is there anyway to find out what database name, username, and password this web-app is using to try to connect to the database with? I have searched every file in the web-app and there is no place to edit what database to connect to, or the username and password to use.

Thank youStart Free Trial
 
Loading Advertisement...
 
[+][-]05.12.2008 at 01:39PM PDT, ID: 21550335

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.12.2008 at 01:43PM PDT, ID: 21550357

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.12.2008 at 01:48PM PDT, ID: 21550388

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 06:14AM PDT, ID: 21554694

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 06:22AM PDT, ID: 21554760

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 06:25AM PDT, ID: 21554786

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 07:39AM PDT, ID: 21555473

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 07:42AM PDT, ID: 21555511

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 08:18AM PDT, ID: 21555910

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 11:06AM PDT, ID: 21557625

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 11:18AM PDT, ID: 21557736

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Programming for ASP.NET, MS SQL Server, Microsoft IIS Web Server
Tags: Microsoft, MSSQL Server Express 2005
Sign Up Now!
Solution Provided By: rstomar
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628