Hi,
I have a ASP .Net (IIS 6) website that uses SQL XML to fetch data from SQL Server. Two SQL XML virtual directories are created (for RO and RW operations). Now if we try to access the directories through IP address, it works all fine but if domain name is used I get an error, i.e.
"The underlying connection was closed: Unable to connect to the remote server."
Also one more interesting thing to know is, one more website runs on same port (80) with host header settings.
Any pointers on why this would happen would be more than appreciated.
Cheers,
Sanjeev Purohit
I have a ASP .Net (IIS 6) website that uses SQL XML to fetch data from SQL Server. Two SQL XML virtual directories are created (for RO and RW operations). Now if we try to access the directories through IP address, it works all fine but if domain name is used I get an error, i.e.
"The underlying connection was closed: Unable to connect to the remote server."
Also one more interesting thing to know is, one more website runs on same port (80) with host header settings.
Any pointers on why this would happen would be more than appreciated.
Cheers,
Sanjeev Purohit
Comment