Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
State server session and SQL Serevr session are useful when you deploy your application in web Garden or Web Farm environment.

Web garden is a scenario in which a single server machine has multiple aspnet worker processes running simultaneously. The server should have multiple processor.

Web Farm is a method of hosting a web site in a cluster of servers. The web request to the web application will be handled by multiple servers.

StateServer is faster than SqlServer session. But SQL Server is more reliable and used for mission critical applications.

Check this link[^]
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 
AnswerRe: Reading & Modifying data grid cell entries Pin
Baran M30-May-09 21:03
Baran M30-May-09 21:03 
GeneralRe: Reading & Modifying data grid cell entries Pin
Baran M31-May-09 21:23
Baran M31-May-09 21:23 
QuestionRetrieve value from Dynamic textbox Pin
smraj150330-May-09 3:11
smraj150330-May-09 3:11 
AnswerRe: Retrieve value from Dynamic textbox Pin
N a v a n e e t h30-May-09 3:51
N a v a n e e t h30-May-09 3:51 
QuestionGrouping Pin
Laxmi R30-May-09 1:39
Laxmi R30-May-09 1:39 
AnswerRe: Grouping Pin
Blue_Boy30-May-09 1:42
Blue_Boy30-May-09 1:42 

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.