Click here to Skip to main content
15,887,335 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncustom validator Pin
Member 821751728-Oct-11 5:14
Member 821751728-Oct-11 5:14 
AnswerRe: custom validator Pin
Brij1-Nov-11 1:45
mentorBrij1-Nov-11 1:45 
QuestionThe connection was closed unexpectedly Pin
oujeboland28-Oct-11 2:08
oujeboland28-Oct-11 2:08 
AnswerRe: The connection was closed unexpectedly Pin
Dennis E White28-Oct-11 6:14
professionalDennis E White28-Oct-11 6:14 
GeneralRe: The connection was closed unexpectedly Pin
oujeboland28-Oct-11 7:15
oujeboland28-Oct-11 7:15 
GeneralRe: The connection was closed unexpectedly Pin
Dennis E White28-Oct-11 7:30
professionalDennis E White28-Oct-11 7:30 
GeneralRe: The connection was closed unexpectedly Pin
oujeboland28-Oct-11 21:46
oujeboland28-Oct-11 21:46 
GeneralRe: The connection was closed unexpectedly Pin
Dennis E White29-Oct-11 5:16
professionalDennis E White29-Oct-11 5:16 
your exception will have everything you need to solve the problem. in it will be the stack identifying where .net was when the exception occurred as well as what the exception itself was.

just a reminder... the message about your connection ending abruptly was because of the exception and I am guessing when you added your try/catch block you ended the catch statement with a throw. you still have to do the engineering to solve the exception itself.

since I am not there to see the exception message and look at all your code I can only guide you towards finding the solution.

just a reminder the only reason this is working on your local machine and not on IIS is because of security and permission issues. when you run on your local machine you are using your own account vs IIS using a system account. there is tons of information out there for you to search on regarding IIS security and such.
as if the facebook, twitter and message boards weren't enough - blogged

GeneralRe: The connection was closed unexpectedly Pin
oujeboland29-Oct-11 20:22
oujeboland29-Oct-11 20:22 
AnswerRe: The connection was closed unexpectedly Pin
jkirkerx28-Oct-11 18:40
professionaljkirkerx28-Oct-11 18:40 
GeneralRe: The connection was closed unexpectedly Pin
oujeboland28-Oct-11 22:12
oujeboland28-Oct-11 22:12 
GeneralRe: The connection was closed unexpectedly Pin
jkirkerx29-Oct-11 7:20
professionaljkirkerx29-Oct-11 7:20 
GeneralRe: The connection was closed unexpectedly Pin
oujeboland29-Oct-11 20:26
oujeboland29-Oct-11 20:26 
QuestionLogin Management Pin
shashiankam27-Oct-11 20:14
shashiankam27-Oct-11 20:14 
AnswerRe: Login Management Pin
Richard MacCutchan27-Oct-11 21:50
mveRichard MacCutchan27-Oct-11 21:50 
GeneralRe: Login Management Pin
shashiankam29-Oct-11 1:19
shashiankam29-Oct-11 1:19 
AnswerRe: Login Management Pin
jkirkerx28-Oct-11 18:48
professionaljkirkerx28-Oct-11 18:48 
Questionvalidate list control 2010 Pin
classy_dog27-Oct-11 12:14
classy_dog27-Oct-11 12:14 
AnswerRe: validate list control 2010 Pin
phil.o27-Oct-11 22:57
professionalphil.o27-Oct-11 22:57 
AnswerRe: validate list control 2010 Pin
jkirkerx28-Oct-11 19:09
professionaljkirkerx28-Oct-11 19:09 
QuestionIssues with Partial Postback / AJAX / Update Panel Pin
jscheponik27-Oct-11 4:42
jscheponik27-Oct-11 4:42 
Questionweb value Pin
sc steinhayse27-Oct-11 3:53
sc steinhayse27-Oct-11 3:53 
AnswerRe: web value Pin
Dennis E White27-Oct-11 4:31
professionalDennis E White27-Oct-11 4:31 
AnswerRe: web value Pin
Abhinav S27-Oct-11 4:32
Abhinav S27-Oct-11 4:32 
AnswerRe: web value Pin
Not Active27-Oct-11 5:23
mentorNot Active27-Oct-11 5: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.