SSL Multiple Logon Request

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
mauroservienti
Posts: 3
Joined: Thu Sep 07, 2006 4:07 am

SSL Multiple Logon Request

Post by mauroservienti » Thu Sep 07, 2006 4:09 am

Hi,

configuring IIS6 Vault virtual folders for SSL (Requires SSL, Requires 128-bit enc) cause Visual Studio 2003/2005 to prompt for Vault Server credentials for each project in the solution.

vault version: 3.5.0

Is this behavior by design?
Is there a solution to avoid this annoyon problem?

TIA
Mauro

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Thu Sep 07, 2006 7:54 am

I believe Visual Studio should prompt with or without the SSL configured when one opens a new project. You coulld check out the use of profiles. See this article for details: http://support.sourcegear.com/viewtopic.php?t=6328

mauroservienti
Posts: 3
Joined: Thu Sep 07, 2006 4:07 am

Post by mauroservienti » Thu Sep 07, 2006 9:06 am

Hi,
Beth wrote:I believe Visual Studio should prompt with or without the SSL configured when one opens a new project. You coulld check out the use of profiles. See this article for details: http://support.sourcegear.com/viewtopic.php?t=6328
I have a Solution with 24 projects, when I open the solution VS prompts me with the Vault Dialog when it opens the first project, for the other 23 the dialog does not appear, if I try to open the same solution with SSL (IIS6 ids correctly configured) it prompts me whit the credential dialog for every of the 24 projects...

.m

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Thu Sep 07, 2006 10:04 am

I believe you will want to look at your mssccprj file for what information it has stored there.

We do have some information on modifying the MSSCCPRJ.SCC and what can be accomplished with that.
This first one is a KB article: http://support.sourcegear.com/viewtopic.php?t=2474
And here is a post with additional information:
http://support.sourcegear.com/viewtopic.php?p=25473&.

Because you first opened the project not using SSL, the information stored there is most likely that connection, and then when you connected with SSL, that information isn't there and you have to login again. You will probably have to unbind and rebind your project again to regenerate that information for logging in with SSL.

mauroservienti
Posts: 3
Joined: Thu Sep 07, 2006 4:07 am

Post by mauroservienti » Thu Sep 14, 2006 2:35 pm

Hi,

thanks a lot for the support, rebinding all the projects solved the problem.

.m

Post Reply