Search results

  1. I

    Classic ASP Based SQL Connection String Problem :)

    ok I found the problem and solved. The problem was not connection string. I created tables at sql with previous version's .sql file. so I deleted tables and created again. now everything goes fine. by the way I use this syntax for connect external sql server via classic asp I...
  2. I

    Classic ASP Based SQL Connection String Problem :)

    Hi I got a new sql connection string problem. But it is in classic asp now. I got another script. I created its requirements in previous SQL database. (same database with main script) First of all, is it a true aproach? I mean use same database is faster than use two databases or vice...
  3. I

    SQL Connection String Problem

    Thanks SubSpace. I asked this problem to script's developer and they said samething (he said "there isnt asp.net state server at your server" ) so he suggest to change SessionState mode to InProc. now the line is : <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"...
  4. I

    SQL Connection String Problem

    I changed it to : <add name="test" connectionString="Data Source=204.10.108.161;Initial Catalog=xxxx;User Id=xxxx;Password=xxxx" providerName="System.Data.SqlClient"/> now the error gone but new one come :) ??? Server Error in '/' Application...
  5. I

    SQL Connection String Problem

    Hi I am a new VPS user. (beginner) I created a database at external database server : mssql9.jodovps.com After that I upload my asp.net codes to my vps account - domain via ftp. at web.config this is the connection string : <add name="test" connectionString="Data...
Back
Top