Are these tests enough to check if a web app is vulnerable to Padding Oracle? How to test further?

SCENARIO:
a web application using with ASP.NET. In the home page source code there are links like:
./WebResource.axd?d=[string with 87 characters]

./ScriptResource.axd?d=[string with 172 characters]

where in the case of WebResource the s… Continue reading Are these tests enough to check if a web app is vulnerable to Padding Oracle? How to test further?