Click here to Skip to main content
15,914,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDeployment error Pin
Clement Siby31-May-09 3:29
Clement Siby31-May-09 3:29 
AnswerRe: Deployment error Pin
Ramesh Swaminathan31-May-09 4:51
Ramesh Swaminathan31-May-09 4:51 
GeneralRe: Deployment error Pin
Clement Siby31-May-09 4:55
Clement Siby31-May-09 4:55 
GeneralRe: Deployment error Pin
Ramesh Swaminathan31-May-09 5:01
Ramesh Swaminathan31-May-09 5:01 
GeneralRe: Deployment error Pin
Clement Siby31-May-09 6:12
Clement Siby31-May-09 6:12 
QuestionConnecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 3:13
eginteractive31-May-09 3:13 
AnswerRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
mrcooll31-May-09 3:25
mrcooll31-May-09 3:25 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 3:27
eginteractive31-May-09 3:27 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
mrcooll31-May-09 3:31
mrcooll31-May-09 3:31 
AnswerRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
Ramesh Swaminathan31-May-09 3:28
Ramesh Swaminathan31-May-09 3:28 
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 
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 

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.