Click here to Skip to main content
15,920,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: videos in webpage Pin
Christian Graus17-Aug-09 20:30
protectorChristian Graus17-Aug-09 20:30 
QuestionAsp.net forum application Pin
benams17-Aug-09 18:37
benams17-Aug-09 18:37 
AnswerRe: Asp.net forum application Pin
Christian Graus17-Aug-09 19:15
protectorChristian Graus17-Aug-09 19:15 
Questionasp.net form authentication Pin
lofland17-Aug-09 16:06
lofland17-Aug-09 16:06 
AnswerRe: asp.net form authentication Pin
Christian Graus17-Aug-09 16:16
protectorChristian Graus17-Aug-09 16:16 
GeneralRe: asp.net form authentication Pin
lofland17-Aug-09 16:29
lofland17-Aug-09 16:29 
GeneralRe: asp.net form authentication Pin
Christian Graus17-Aug-09 16:49
protectorChristian Graus17-Aug-09 16:49 
GeneralRe: asp.net form authentication Pin
lofland17-Aug-09 17:02
lofland17-Aug-09 17:02 
When you drag the server authentication controls on to your page for the first time Visual Studio creates all the tables and the database.
The database exists within the web application.

I have code that connects to SQL server 2005 tables and I have connection stings for that.
However in the book I am reading, it says if I want to use SQL server instead of SQL Express for authentication, I need to modify the web.config file and clear out all the existing connection strings and replace it with

<add name="LocalSQLServer" providername="System.Data.Sqlclient"
connectionstring="Data source=localhost;integrated security=SSPI;
AttachDBFilename=|Datadiretory|aspnetdb.mdf;user intance=true">

My problem is I have other connection strings that I use for my website that I still need.

Does this make sense?
GeneralRe: asp.net form authentication Pin
lofland17-Aug-09 17:06
lofland17-Aug-09 17:06 
GeneralRe: asp.net form authentication Pin
Christian Graus17-Aug-09 17:13
protectorChristian Graus17-Aug-09 17:13 
QuestionMasked Edit Script Error Pin
smlud117-Aug-09 14:01
smlud117-Aug-09 14:01 
AnswerRe: Masked Edit Script Error Pin
Christian Graus17-Aug-09 14:04
protectorChristian Graus17-Aug-09 14:04 
GeneralRe: Masked Edit Script Error [modified] Pin
smlud118-Aug-09 2:36
smlud118-Aug-09 2:36 
QuestionImplementing MVC vs built-in MVC Pin
Quake2Player17-Aug-09 11:30
Quake2Player17-Aug-09 11:30 
AnswerRe: Implementing MVC vs built-in MVC Pin
Christian Graus17-Aug-09 11:38
protectorChristian Graus17-Aug-09 11:38 
AnswerRe: Implementing MVC vs built-in MVC Pin
Not Active17-Aug-09 12:40
mentorNot Active17-Aug-09 12:40 
GeneralRe: Implementing MVC vs built-in MVC Pin
Quake2Player17-Aug-09 13:41
Quake2Player17-Aug-09 13:41 
Questiongetting at object properties in an arraylist Pin
BPatt17-Aug-09 10:59
BPatt17-Aug-09 10:59 
AnswerRe: getting at object properties in an arraylist Pin
Christian Graus17-Aug-09 11:39
protectorChristian Graus17-Aug-09 11:39 
GeneralRe: getting at object properties in an arraylist Pin
BPatt17-Aug-09 16:38
BPatt17-Aug-09 16:38 
Questionhow to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 10:26
Seraph_summer17-Aug-09 10:26 
AnswerRe: how to integrate pseudo css style into ASP.net Pin
Abhijit Jana17-Aug-09 10:33
professionalAbhijit Jana17-Aug-09 10:33 
GeneralRe: how to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 10:51
Seraph_summer17-Aug-09 10:51 
GeneralRe: how to integrate pseudo css style into ASP.net Pin
Abhijit Jana17-Aug-09 11:05
professionalAbhijit Jana17-Aug-09 11:05 
GeneralRe: how to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 11:21
Seraph_summer17-Aug-09 11:21 

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.