This topic is locked

How is the Default opening Table set ?

7/5/2007 1:20:59 PM
ASPRunner.NET General questions
H
hresto author

How does one set the default table that appears after authenticating on the login page. In PHPRunner all I had to do was highlight the default table and build, but in ASPRunner.Net it appears that no matter what is highlighted before saving and building it is choosing the second table that is checked on the list in the Datasource Table page. I'm working with AspRunner.Net 3.0 Build (89).

Eugene 7/9/2007

To set default table you should change "Start Page" key value in web.config file.

F.e., <add key="StartPage" value="Orders_list.aspx" />