<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: internal error iis</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/internal-error-iis</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/internal-error-iis/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rmvenancio on internal error iis</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21321</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21321</guid>
        	        	<description><![CDATA[</p>
<p>prdpjb,</p>
</p>
<p>Sorry if my sentence was rude, it was not the intention.</p>
</p>
<p>What I was tried to say was that here you will find a lot of people knowing and trying to know about jqgrid.</p>
<p> Your error is more about asp.net. I advise you to look for the solution in asp.net forums for example. You may be luck to find the solution here, but I think that is not the best place to search for a solution.</p>
</p>
<p>In fact, as you said it worked it your test web server. Usually the production server have some limitations/especific configurations. This seems a IIS configuration or something missed in your web.config</p>
</p>
<p>You will find a lot of similar problems searching at <a href="http://www.google.pt/search?hl=pt-PT&#38;client=firefox-a&#38;hs=ATG&#38;rls=org.mozilla%3Aen-US%3Aofficial&#38;q=Request+format+is+unrecognized+for+URL+unexpectedly+ending+in+%2B+webservice&#38;aq=f&#38;aqi=&#38;aql=&#38;oq=&#38;gs_rfai=" target="_blank">google</a>.</p>
<p>Let us know when you solve our problem 😉</p>
<p>Good luck,</p>
]]></description>
        	        	<pubDate>Thu, 16 Dec 2010 17:27:49 +0200</pubDate>
        </item>
        <item>
        	<title>prdpjb on internal error iis</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21320</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21320</guid>
        	        	<description><![CDATA[<p>tks rmvenancio for your reply.</p>
<p>i know that it is not a jqgrid problem, but is a problem "with" a jqgrid.</p>
<p>i tried your sugestion but still with same error.</p>
<p>I am grateful if anyone has any clue.</p>
<p>tks</p>
]]></description>
        	        	<pubDate>Thu, 16 Dec 2010 17:14:34 +0200</pubDate>
        </item>
        <item>
        	<title>rmvenancio on internal error iis</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21319</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21319</guid>
        	        	<description><![CDATA[<p>This is not a jqgrid problem.</p>
<p>Try this in your web.config file :</p>
</p>
<p>&#60;webServices&#62;<br /> &#60;protocols&#62;<br /> &#60;add name="HttpGet"/&#62;<br /> &#60;add name="HttpPost"/&#62;<br /> &#60;/protocols&#62;<br /> &#60;/webServices&#62;</p>
]]></description>
        	        	<pubDate>Thu, 16 Dec 2010 16:52:19 +0200</pubDate>
        </item>
        <item>
        	<title>prdpjb on internal error iis</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21314</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21314</guid>
        	        	<description><![CDATA[<p>hi,</p>
<p>i add more some info about my page:</p>
<p>1. the jqgrid edit option:</p>
<p>}).navGrid(&#39;#pager1&#39;,<br />&#160;&#160; &#160;{ view: true, search: false, edit: true, add: false, del: true },<br />&#160;&#160; &#160;{ //edit options<br />&#160;&#160; &#160;&#160;&#160; &#160;hide: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;width: 400,<br />&#160;&#160; &#160;&#160;&#160; &#160;closeAfterEdit: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;reloadAfterSubmit: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;checkOnUpdate: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;checkOnSubmit: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;closeOnEscape: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;url: &#39;&#60;%= ResolveClientUrl("~/rdo/WebService.asmx/EditPedidosCobol") %&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;afterSubmit: function(response, postdata) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var json = response.responseText;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var result = eval("(" + json + ")");<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;return [result.sc, result.msg, null];<br />&#160;&#160; &#160;&#160;&#160; &#160;},</p>
<p>2. and the error, get from firebug:</p>
<p>&#60;b&#62; Exception Details: &#60;/b&#62;System.InvalidOperationException: Request format is unrecognized for URL unexpectedly ending in &#39;/EditPedidosCobol&#39;.&#60;br&#62;&#60;br&#62;</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2873' value='Select Code' data-codeid='sfcode2873' /></p>
<div class='sfcode' id='sfcode2873'>&#60;pre&#62;</p>
<p>[InvalidOperationException: Request format is unrecognized for URL unexpectedly ending in &#39;/EditPedidosCobol&#39;.]<br />&#160;&#160; System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) +405961<br />&#160;&#160; System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) +212<br />&#160;&#160; System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +47<br />&#160;&#160; System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +193<br />&#160;&#160; System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93<br />&#160;&#160; System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&#38;amp; completedSynchronously) +155<br />&#60;/pre&#62;</p>
</div>
<p>tks,</p>
<p>prd[Image Can Not Be Found]</p>
]]></description>
        	        	<pubDate>Thu, 16 Dec 2010 15:42:37 +0200</pubDate>
        </item>
        <item>
        	<title>prdpjb on internal error iis</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21312</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/internal-error-iis#p21312</guid>
        	        	<description><![CDATA[<p>hi,</p>
<p>i made a web site in visual studio with a jqgrid that have edit and del options. the url&#39;s of the initial load and of the options are at a web method in a asmx page. it works fine in visual studio test web server. but when i publish the web site in a iis server, i have a 500 internal error for the edit and del options (the web methods didn&#39;t fire).</p>
<p>somebody already has this error?</p>
</p>
<p>tks</p>
]]></description>
        	        	<pubDate>Thu, 16 Dec 2010 02:35:26 +0200</pubDate>
        </item>
</channel>
</rss>