Click here to Skip to main content
15,881,852 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 3:32
eginteractive31-May-09 3:32 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
Ramesh Swaminathan31-May-09 3:36
Ramesh Swaminathan31-May-09 3:36 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 3:38
eginteractive31-May-09 3:38 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
Ramesh Swaminathan31-May-09 3:44
Ramesh Swaminathan31-May-09 3:44 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 3:46
eginteractive31-May-09 3:46 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
Ramesh Swaminathan31-May-09 3:52
Ramesh Swaminathan31-May-09 3:52 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 3:55
eginteractive31-May-09 3:55 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] [modified] Pin
Ramesh Swaminathan31-May-09 4:08
Ramesh Swaminathan31-May-09 4:08 
I assume that you have used SQL Server database in your application.

How do you create SQL server database in the server. Using SQL Management Studio?. if so, then you can see the server name, database name and also you need to enter password.

Assume that erik_database is name of the SQL database and aspadmin is the user name, 'YourServerName' is the server name, 'YourPassword' is the password to be used connect with database, then connection string in your web.config should be as below


<add name="connectionString" connectionString="Database=erik_database;server=YourServerName;Uid=aspadmin;pwd=YourPassowrd" providerName="System.Data.SqlClient"/>

modified on Sunday, May 31, 2009 11:04 AM

GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 4:11
eginteractive31-May-09 4:11 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
Ramesh Swaminathan31-May-09 4:22
Ramesh Swaminathan31-May-09 4:22 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 8:45
eginteractive31-May-09 8:45 
Questionc# retrieve total non-paged memory usage remotely Pin
jw0rd31-May-09 3:03
jw0rd31-May-09 3:03 
Generalwhen to use state server out procees session and sql server out process session Pin
sunkrajesh31-May-09 2:26
sunkrajesh31-May-09 2:26 
GeneralRe: when to use state server out procees session and sql server out process session Pin
Ramesh Swaminathan31-May-09 4:32
Ramesh Swaminathan31-May-09 4:32 
QuestionHow to create a TAB page in ASP.NET!! Pin
Sr...Frank31-May-09 1:37
Sr...Frank31-May-09 1:37 
AnswerRe: How to create a TAB page in ASP.NET!! Pin
mrcooll31-May-09 3:26
mrcooll31-May-09 3:26 
AnswerRe: How to create a TAB page in ASP.NET!! Pin
Ramesh Swaminathan31-May-09 3:34
Ramesh Swaminathan31-May-09 3:34 
QuestionDetailed exception from webservice while customError mode is "On" Pin
offengenden31-May-09 0:53
offengenden31-May-09 0:53 
QuestionRe: Detailed exception from webservice while customError mode is "On" Pin
Mountains2Hike9-Jun-09 7:55
Mountains2Hike9-Jun-09 7:55 
AnswerRe: Detailed exception from webservice while customError mode is "On" Pin
offengenden9-Jun-09 9:06
offengenden9-Jun-09 9:06 
GeneralRe: Detailed exception from webservice while customError mode is "On" Pin
Mountains2Hike9-Jun-09 10:12
Mountains2Hike9-Jun-09 10:12 
QuestionChange Crystal Reports CSS Path Pin
Tamimi - Code30-May-09 22:18
Tamimi - Code30-May-09 22:18 
AnswerRe: Change Crystal Reports CSS Path Pin
Ramesh Swaminathan31-May-09 5:29
Ramesh Swaminathan31-May-09 5:29 
GeneralRe: Change Crystal Reports CSS Path Pin
Tamimi - Code31-May-09 21:10
Tamimi - Code31-May-09 21:10 
QuestionReading & Modifying data grid cell entries Pin
ashutosh_karna30-May-09 11:23
ashutosh_karna30-May-09 11:23 

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.