Question

I was setting up my web.config for subdomain single login. I had to set up Machine key. How can I generate machine key? RIght now i'm using key from this example:

ASP.NET Identity Cookie across subdomains

But I suppose that if it works I have to generate somehow my own key?

Was it helpful?

Solution

You can use the tool

Machine Key Generator

OTHER TIPS

If you have IIS manager installed, you can generate machine keys from there by selecting your application. You can also apply them to the web.config file to save them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top