Hi
I want supporting my project in two different systems on Web Farm - (server 2008 R2, and server 2012 R2)
The Web Farm has 3 virtual machine.
1.Controller
2.Primary server
3.Secondary Server
Server 2008 R2 with WFF - work fine !
- Use SignalR and Session (SQL Server - ASP.NET state service)
Server 2012 R2 - does not workproperly!
Use the same setting that was in Server 2008, but in 2012 still does not work properly when debugging I found one difference between 2008 server and Server 2012 - sizes of files .xap and other, downloaded on the client computer does not match reality.
for example:
in server 2008 r2 - download one file (SampleName.xap) with size - 2,4 Mb
in server 2012 r2 -the same file (SampleName.xap) was downloaded with size ~ 0.7 Mb, same times 1Mb
Note.
Access to Controller on Server 2008 r2 – I use http://Controller (controller was added locally in hosts).
Access to Controller on Server 2012 r2 - used http://SameDomain.com:2992, in the router configuration, I redirected to IP: 80 on controller machine.