This error occours, when you open the default.master page using SharePoint Designer 2007, then the problem would be in your web.config file
ie.
The key problem is <remove verb="*" path="*.asmx" />. So remove this line and put it next to <remove verb="GET,HEAD,POST" path="*" /> this line.
So, final code should be looks like below one..
All the Best!!!
ie.
The key problem is <remove verb="*" path="*.asmx" />. So remove this line and put it next to <remove verb="GET,HEAD,POST" path="*" /> this line.
So, final code should be looks like below one..
All the Best!!!
No comments:
Post a Comment