Hi there,
on my testserver it works allright, only on the production server
i have to change the web.config.
is there an easy way to have 2 connectionstrings, the only difference
is basically the location of the sqlserver and port.
the databases are identical.
so basically it tries the first connectionstring, when it gets
an error, it tries the 2nd when etc...
or is there a better way to do this?