View Single Post
  #1  
Old 10-15-2007, 09:59 PM
CMoore CMoore is online now
Registered User
 
Join Date: 12-13-2006
Posts: 8
Error creating IIS Virtual Direction on Remote PC

Hi,

I'm getting an error when creating a virtual directory in IIS on a remote PC. It works ok to create an IIS application on a server on our LAN, but if I try to create the application on a server through the internet, I get the error:

Error in Action (JScript) script code at Line 21, Column 2 (The remote server machine does not exist or is unavailable)

I can ping the machine and I have opened the firewall to this server to allow the following protocols...is there something I am missing? Do I need to set some permissions somewhere?

RPC endpoint mapper
135/tcp, 135/udp
Network basic input/output system (NetBIOS) name service
137/tcp, 137/udp
NetBIOS datagram service
138/udp
NetBIOS session service
139/tcp
RPC dynamic assignment
1024-65535/tcp
Server message block (SMB) over IP (Microsoft-DS)
445/tcp, 445/udp
Lightweight Directory Access Protocol (LDAP)
389/tcp
LDAP ping
389/udp
LDAP over SSL
636/tcp
Global catalog LDAP
3268/tcp
Global catalog LDAP over SSL
3269/tcp
Kerberos
88/tcp, 88/udp
Domain Name Service (DNS)
53/tcp1, 53/udp
Windows Internet Naming Service (WINS) resolution (if required)
1512/tcp, 1512/udp
WINS replication (if required)
42/tcp, 42/udp

I am using version Visual Build Professional 6.2a.

Thanks,
C
Reply With Quote