SSL and .NET VS - help!
From: derik (d_prid_at_yahoo.com)
Date: 07/23/03
- Previous message: Eugene V. Bobukh [MS]: "Re: Exporting Code Group to an XML file"
- In reply to: Otto: "SSL and .NET VS - help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 23 Jul 2003 14:39:20 -0700
I changed that file and it didn't really do anything, but
I also changed another web configuration file connected
with the project in a similar way and got a different
error: instead of giving the 403 error it says "the
certificate authority is invalid or incorrect." At least
its looking in the right place for the page. I suppose
thats a little better, but I still can't get the project
open. I tried to find some place where I might need to
install or trust the certificate like you would in
Internet Explorer, but didn't see anything. I can't
believe there isn't better support for doing something
like this (actually, I can't believe that requiring SSL
is breaking things in VS in the first place.) Right now
my plan is to undo those web configuration file changes,
disable SSL, continue developing the site (though some of
the problems only crop up when SSL is enabled. doh), and
in the meantime look for another solution.
Further comments are more than welcome!!
-Derik
>-----Original Message-----
>In the the actual folder where your project files
reside,
>there is a webinfo file that contains lines like this:
>
>VisualStudioUNCWeb>
> <Web URLPath
>= "http://localhost/foldernmae/projectname.vbproj" />
></VisualStudioUNCWeb>
>
>The name of the file is something like
>ProjectName.vbproj.webinfo.
>
>The tag above should match the urlpath. Check that for
>possible solution.
>
>
>>-----Original Message-----
>>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.
>>.
>>
>.
>
- Previous message: Eugene V. Bobukh [MS]: "Re: Exporting Code Group to an XML file"
- In reply to: Otto: "SSL and .NET VS - help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]