Hi,
You have a problem on asp.net
verify this link work well and show the complete error message http://190.143.86.25/PruebasWMD/dwzDynamicChart/TestAspNet.aspx?test=yes
Now I see only a generic error page
Be sure in your site root you have a file: web.config with this code inside
<?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
so I can see the complete error
Gianluigi |
|
|