<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Server Error in '/profile' Application in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/32451#M17010</link>
    <description>&lt;P&gt;After breaking my head for one day, I finally found the solution for this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;remove&lt;/P&gt;&lt;P&gt;runat="server" attribute in your form tag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This tag is the culprit :smileyhappy:.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;__VIEWSTATE&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;__VIEWSTATE&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;/*******&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 08 Jan 2013 21:38:06 GMT</pubDate>
    <dc:creator>nnarayana</dc:creator>
    <dc:date>2013-01-08T21:38:06Z</dc:date>
    <item>
      <title>Server Error in '/profile' Application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25399#M13554</link>
      <description>&lt;P&gt;I have taken the example.html from the SDK to render the hosted page in an Iframe and attempted to dovetail it into a user control on a DotNetNuke ste.&amp;nbsp; The page the code is on already has a FORM tag that I cannot remove to use the form tag from the example.html page.&amp;nbsp; I am modifying that FORM tag with Javascript and updating it with the TARGET, ACTION etc.&amp;nbsp; Normally in web development I could go to the server and run this to get the real error or alter the web.config to display what is wrong.&amp;nbsp; In this situation that does not seem to be an option. I am unsure how to proceed since I do not really know what is wrong and the token is good when I put it into example.html page from your site.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything seems to be there, configured properly and ready for a POST and the post happens, but what I get back is this-&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Server Error in '/profile' Application.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;EM&gt;Runtime Error&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;STRONG&gt;Description: &lt;/STRONG&gt;An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Details:&lt;/STRONG&gt; To enable the details of this specific error message to be viewable on remote machines, please create a &amp;lt;customErrors&amp;gt; tag within a "web.config" configuration file located in the root directory of the current web application. This &amp;lt;customErrors&amp;gt; tag should then have its "mode" attribute set to "Off".&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;&amp;lt;!-- Web.Config Configuration File --&amp;gt;

&amp;lt;configuration&amp;gt;
    &amp;lt;system.web&amp;gt;
        &amp;lt;customErrors mode="Off"/&amp;gt;
    &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;BR /&gt;&lt;STRONG&gt;Notes:&lt;/STRONG&gt; The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's &amp;lt;customErrors&amp;gt; configuration tag to point to a custom error page URL.&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;&amp;lt;!-- Web.Config Configuration File --&amp;gt;

&amp;lt;configuration&amp;gt;
    &amp;lt;system.web&amp;gt;
        &amp;lt;customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/&amp;gt;
    &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 05 Apr 2012 19:29:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25399#M13554</guid>
      <dc:creator>ARichardWatson</dc:creator>
      <dc:date>2012-04-05T19:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error in '/profile' Application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25407#M13558</link>
      <description>&lt;P&gt;Using CIM/SOAP by the way&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 20:35:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25407#M13558</guid>
      <dc:creator>ARichardWatson</dc:creator>
      <dc:date>2012-04-05T20:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error in '/profile' Application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25481#M13594</link>
      <description>&lt;P&gt;if nothing else, could someone point me at what I should do to debug this issue, even if you do not have a speicific answer to the question.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2012 20:36:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25481#M13594</guid>
      <dc:creator>ARichardWatson</dc:creator>
      <dc:date>2012-04-09T20:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error in '/profile' Application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25485#M13596</link>
      <description>&lt;P&gt;It will be helpful if you can post your code or the web browser page source.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2012 21:01:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25485#M13596</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-09T21:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error in '/profile' Application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25487#M13597</link>
      <description>&lt;P&gt;Another tool you can try is fiddler&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.fiddler2.com/fiddler2/"&gt;http://www.fiddler2.com/fiddler2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use it to see the web traffic when posting to authorize.net and compare it to the example.html post.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2012 22:58:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25487#M13597</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-09T22:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error in '/profile' Application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25509#M13608</link>
      <description>&lt;P&gt;Yes i did try this.&amp;nbsp; I was hopeful that there was a way to turn on more verbose errors on the server and/or allow the error to bubble up to the remote client&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2012 13:47:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25509#M13608</guid>
      <dc:creator>ARichardWatson</dc:creator>
      <dc:date>2012-04-10T13:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error in '/profile' Application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25511#M13609</link>
      <description>&lt;P&gt;So I assume fiddler show that your page post and the example.html post the same param and URL. With all the id and name the same on your page and all the example.html &amp;lt;div /&amp;gt; on your page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I doubt they will open up the error to remote client. Try sending an email to &lt;SPAN&gt;developer@authorize.net&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;with the url, exact date and time(w/ timezone) and see if they can/willing to find the error log on their side.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2012 14:32:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/25511#M13609</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-10T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error in '/profile' Application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/32451#M17010</link>
      <description>&lt;P&gt;After breaking my head for one day, I finally found the solution for this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;remove&lt;/P&gt;&lt;P&gt;runat="server" attribute in your form tag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This tag is the culprit :smileyhappy:.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN&gt;type&lt;/SPAN&gt;="&lt;A target="_blank"&gt;hidden&lt;/A&gt;" &lt;SPAN&gt;name&lt;/SPAN&gt;="&lt;A target="_blank"&gt;__VIEWSTATE&lt;/A&gt;" &lt;SPAN&gt;id&lt;/SPAN&gt;="&lt;A target="_blank"&gt;__VIEWSTATE&lt;/A&gt;" &lt;SPAN&gt;value&lt;/SPAN&gt;="&lt;A target="_blank"&gt;/*******&lt;/A&gt;" &lt;SPAN&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jan 2013 21:38:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application/m-p/32451#M17010</guid>
      <dc:creator>nnarayana</dc:creator>
      <dc:date>2013-01-08T21:38:06Z</dc:date>
    </item>
  </channel>
</rss>

