I have an asp.net web application in an internal windows domain which calls a wcf-service. In the wcf-开发者_运维百科service I use the SecurityContext.Identity.Name, so it needs impersonation.
I want to be able to distribute bundles of files, about 500 MB per bundle, to all machines on a corporate \"extranet\" (which is basically a few LANs connected using various private mechanisms, includ
For our company I\'m creating a big Extranet website which will feature a set of sub-applications. I\'m a bit puzzled by what should be the right setup of the solution and projects.