Ask a Question related to ASP.NET Security, Design and Development.
-
Andrew #1
Machine Key?
I have a web site that needs to pass some data over the URL. I don't think
this data is super-sensitive, but certainly some potential client or
customer might think it is. I am successfully encrypting and decrypting my
data using the RijndaelManaged provider in System.Security.Cryptography and
am using a GUID as a key and I think all is fine.
Question:
1. Is there some place that I can store this key other than the registry
that will be easy for the user to change. I am thinking the key needs to be
the same across multiple servers in the event that this is used on a server
farm. I could put it in the config file? I have also read about using the
machine key, but how can I read / retrieve that key?
2. I have a custom server control that needs to access this key. Reading a
config file at design time is not very clean. Again, I think about the
machine config file and the machine key? How about using a resource?
-Andrew
Andrew Guest
-
filecopy from remote machine to local machine
Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =... -
login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP... -
Getting files from a Win 2000 machine to a Windows XP machine
Hi. I've just bought a machine with Windows XP Pro on it and want tto transfer several thousand files from my Win2000 laptop. The laptop has a LAN... -
can't get 2000 machine to read xp pro machine
Hi, Any advice would be great, thanks!!! I have three machines. A. work laptop w2k B. home lap w2k C. Home XP. I am trying to get them... -
How to duplicate whole database from one machine to another machine in Windows 2000?
Would you please what files I have to copy? Thanks. "Ban Spam" <ban-spam@operamail.com> wrote in message... -
[MSFT] #2
RE: Machine Key?
Hello Andrew,
With MachineKey, ASP.NET can generates a random key and stores it in the
Local Security Authority (LSA). I think this is a better solution than save
the key in a config file or registry. You may take a look at :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/ht
ml/gngrfmachinekeysection.asp
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q312906
Luke
[MSFT] Guest



Reply With Quote

