Rob Beardsworth [MSFT]
Guest
|
Posted:
Fri Mar 18, 2005 11:30 pm Post subject:
RE: Correct deployment setup |
|
|
HI,
the Virtual Directory is required to RUN the component, we place the
Proxy file in the virtual directory so that it is easy to find. Why do you
say you have to copy the proxy file to the \bin directory? The proxy file
is ONLY used by the client of the TI Object (not by the TI Object itself),
so the proxy file needs to go wherever the client program will go. You have
to see your the Client of the TI Object and the Proxy as a unit, keep them
together at all times.
If you put your Web Service in the same Virtual Directory, you will just
have to be aware that both things (your Web Service and the TI Object's)
will be sharing the Security settings of the Virtual Directory AND any
settings that are in the web.config. If this is fine for you, then go ahead.
Rob Beardsworth
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: haibhoang@gmail.com
Newsgroups: microsoft.public.hiserver.general
Subject: Correct deployment setup
Date: 18 Mar 2005 07:18:59 -0800
Organization: http://groups.google.com
I want to call my TI component from a web service. By default, TI
component requires you to create a IIS virtual directory for its proxy
file. Should I reuse this virtual directory for my web service site
also? What are the benefits and drawbacks for both setup?
Also, I have to manually copy the proxy file into the BIN directory
everytime. Is there a way to do this automatically? |
|