ERRMSG: Request format is unrecognized for URL unexpectedly ending in ???

Expand / Collapse
 

ERRMSG: Request format is unrecognized for URL unexpectedly ending in ???

Share: Share
UserCPEditMemberPhoto_MemberPhotoToolTip

By Ryan Healey
InstantASP Support


After installing InstantForum.NET 2012 I receive the following error when composing topics or replies within the rich text editor. 

Exception type: InvalidOperationException
Exception message: Request format is unrecognized for URL unexpectedly ending in '/ParseForPreview'.

Resolution

To resolve this problem please follow the steps below…

1. Open your InstantForum.NET 2012 web.config file within NotePad or similar.
2. Add the entire  <webServices> element as shown inside the <System.Web> element.
<system.web>

 <webServices>
   <protocols>
       <add name="HttpGet"/>
       <add name="HttpPost"/>
   </protocols>
</webServices>

3.
Save and replace your web.config. 
That's It!. 

These steps should resolve this exception. If the problem continues of course please don't hesitate to open a support ticket or contact us.

User Comments

Click to subscribe to comments RSS feed...
Member Photo
by gopro posted 11 January 2012
Junior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition points
This comment was helpful. 1 This comment is not helpful.
The steps you outlined are a great solution. It worked for me. Thanks for the help!







Marked helpful 1 time based on 1 vote


Add Your Comments


Comment require login or registration.

Details
Product: InstantForum.NET

Type: ERRMSG

Level: Beginner

Article not rated yet.

Article has been viewed 340 times.

Last Modified:05 January 2012

Last Modified By: Ryan Healey

Options