Hello anilr,
I am glad to hear your positive thinking we will be able to solve this. I have tried everything I have found. Unfortunately it is 10 PM here and I am at home however we can still start.
If you look at the first post in the thread http://forums.asp.net/t/1155043.aspx you will see the first error. This error occurs in a simple ASP 2.0 Page in Integrated Mode if a validator is on it - This error listing is the ASP Error Page when the page is called
"The WebResource.axd handler must be registered in the configuration
to process this request.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<httpHandlers>
<add path="WebResource.axd" verb="GET"
type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />
</httpHandlers>
</system.web>
</configuration>"
I did EXACTLY what was listed - I added the httpHandler section to the web.config in the system.web section.
I then recieve ASP Error pages that the name attribute is missing in the tag (which is true, it starts with path). Adding a fictiv name does not work, neither does name="WebResource.axd".
I then reverted to the text suggested in the first error and ran appCmd.exe migrate config "mySite/" from the command prompt. There were no errors or messages there. I had previously modified the applicationServer.config to allow configuration changes in the section. No other changes were made in the standard configuration.
The httpHandlers portion of the IIS Mananger DOES show my entry (so I guess it migrated something ok) but without a name.
When I now run I get the error I had at the beginning again, as if I hadn't changed anything.
I'm sorry if the description isn't perfect, I'm working out of my memory (head!) since I'm at home. If this helps you and you have more specific questions I can get you the information tomorrow.
Be glad for your patience and help.
Alle
BTW - this is on W2K8 Server RC0