Click here to Skip to main content
15,904,156 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: I need a free hosting for asp.net with sql server, is it possible? Pin
David C# Hobbyist.19-Sep-13 7:36
professionalDavid C# Hobbyist.19-Sep-13 7:36 
AnswerRe: I need a free hosting for asp.net with sql server, is it possible? Pin
mastanp22-Sep-13 6:06
mastanp22-Sep-13 6:06 
QuestionOnline Backup in asp .net Pin
Vicky_Aryan18-Sep-13 20:01
Vicky_Aryan18-Sep-13 20:01 
AnswerRe: Online Backup in asp .net Pin
Richard MacCutchan18-Sep-13 21:01
mveRichard MacCutchan18-Sep-13 21:01 
QuestionVS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO18-Sep-13 15:10
professionalDRAYKKO18-Sep-13 15:10 
AnswerRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
Richard Deeming18-Sep-13 23:43
mveRichard Deeming18-Sep-13 23:43 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO19-Sep-13 1:43
professionalDRAYKKO19-Sep-13 1:43 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO19-Sep-13 5:04
professionalDRAYKKO19-Sep-13 5:04 
OK. I'm fairly certain that I can connect to the database, using ADO.NET (i.e. - using SqlConnection and SqlCommand classes). I also took a look at the database I created and lo and behold under the Stored Procedure I saw all the Membership sp's that are created when using the WSAT, such as "Membership_ChangePassword" and "Membership_CreateUser". So I'm confused about why I'm seeing the error (see my original post). I'm including the connectionStrings and <rolmanager> info as requested:

The ConnectionString is:

XML
<connectionStrings>
    <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
    <add name="StarfleetAcademyDBConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=StarfleetAcademyDB;Integrated Security=True" providerName="System.Data.SqlClient"/>
  </connectionStrings>


and the <rolemanager> tag is:

XML
<roleManager enabled="false">
      <providers>
        <clear/>
        <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/"/>
        <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/"/>
      </providers>
    </roleManager>


Does it matter that there are two entries for the name attribute even though the values are different? Any help you can offer would be greatly appreciated.
=======================
Every experience in life is a lesson to be learned

A. Stevens
B.S., Computer Science

GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
Richard Deeming19-Sep-13 6:38
mveRichard Deeming19-Sep-13 6:38 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO77719-Sep-13 11:38
DRAYKKO77719-Sep-13 11:38 
AnswerRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
mastanp22-Sep-13 6:24
mastanp22-Sep-13 6:24 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO77722-Sep-13 9:34
DRAYKKO77722-Sep-13 9:34 
QuestionCRYSTAL REPORT Pin
ashokm0118-Sep-13 4:22
ashokm0118-Sep-13 4:22 
QuestionHow to Click Button set loading image Pin
Member 1022227818-Sep-13 0:30
Member 1022227818-Sep-13 0:30 
QuestionAdd a httpHandlers to a configuaration Pin
Lutosław17-Sep-13 1:11
Lutosław17-Sep-13 1:11 
Questionhow to manually populate model from mvc action method (ASP.Net MVC) Pin
Tridip Bhattacharjee17-Sep-13 0:50
professionalTridip Bhattacharjee17-Sep-13 0:50 
AnswerRe: how to manually populate model from mvc action method (ASP.Net MVC) Pin
Govindaraj Rangaraj30-Sep-13 23:37
Govindaraj Rangaraj30-Sep-13 23:37 
QuestionCreate w Web Service and add it to a running ASP server. Pin
Lutosław16-Sep-13 22:56
Lutosław16-Sep-13 22:56 
QuestionWeb Service Design to be inter operable with other platforms [Solved] Pin
Ghost Leader16-Sep-13 20:58
Ghost Leader16-Sep-13 20:58 
AnswerRe: Web Service Design to be inter operable with other platforms Pin
Blikkies16-Sep-13 22:27
professionalBlikkies16-Sep-13 22:27 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Ghost Leader16-Sep-13 22:45
Ghost Leader16-Sep-13 22:45 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Blikkies16-Sep-13 22:56
professionalBlikkies16-Sep-13 22:56 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Ghost Leader16-Sep-13 23:12
Ghost Leader16-Sep-13 23:12 
QuestionNeed help with Asp.net Pin
Otekpo Emmanuel16-Sep-13 14:14
Otekpo Emmanuel16-Sep-13 14:14 
AnswerRe: Need help with Asp.net Pin
Blikkies16-Sep-13 22:09
professionalBlikkies16-Sep-13 22:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.