.Text compatible with .Net 2.0?

I installed the .Net 2.0 package on web server. But it seems I have some problem with .Text. Anybody has done this and can tell what are the modifications to make .Text working?

This is the error message:

System.InvalidOperationException: The WebResource.axd handler must be registered in the configuration to process this request.

Thanks for the help.

2 Comments

  • Are you sure the website is configured to run under the asp.net 2.0 runtime? or possibly that you have the correct version of the client files installed?



    aspnet_regiis -c should fix that.

  • I havent tried it with the RTM version of .NET2, but on one of the betas, .TEXT just wouldent work. the solution: 2 seperate IIS Processes, one running the blogs with .NET 1.1 and the other running what ever you want. i had it working so that only blog.lotas-smartman.net was running .net 1.1, and every other IIS process ran .NET 2.0. hope this helps!

Comments have been disabled for this content.