SSL and .NET VS - help!
From: derik (d_prid_at_yahoo.com)
Date: 07/22/03
- Next message: Kevin MacDonald: "User and Group permissions on a folder"
- Previous message: Scott Herter: "Event not called when run from URL"
- Next in thread: Otto: "SSL and .NET VS - help!"
- Reply: Otto: "SSL and .NET VS - help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 22 Jul 2003 12:48:52 -0700
I recently configured IIS 5.0 on my XP server to require
SSL connections. This is working fine as far as serving
the .NET web pages. However, I cannot open the project in
Visual Studio to work on the code, because VS seems to
want to use http://locahost/MyApplication as the project
folder.
Here's the error I get:
The default Web access mode for this project is set to
file share, but the project folder
at 'http://localhost/MyApplication' cannot be opened with
the path 'c:\inetpub\wwwroot\MyApplication'. The error
returned was:
Unable to open Web project 'MyApplication'. the file
path 'c:\inetpub\wwwroot\MyApplication' does not
correspond to the URL 'http://localhost/MyApplication.
The two need to map to the same server location. HTTP
Error 403: Access Forbidden.
- Next message: Kevin MacDonald: "User and Group permissions on a folder"
- Previous message: Scott Herter: "Event not called when run from URL"
- Next in thread: Otto: "SSL and .NET VS - help!"
- Reply: Otto: "SSL and .NET VS - help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|