On Wednesday, May 16, 2012 3:36:34 PM UTC-4, Itamar Syn-Hershko wrote:
> Is the RavenDB server local to the one with the MVC app?
> On Wed, May 16, 2012 at 7:15 PM, Chris Marisic <ch...@marisic.com> wrote:
>> When using RavenDB to be accessed only in Server to Server communication
>> (MVC web app mediates all access to RavenDB) what are the optimal settings
>> for
>> store.JsonRequestFactory.ConfigureRequest += (sender, e) =>
>> {
>> var
>> httpWebRequest = ((HttpWebRequest) e.Request);
>> httpWebRequest.UnsafeAuthenticatedConnectionSharing = ?;
>> httpWebRequest.PreAuthenticate = ?;
>> };
On Wednesday, May 16, 2012 3:36:34 PM UTC-4, Itamar Syn-Hershko wrote:
> Is the RavenDB server local to the one with the MVC app?
> On Wed, May 16, 2012 at 7:15 PM, Chris Marisic <ch...@marisic.com> wrote:
>> When using RavenDB to be accessed only in Server to Server communication
>> (MVC web app mediates all access to RavenDB) what are the optimal settings
>> for
>> store.JsonRequestFactory.ConfigureRequest += (sender, e) =>
>> {
>> var
>> httpWebRequest = ((HttpWebRequest) e.Request);
>> httpWebRequest.UnsafeAuthenticatedConnectionSharing = ?;
>> httpWebRequest.PreAuthenticate = ?;
>> };