Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to move session database connection string to Registry?

Reply
Thread Tools

How to move session database connection string to Registry?

 
 
Jason
Guest
Posts: n/a
 
      05-16-2007
Does anyone know how to move session database connection string from
web.config to Registry in .NET 2.0? I know there is a way to do that in 1.1.
But I don't know how to do that in 2.0. Thanks.


 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      05-17-2007
"Jason" <> wrote in message
news:...

> Does anyone know how to move session database connection string from
> web.config to Registry in .NET 2.0? I know there is a way to do that in
> 1.1. But I don't know how to do that in 2.0. Thanks.


Do you mean this
http://support.microsoft.com/kb/329290


--
http://www.markrae.net

 
Reply With Quote
 
 
 
 
Jason
Guest
Posts: n/a
 
      05-17-2007
Thanks for your quick response. That is what I did for my asp.net 1.1
applications. But it only applies to 1.1 as indicated in the bottom of the
post. Do you know how to do something similar in 2.0?

"Mark Rae" <> wrote in message
news:...
> "Jason" <> wrote in message
> news:...
>
>> Does anyone know how to move session database connection string from
>> web.config to Registry in .NET 2.0? I know there is a way to do that in
>> 1.1. But I don't know how to do that in 2.0. Thanks.

>
> Do you mean this
> http://support.microsoft.com/kb/329290
>
>
> --
> http://www.markrae.net



 
Reply With Quote
 
Mark Rae
Guest
Posts: n/a
 
      05-17-2007
"Jason" <> wrote in message
news:...

> Thanks for your quick response. That is what I did for my asp.net 1.1
> applications. But it only applies to 1.1 as indicated in the bottom of the
> post. Do you know how to do something similar in 2.0?


Apologies - didn't read your post closely enough...

Here's a way to use the Registry in ASP.NET 2.0:
http://choosing-a-blog-url-sucks.blo...tility-to.html

However, it't not actually necessary in ASP.NET 2.0, as you can encrypt
individual parts of web.config:
http://aspnet.4guysfromrolla.com/articles/021506-1.aspx



--
http://www.markrae.net

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
Writing move constructors and move assignment Andrew Tomazos C++ 2 12-12-2011 01:45 PM
I am trying to move spaces to a weblistbox and when I move them... Eduardo78 ASP .Net Web Controls 0 11-03-2005 06:06 PM



Advertisments