Browse by Tags

Related Posts

  • Connection to MySQL is DRIVING ME CRAZY!!!! Please Help!

    I know this might sound like questions you’ve heard before, but I could really use some help or rather clarification. I cannot connect to my MySQL database. I have tried so many different ways and keep getting different errors every time I change something! My latest codes and errors are at the bottom...
    Posted to MySQL (Forum) by LHYWebDesigner on 03-29-2009, 12:00 AM
    Filed under: mysql, mysql and asp.net, mysql connector, odbc, .net 3.5, asp.net, connect to MySQL on remote PC, Connection with MySQL Database from ASP.NET 2.0, connectionn string, connector, database, mysql.dll, web.config, MySQL connector driver, asp.net goaddy mysql, connect to MySQL on server, mysql 5.0, ConnectionString, db, Godaddy
  • NullReferenceException when accessing ConnectionString

    I'm using a Northwind sample database on a remote SQL Server machine to start learning about MVC. My first test fails when creating an instance of my controller: [ TestMethod ] public void TestDetails() { var target = new ProductsController (); int id = 3; var result = target.Details(id) as ViewResult...
    Posted to ASP.NET MVC (Forum) by mjchapman on 02-05-2009, 12:00 AM
    Filed under: TDD, ASP.NET MVC, connectionString, web.config
  • Re: The SSE Provider did not find the database file specified in the connection string. At the configured trust level (below High trust level), the SSE provider can not automatically create the database file.

    Hi Stevo, Are you getting this when you attempt to use one of the Account wizard controls (i.e. CreateAccountWizard)? If so, then what is happening is that control will access a connection string called "LocalSqlServer" by default; which the string is stored in the machine.config file. If you...
    Posted to Getting Started (Forum) by jrea8830 on 08-21-2008, 12:00 AM
    Filed under: connectionstring, LocalSqlServer, Wizard, web.config, CreateAccountWizard, machine.config, account
  • When using <identity impersonate="true"> in .NET 1.1, and 2.0 is there some differences?

    When setting <identity impersonate="true"> in .NET 1.1, and 2.0, is there some differences that I should be aware of? Will identity impersonate act differently in .Net 1.1 vs .Net 2.0, both using IIS 6.0? Is there an article I can read that will explain this if its true? Thanks, xyz789
    Posted to Security (Forum) by xyz789 on 02-28-2008, 12:00 AM
    Filed under: vb.net, Visual Studio, .net 2.0 webservice, administration tool, ADO.NET 2.0, ASP.NET 1.1, client side, Configuration, connectionstring, i am using VB asp.net 2.0, web.config, Database connectivity, IIS
  • web.config having multilple connection string name with same connection.

    Issue 1: < add name = " Conn1 " connectionString = " Data Source= SID;User Id=UN;Password=Pwd " providerName = " Oracle.DataAccess.Client " /> And use Conn1(Read and Write from DB) All over the application. (for exam: all Data Access Layer). Versus Issue 2: < add...
    Posted to Oracle (Forum) by BhaveshPatel on 01-30-2008, 12:00 AM
    Filed under: Oracle, .net 2.0, ConnectionString, web.config
  • connection strings

    I developed an application and deployed it onto a hosted provider. I use SQL 2005 Express for development SQL 2000 for production. Both systems work. I backed up my production database and wish to use it for my development testing. I restored it as a SQL 2000 database on my development machine and changed...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tinsleyrd on 11-24-2007, 12:00 AM
    Filed under: SQL 2000 Server, SQL 2000 Server Connection, sql 2005, SQLServer, sqlserver 2005, visual web developer, ASP.NET 2.0 Data Binding SQl Server 2005 ASP, Connection String, Microsoft SQL Server 2005, database connection, database owner, database ownership, "Deploy", asp.net2.0, .NET SQL Server 2000, connectionstring, Connnection String, web.config
  • Re: asp with gloabal.asax file

    Hi There, Example given is in C#, hence VB version should be something like this Dim con As New SqlConnection Dim com, com1 As New SqlCommand con= new SqlConnection(configurationManager.ConnectionStrings( "misConnectionString") .ConnectionString) Hope it helps!
    Posted to Web Forms (Forum) by d4dennis@inspir3 on 08-02-2007, 12:00 AM
    Filed under: connectionstring, web.config
  • Re: asp with gloabal.asax file

    Hi There, To access session, all you need to do it: example: SqlConnection scon = New SqlConnection(Session( "ConnectionPath" ) ); The above method is not recommended, you can store your connectionstring in web.config example: 1) Add connection string to web.config <? xml version = "...
    Posted to Web Forms (Forum) by d4dennis@inspir3 on 08-02-2007, 12:00 AM
    Filed under: connectionstring, web.config
  • Accessing Connection Strings From App Code

    Hi, I have a function within our web site which is held within a external class in the APP_CODE directory. The functionality controls all updates going to the database, as it updates 2 or 3 databases in each go and includes extensive error handling for failed updates (Effectively a programmed load balancer...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tomwest on 07-23-2009, 12:00 AM
    Filed under: security, app_code, web.config, connectionstring
Page 1 of 1 (9 items)