Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

https and deployment project (IIS 5.0)

Status
Not open for further replies.

wrbodine

Programmer
Aug 24, 2000
302
US
Hi,

We have an asp.net project that we're copying from our development web server to the live web server (IIS 5.0, Windows 2000). This was giving us some problems just moving the pages, so we created a deployement project within Visual Studio .NET and it worked great. Now we want to use https:// for a more secure site, using port 443 instead of port 80. In the setup of the deployment project you can choose the port, and we picked 443, but then encountered the following error:

The specified path ' is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the status of this virtual directory in the Internet Services Manager.

Is there a way to use a deployment project and also use https?

Thanks much,
Ray
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top