Click here to Skip to main content
15,909,953 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to Redirect from one URL to another??? Pin
bijeshputhalath16-Jul-07 1:18
bijeshputhalath16-Jul-07 1:18 
GeneralRe: How to Redirect from one URL to another??? Pin
Sathesh Sakthivel16-Jul-07 3:12
Sathesh Sakthivel16-Jul-07 3:12 
GeneralRe: How to Redirect from one URL to another??? Pin
ballameharmurali16-Jul-07 1:58
ballameharmurali16-Jul-07 1:58 
QuestionASP .NET Random Unhandled Exception Pin
Aaron Hudson15-Jul-07 21:55
Aaron Hudson15-Jul-07 21:55 
AnswerRe: ASP .NET Random Unhandled Exception Pin
Guffa15-Jul-07 22:04
Guffa15-Jul-07 22:04 
GeneralRe: ASP .NET Random Unhandled Exception Pin
Aaron Hudson15-Jul-07 23:37
Aaron Hudson15-Jul-07 23:37 
GeneralRe: ASP .NET Random Unhandled Exception Pin
Aaron Hudson16-Jul-07 8:37
Aaron Hudson16-Jul-07 8:37 
AnswerRe: ASP .NET Random Unhandled Exception Pin
Guffa16-Jul-07 12:07
Guffa16-Jul-07 12:07 
The connection fails with the error message "Unspecified error".

The most common reason for this is when you run out of available connections because you haven't closed the previous connections properly.

The database driver only allows 64 simultaneous connections to the database. If you don't close the connections properly, they will remain open until the connection itself times out. When there are 64 connections already open, the database will not accept more connections.

The typical behaviour for this problem is that the database stops accepting connections for a few minutes, then starts working again when one of the connections times out.

---
single minded; short sighted; long gone;

GeneralRe: ASP .NET Random Unhandled Exception Pin
Aaron Hudson16-Jul-07 21:10
Aaron Hudson16-Jul-07 21:10 
AnswerRe: ASP .NET Random Unhandled Exception Pin
Guffa17-Jul-07 1:54
Guffa17-Jul-07 1:54 
QuestionDate Validator Pin
Prajin15-Jul-07 21:42
Prajin15-Jul-07 21:42 
AnswerRe: Date Validator Pin
Vasudevan Deepak Kumar15-Jul-07 21:50
Vasudevan Deepak Kumar15-Jul-07 21:50 
QuestionHow to create a Setup Pin
Sam.M15-Jul-07 21:22
Sam.M15-Jul-07 21:22 
AnswerRe: How to create a Setup Pin
Vasudevan Deepak Kumar15-Jul-07 21:28
Vasudevan Deepak Kumar15-Jul-07 21:28 
GeneralRe: How to create a Setup Pin
Sam.M15-Jul-07 21:35
Sam.M15-Jul-07 21:35 
GeneralRe: How to create a Setup Pin
Vasudevan Deepak Kumar15-Jul-07 21:47
Vasudevan Deepak Kumar15-Jul-07 21:47 
Questionhow can i disable save as option of IExplorer Pin
koolprasad200315-Jul-07 21:20
professionalkoolprasad200315-Jul-07 21:20 
AnswerRe: how can i disable save as option of IExplorer Pin
Vasudevan Deepak Kumar15-Jul-07 21:28
Vasudevan Deepak Kumar15-Jul-07 21:28 
JokeRe: how can i disable save as option of IExplorer Pin
N a v a n e e t h15-Jul-07 21:31
N a v a n e e t h15-Jul-07 21:31 
GeneralRe: how can i disable save as option of IExplorer Pin
Vasudevan Deepak Kumar15-Jul-07 21:41
Vasudevan Deepak Kumar15-Jul-07 21:41 
GeneralRe: how can i disable save as option of IExplorer Pin
N a v a n e e t h15-Jul-07 23:05
N a v a n e e t h15-Jul-07 23:05 
QuestionMigration problem Pin
yuvachandra15-Jul-07 21:10
yuvachandra15-Jul-07 21:10 
AnswerRe: Migration problem Pin
-Dr_X-18-Jul-07 10:16
-Dr_X-18-Jul-07 10:16 
QuestionHow to set calender control default year when it loaded Pin
rahul.net1115-Jul-07 20:51
rahul.net1115-Jul-07 20:51 
AnswerRe: How to set calender control default year when it loaded Pin
PrakashBhaskar15-Jul-07 21:11
PrakashBhaskar15-Jul-07 21:11 

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.