I have two web applications running under .NET4. Both the web applications are hosted on same server. I have two questions here:
Will both of these applications share same machine key? How can I have different machine keys for different applications
If they are different applications, the default settings will give them a different machineKey. That's what
IsolateApps
is for.And IsolateApps means...