Re: How to use ADO fast?
- From: "W.G. Ryan - MVP" <WilliamRyan@xxxxxxxxxxxxxxxx>
- Date: Tue, 13 Dec 2005 14:48:32 -0500
Personally, on the web scenario I like using a Salted/Hashed password in
..config. I used to do the Registry thing but a lot of our clients don't
want us writing to the registry if at all possible. Most of the winforms
apps I work on use Remoting heavily so we are already doing a lot with
config files. by the time you throw in the application blocks, it's often a
good fit to throw in the connection manager as well in the config.
I'm not saying this way is the best by any means, just the one I prefer. If
you don't mind me asking, what are the primary benefits in your opinion to
coding it in the dll?
"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:ugdFMyAAGHA.3372@xxxxxxxxxxxxxxxxxxxxxxx
> Miha,
>
>> Cor, hardcoding connection string is silly by any mean, trust us.
>
> Do you know a saver place than in a DLL in the Bin directory for a
> webserver for that.
> (Yes I know one the registry of such a server).
>
> However a lot of people use for ASPNET scripting .Net. In that case it is
> the worst place to put your connection string.
>
> Cor
>
> "Miha Markic [MVP C#]" <miha at rthand com> schreef in bericht
> news:eQGKm0$$FHA.360@xxxxxxxxxxxxxxxxxxxxxxx
>> Cor, hardcoding connection string is silly by any mean, trust us.
>>
>> --
>> Miha Markic [MVP C#]
>> RightHand .NET consulting & development www.rthand.com
>> Blog: http://cs.rthand.com/blogs/blog_with_righthand/
>>
>> "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
>> news:%23OvY4j%23$FHA.3140@xxxxxxxxxxxxxxxxxxxxxxx
>>> Bill,
>>>
>>> I let the windowsform text (sorry) I did mean a webform, in a windowform
>>> we agree. A webapplication is not something that you so often standard
>>> deploy in my opinion.
>>>
>>> Cor
>>>
>>
>>
>
>
.
- Follow-Ups:
- Re: How to use ADO fast?
- From: Cor Ligthert [MVP]
- Re: How to use ADO fast?
- References:
- Re: How to use ADO fast?
- From: W.G. Ryan - MVP
- Re: How to use ADO fast?
- From: Cor Ligthert [MVP]
- Re: How to use ADO fast?
- From: W.G. Ryan - MVP
- Re: How to use ADO fast?
- From: Cor Ligthert [MVP]
- Re: How to use ADO fast?
- From: Miha Markic [MVP C#]
- Re: How to use ADO fast?
- From: Cor Ligthert [MVP]
- Re: How to use ADO fast?
- Prev by Date: Re: Increment a Rowcounter in ADO.NET 2.0
- Next by Date: Re: How to use ADO fast?
- Previous by thread: Re: How to use ADO fast?
- Next by thread: Re: How to use ADO fast?
- Index(es):
Relevant Pages
|
Loading