Clustering

1

I have to do a clustered C # application, what happens is that I do not know what to do. It is a simple application. Does anyone have any examples of such an application that I can make available?

    
asked by anonymous 12.05.2015 / 07:29

1 answer

1

Dude depends on how your cluster will be. Today I have an application that runs on a VM cluster and inside the cluster I have a VM with IIS. I did not have to make any changes to the application. Now if your your application runs in an IIS farm you will have to use SQL to store your sessions.

I think this article should give you an idea how to get started

link

Embrace

    
12.05.2015 / 15:36