.NET Auto-Deploy app through ISA Server

N

Norm Dotti

I got asked about any known issues in running an
autodeploy winform app through an ISA Server. The winform
client makes web services calls back to the server (and
again through the ISA Server) that it was autodeployed
from. Is anyone aware of any issues with this scenario?
Supposedly all caching is turned off on the ISA Server.
Thanks.
 
Y

Ying-Shen Yu[MSFT]

Hi Norm,

From my understanding, you want to auto deploy a winform app to your
clients which were behind an ISA Server, your client will make WebService
Requests to the server, server will not call back to the client. Please
correct me, if I misunderstood your problem.

Normally, auto-deploy app is based on HTTP protocol and your WebService is
also use HTTP or HTTPS protocol, If your client can connect to the port 80
and 443 of the server, you should be able to do autodeploy.
If you got any problem, you may look at the fusion log to see which step
causes the problem, you may read this document to see how to view the
fusion log
<Assembly Binding Log Viewer (Fuslogvw.exe)>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/htm
l/cpgrfFusionLogViewerFuslogvwexe.asp

Thanks!

Best regards,

Ying-Shen Yu [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, "online" should be removed before
sending.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top