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?
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?
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
Embrace