This topic is locked

runner.net data connections and language

4/5/2004 6:07:17 AM
ASPRunnerPro General questions
E
ekopelowitz author

Hi Sergei,
I'm beginning to play with the .net version of AspRunner. Two questions.

  1. In which file will I find the data connection strings. I need to play with them in order to figure on the correct odbc path string.
  2. I need to insert the session code for Hebrew. In the Runnerpro, this went into the login.asp file. Does this need to be done for the .net version, if so where?
    Thank you,

    Ezra

501059 4/5/2004

Hi Sergei,

I'm beginning to play with the .net version of AspRunner. Two questions.Â

  1. In which file will I find the data connection strings. I need to play with them in order to figure on the correct odbc path string.
  2. I need to insert the session code for Hebrew. In the Runnerpro, this went into the login.asp file. Does this need to be done for the .net version, if so where?
    Thank you,

    Ezra



As far as I understand you have two ways to achieve what you need:
Firstly, you can reopen project in AspRunner.NET and change these options.
Secondly, you can use config.xml file. Actually, in .net version all the settings are stored in config.xml file You can edit odbc path string if you open config.xml file and find ConnectionString attribute there.
To change session code for Hebrew you have to use config.xml file again. Attribute LCID should help you.