Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a wordpress website deployed on an IIS Server.
I have to add an asp.net application in that website as an application.
When i add it on Website. The Ajax Modal Pop up not working on the my asp application any more, when i check console of the browser a list of WebResource.xsd and ScriptResource.xsd error appeared. (It is working fine when setup separately on different port).

Please help.

What I have tried:

I have tried different from google but nothing worked for me. Any one have any solution to this?
Posted
Updated 17-Feb-17 1:44am

1 solution

hufff...

After a lot of searching on google I solved the issue by using This link StackOverFlow....


So it just add
<add input="{URL}" negate="true" pattern="\.axd$" /> in the web config of my wordpress site.... and all errors gone in air ..
Hope this will help some others, who look for same error.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900