HighTechTalks DotNet Forums  

Redirecting to HTTPS page from VS2005 debugger fails

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss Redirecting to HTTPS page from VS2005 debugger fails in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
=?Utf-8?B?Um9uYWxk?=
 
Posts: n/a

Default Redirecting to HTTPS page from VS2005 debugger fails - 06-07-2007 , 07:01 PM






Hi,

I use Response.Redirect(..) to go to a secure page of my test site. I use a
SSL certificate created by SelfSSL for localhost.

That works okay when I run it from a browser, but when I want to debug it
from
within VS2005 it fails to connect to a database on the secure page.

I get the following error then:
Quote:
----
Cannot open user default database. Login failed.
Login failed for user 'KERMIT\ASPNET'.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Cannot open user
default database. Login failed.
Login failed for user 'KERMIT\ASPNET'.
<----

I have a feeling it has got something to do with the ASP.NET Development
server..

Did anyone experience this behaviour before ?

Thanks

Ronald


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.