Under .NET2, for all DNN 3.x versions but also for DNN 4.0 (4.02 works OK) I get this "Invalid postback or callback argument" critical error on update. For 3.x this occurs with page errors.
aspnet_client is not present on the 4.0 or 4.02, but is on the 3.2.2 (both .NET 1.1 and 2.0). Yes, I did run aspnet_regiis -c by way of trying to get 3.2.2 running file manager properly under .NET2.
I want to run 3.2.2 under .NET2 along with 4.02 on the same IIS6.0 server with SQL 2005 using multiple codebases and IP's. I don't know if I can configure IIS to use .NET 1.1 just for the 3.2.2 sites, and .NET2 for the 4.02 site, I don't think that is practical anyhow with SQL 2005 needing .NET2.
So I am looking for a DNN solution, as I have live 3.2.2 websites that need file manager functionality, but I want to use 4.02 with some additional .NET2 development functionality using VS2005.
I hope that this information is interesting anyhow,