3

I am using MVC architecture for my application.

Now, I have more than 1000 record which i am binding on Listbox.kindly check below screen shot.enter image description here

Here, Left side list have more than 1000 records and my functionality is, User should select any record and move it to right side ListBox.

it;s work on my local system but when i deploy on iis6 web server it's giving me error. kindly check below image for error.

enter image description here

and also suppose i use less than 500 records.same functionality working properly. so, i have to make changes on IIS or code or any limitation to post record on mvc?

Check Stack Trace

enter image description here

tereško
  • 58,060
  • 25
  • 98
  • 150
Kvadiyatar
  • 929
  • 14
  • 29
  • Where is the stack trace? – afzalulh Jan 18 '14 at 05:35
  • Probable duplicate, see: http://stackoverflow.com/questions/8978929/asp-error-operation-is-not-valid-due-to-the-current-state-of-the-object – Mike Jan 23 '14 at 02:12
  • What does your actual view markup look like? I am surprised to see an `Object state` exception in an MVC application – Tommy Jan 23 '14 at 05:29

1 Answers1

2

Looks like you are doing DoS attack on yourself. I think that you have 2 options:

MiBu
  • 869
  • 8
  • 17