Tagged Questions

3
votes
1answer
39 views

Setting validationKey at server vs. site vs. app level

Our production environment has three load-balanced servers. On each server, there are nine sites in IIS. In each site, there are between 1 and 15 different apps. To maintain proper ...
2
votes
1answer
1k views

How to find a server's machinekey if it wasn't set

Trying to transfer servers but a connection string is encrypted and there is no machinekey set in the web.config. Is there anyway to find out what the machinekey was on the old server so we can set ...
1
vote
2answers
1k views

Adding machineKey to web.config on web-farm sites

We (out IT partner really) recently changed some DNS for a web farmed site we have so that the two production server have round-robin DNS switching between the two. Prior to this switch we didn't ...
0
votes
0answers
37 views

Where to store the encryption key?

I am willing to create a page that will aloow me encrypt\decrypt my connection strings. So this is what I made: <asp:ListView ID="lstConnectionStrings" runat="server"> ...
0
votes
1answer
142 views

Visual Studio SharePoint solution overwrites machineKey

Exactly what it says on the tin - any time I make a change in a SharePoint 2010 solution which results in web.config being updated by visual studio, it makes changes to the element <machineKey ...
0
votes
1answer
136 views

ASPX Anonymous Cookies broken when Machine Key Changed

My company recently got hit with a traffic spike, so we tried to fire up additional EC2 instances to handle the load. Unfortunately, this caused users problems with cookies (i.e. site kept asking for ...
0
votes
1answer
359 views

About Security of machinekey

We have a scenario using asp.net Forms Authentication in a web farm and need to setup identical <machinekey /> sections on each servers .config file. Is it better to store the <machinekey ...
0
votes
1answer
263 views

How to set the machine key to be the same for 2 web applications?

I have 2 web applications where I have to set the machine key to be the same in the web.config. Where do I get the machine key from?