web-farm
Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?
I have what I think is a fairly complicated question so I will do my best to articulate it here. I am looking for a single sign on (SSO) solution. I am aware of many of the options out there but have[详细]
2023-04-11 20:00 分类:问答Data caching for an ASP.NET website in a web farm environment
I\'ve done some searching and haven\'t found a specific answer. Anyhow, I was wondering how most medium sized ASP.NET based websites cache data so that they don\'t always have to database look ups for[详细]
2023-04-04 19:58 分类:问答Rolling Deployment of a web application in a web farm
We have asp.net web application with sql server that is deployed on server farm with federated databases. We use stored procedures (as opposed to prepared sql statements) and inproc sessions. As part[详细]
2023-04-02 10:35 分类:问答Event Log - Viewstate verification failed
Recently we upgraded our system from .net 1.1 to .net 2.0. Since doing so we have been getting errors in our event logs with the following error about every minute. It\'s weird but all client ips or u[详细]
2023-03-24 18:27 分类:问答web farm application issue with compilation
I have an application in a web farm which it consists of 4 web servers. Every time I made a change on the application and I upload it o开发者_运维技巧n the server I am getting an error which said that[详细]
2023-03-11 12:33 分类:问答Is there any documentation for the RegKey provider for Web Farm Framework?
Is there any docu开发者_如何学编程mentation out there for the \"Application Provisioning\" providers in the Web Farm Framework?Of course I find part of the answer right after I post my question :). I[详细]
2023-03-02 20:30 分类:问答ASP.Net 4.0 web farm caching
In ASP.Net 4.0 which is the best way of storing the cache object when we go with webfarm , 1) Windows Server AppFabric[详细]
2023-02-22 12:26 分类:问答URL Rewrite, Web Farm, and ASP.NET MVC 3: The virtual path 'null' maps to another application, which is not allowed
For reference: Scott Guthrie\'s Microsoft Web Farm entry. Using Microsoft Web Farm, you put a "URL Rewrite" to direct inbound traffic to the web farm.Using ASP.NET MVC 3, I get the following[详细]
2023-02-18 01:59 分类:问答ARR and MVC3: The virtual path 'null' maps to another application, which is not allowed
I followed Scott Guthrie\'s suggestion of 开发者_运维知识库trying Microsoft Web Farm Framework, added Application Request Routing, and added an ASP.NET MVC 3 unmodified website.If I remove the inbound[详细]
2023-02-17 07:45 分类:问答Authentication with a Web farm
Given the idea of a web application (.NET 3.5+) Browser web app the authentication using forms will result in a similar line of code[详细]
2023-02-12 23:12 分类:问答