-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Coroebus
on
06-16-2009, 11:56 AM
Hello,
thank you for your help.
1) Is OWA and MSCRM 4 running on the same machine?
Yes, and they works fine
2) What ports are they running on (80 and 5555)? Are they all via clear text? No SSL?
CRM : http://10.0.0.3:5555 port 5555
OWA : http://10.0.0.3/owa port 80
SSL is configured but not used
3) How many such machines do ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Coroebus
on
06-16-2009, 5:25 AM
Hello,
I'm trying to publish Owa and MSCRM 4 with ARR.
OWA is exposed on port 80 and MSCRM on port 5555 on the same machine
from the ARR server I can use Owa with this URL : http://10.0.0.3/OWA
and MSCRM http://10.0.0.3:5555
Can you tel me what rules i have to create to publish them ?
Thanks a lot
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Coroebus
on
03-05-2009, 10:05 AM
Hello,
thanks for your help. I should have missed something because I get a 404 error as if redirecting won't be enabled.
Should i do something after installing ARR ?
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Coroebus
on
03-04-2009, 7:05 AM
Hello,
i'm planning to deploy this config :
A W2k8 x64 with a Hyper-V hosted W2K3. W2K8 and W2K3 ar both Web Server.
W2K8 host http://www.mywebsite.com and W2K3 is not available from internet, only from W28
How can I expose W2K3 web site at this URL : http://www.mywebsite.com/test ?
Thank a lot
-
Posted to
IIS7 - General
by
Coroebus
on
10-27-2008, 12:59 PM
here http://web.ngri.fr/testDL.zip
in the zip 2 files, just file correct values in the web.config and it works.
thank you very much
-
Posted to
IIS7 - General
by
Coroebus
on
10-27-2008, 3:37 AM
Sorry but it don't change anything. With W2K8, it seems to exist a buffer wich store the chunks for the client. Does it right ? how can i disable it ?
Thanks for any help
-
Posted to
IIS7 - General
by
Coroebus
on
10-23-2008, 9:01 AM
Does anybody test it and obtain the same result ?
-
Posted to
IIS7 - General
by
Coroebus
on
10-21-2008, 3:22 AM
yes, I tried it both with Integrated Pipeline and Classic Mode. The result is exactly the same.
Another thing i notice, it work perfectly with VS2008 developper server on Vista 64.
Thanks a lot
-
Posted to
IIS7 - General
by
Coroebus
on
10-20-2008, 5:05 AM
Hello,
During a migration of IIS6 with IIS7, I noticed a strange behavior:
We use System.IO.St ream to allow to download large files without requesting the memory too much.
In the example which follows, there is a page which makes it possible to download a large file with 2 sending of email (one with the launching of the download and the other ...
-
Posted to
IIS7 - General
by
Coroebus
on
10-13-2008, 10:40 AM
hello,
Nobody can help me ?
Here the code to reproduce this Issue :
Default.apx<%@ Page Language="VB" %>
<%@ Import Namespace="System.Net.Mail" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script ...