asp.net - Unable to call .ashx file from repeater control -
i facing problem while calling .ashx file repeater control in .aspx page. put break point in .ashx file, process execution not going line. page placed in sub folder , @ first having membership authentication later changed forms authentication.
make sure path ashx correct - example, it's relative path, make sure when considered relative page, whether points correct location. use /
instead of \
.
you can use tool such fiddler or firebug on firefox inspect requests/responses from/to browser. example, can see if request path ashx correct or not , if it's incorrect, notice 404 response server.
Comments
Post a Comment