I have a db connection string in my config file:
Connection: "localhost\sqlexpress"
but when I debug. in code the variable is " localhostsqlexpress" (no "" )
and if put two "" then both of them appear in the variable?
is there a special way I need to read the string?