help.net


Musing on .Net

News





hit counters




Open source CMS


Technorati

My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

.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.

Posted: Oct 31 2005, 05:08 PM by help.net | with 2 comment(s)
Filed under:

Comments

Jeff Gonzalez said:

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.
# October 31, 2005 2:43 PM

Tiernan OToole said:

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!
# October 31, 2005 3:25 PM