Tagged Questions
7
votes
3answers
4k views
Uses for MachineKey in ASP.NET
What different ways are Machine Keys useful in asp.net?
I think the following are correct but thought there may be more.
Multiple applications can use the same cookie
Multiple servers can work with ...
2
votes
1answer
630 views
How does WebResources.axd or ScriptResources.axd actually work?
Where can I learn how WebResources.axd or ScriptResources.axd actually works?
What is the string that is appended to the .axd? Does this string change, or is it constant? Is it page, session ...
0
votes
1answer
93 views
Is this an Indexed Property, yea or nea?
I'm trying to get the current machineKey that is being used to encrypt/decrypt my ViewState, etc. in an attempt to debug another issue. (My app is in a server farm and there are machine keys set in ...