Pregunta

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?

¿Fue útil?

Solución

You can use the tool

Machine Key Generator

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top