Developer wrote:
Hi Otis,
Would it be possible to define database connection string in <connectionStrings /> section, rather than <appSettings /> inside web.config? It would be good to define standard .NET v2.0 format.
It's ASP.NET specific if I'm not mistaken. (I couldnt find any info on this for normal apps) I couldn't get it to work with winforms unless I'd include web code which isn't exactly what I wanted in a DAL. The appSettings section works in both and because the ormsupportclasses can be used in web and winforms, console apps and services etc., it's not that good to tie it to asp.net with specific code.
So I sticked with the appSettings section.
I love version LLBLGen v2.0 improvements.... The best code generator tool in the world.
Regards.
Thanks!