K
Katie Gibson
This did not happen with Framework 1.0.
When we do a 'Copy Project" of our asp.net application via Visual
Studio 2003 using FrontPage Extensions to our servers that have either
IIS 5 (deployment server) or IIS 6 (test server) with the 1.1
framework, we get the following error:
"An error occurred while copying the project
'http://1.2.3.4/zzz.vbproj'. The web server reported the following
error when attempting to create or open the web project located at the
following URL: 'http://1.2.3.4/zzz' The certificate authority is
invalid or incorrect."
Note that we are deploying to an IP address, not a domain name. Also
note that a Versign certificate is installed on the deployment server
and has been issued to the server's domain name. The test server has a
self-issued certificate.
We believe this to be a bug, or at least inconsistent behavior.
We have discovered two workarounds:
1. On both servers, if we use the Internet Services Manager to require
that a secure channel be used for our entire application (the virtual
directory on down), then we can copy the project over to both servers
without the above error. Then we change the ISM setting back to not
require a secure channel for the entire application after the project
is copied over.
2. If we copy the project to the domain name (www.xyz.com) of the
deployment server instead of the IP address, 1.2.3.4, then we don't
get this error message regardless of the application's SSL settings
within ISM.
Has anyone else run into this problem?
Thanks,
Katie
When we do a 'Copy Project" of our asp.net application via Visual
Studio 2003 using FrontPage Extensions to our servers that have either
IIS 5 (deployment server) or IIS 6 (test server) with the 1.1
framework, we get the following error:
"An error occurred while copying the project
'http://1.2.3.4/zzz.vbproj'. The web server reported the following
error when attempting to create or open the web project located at the
following URL: 'http://1.2.3.4/zzz' The certificate authority is
invalid or incorrect."
Note that we are deploying to an IP address, not a domain name. Also
note that a Versign certificate is installed on the deployment server
and has been issued to the server's domain name. The test server has a
self-issued certificate.
We believe this to be a bug, or at least inconsistent behavior.
We have discovered two workarounds:
1. On both servers, if we use the Internet Services Manager to require
that a secure channel be used for our entire application (the virtual
directory on down), then we can copy the project over to both servers
without the above error. Then we change the ISM setting back to not
require a secure channel for the entire application after the project
is copied over.
2. If we copy the project to the domain name (www.xyz.com) of the
deployment server instead of the IP address, 1.2.3.4, then we don't
get this error message regardless of the application's SSL settings
within ISM.
Has anyone else run into this problem?
Thanks,
Katie