Hi
Well basically, I want to use the features of ajax in an existing asp.net web application, but when I insert the new web.config file into my web.config file. I get around 31 messages and several warnings such as
the ‘RequiredPermission’ attribute is not declared
the ‘RequiredPermission’ attribute is not declared
Message 30 Could not find schema information for the element ‘add’.
Message 10 Could not find schema information for the element ‘modules’.
Message 30 Could not find schema information for the element ‘add’.
Message 6 Could not find schema information for the element ‘scripting’.
etc etc, any ideas?
hi,
First, Try to reinstall the AjAX EXTENSTION on your machine again.
Second: If it not works too, you can try this following steps to solve this problem:
The warnings are caused by a line in web.config:
<configuration xmlns=”http://schemas.microsoft.com/.NetConfiguration/v2.0″>
Remove the xmlns part so it is:
<configuration>
Leave a Reply
You must be logged in to post a comment.