Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

WSS+SP2 + .NET 2.0 + Unghosted Page --> Problem?

  Asked By: Marcella Rojas         Date: Nov 05, 2006      Category: Sharepoint      Views: 267
 

I have WS SP2 + .Net 2.0 framework, with WSS running on .Net 2.0. Everything
works fine. Until I have a unghosted page... when I try to add a web part using
the web interface I get the following exception:

Invalid postback or callback argument. Event validation is enabled using <pages
enableEventValidation="true"/> in configuration or <%@ Page
EnableEventValidation="true" %> in a page. For security purposes, this feature
verifies that arguments to postback or callback events originate from the server
control that originally rendered them. If the data is valid and expected, use
the ClientScriptManager.RegisterForEventValidation method in order to register
the postback or callback data for validation.

I have the enableEventValidation set to false, as configured using the command:

stsadm.exe -o upgrade -forceupgrade -url http://URLOftheVirtualServer
<http://URLOftheVirtualServer>

I tried to add this setting to other web.config's and to the machine.config, but
to no avail.

Seems like the SharePoint safe mode parser (executed on unghosted apsx pages) is
behaving different from the normal ASP.NET page rendere.

When I modify the pages using FrontPage there is no problem.

Any ideas? I would hate to go back to the 1.1 FrameWork, because now I can write
my web parts using SonOfSmartPart and the full functionality of the ASP.NET 2.0
framework.


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:          

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on WSS+SP2 + .NET 2.0 + Unghosted Page --> Problem? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].