I get an error: Format of the initialization string does not conform to specification starting at index 0
in teh nhibernate config section of the web.config I have this set to use the named connection string: MyConnectionString
And when I try it I get an error, now this worked fine with unencrypted connection string, I thought it would work with an encrypted one, but I'm guessing now, since I think the above error is stating that something is wrong with my connection string, but unencrypted it works fine.
Any ideas?