Too many parameters in MVC2 Controllers or IIS problem?
Posted
by cc0
on Stack Overflow
See other posts from Stack Overflow
or by cc0
Published on 2010-05-23T09:26:41Z
Indexed on
2010/05/23
9:30 UTC
Read the original article
Hit count: 411
I'm using a controller to call a stored procedure that requires 12 parameters. This works perfectly in debug mode locally (working against a remote database), but not when I publish it to my IIS 7 server. It complains about parameter #7, claiming it's not supplied with the URL.
The URL call looks like this;
Does anyone have any idea what may be the cause of this? Any help would be very appreciated here.
© Stack Overflow or respective owner