Web Test->DataSource Attribute ->Connection String from App.Config ?
Hi,
i have a connection string defined in my app.config and i want to use in the DataSource Attribute In my Web Test . i am getting an error that the connection string must be a constant. code sample: <DataSource(
i saw and followed a similar thread regarding this issue but nothing.
DataBinding("DataSource1","MyTable","MyCol","DataSource1.MyTable.MyCol")> _ To thanks Udi
<DataSource("DataSource1",My.Setting.connectionString,....

