I built Lab 1 and it built fine but when I entered text and hit the 'Search' button nothing happened. I am getting a red underline on the script attribute
src="HelloWorldService.asmx/js"
which says file not found. I have tested the javascript code and it is getting to the line
Samples.AspNet.HelloWorldService.HelloWorld(SrchElem.value, OnRequestComplete); ok but is not returning to the
OnRequestComplete(result) ;
Now it seems that I am in Black Box land with no way to debug my way out. I have extensive experience with AJAX and have used the old Web Service behaviour with great success, so I was looking forward to this as an evolutionary step. It seems
that javascript debugging is not working in Whidbey?
Any sugestions as to getting lab 1 working would be much appreciated.
pcapozzi
Member
20 Points
9 Posts
Lab 1 and the dreaded Black Box Syndrome
Oct 05, 2005 01:10 AM|LINK
OnRequestComplete(result) ;
Now it seems that I am in Black Box land with no way to debug my way out. I have extensive experience with AJAX and have used the old Web Service behaviour with great success, so I was looking forward to this as an evolutionary step. It seems that javascript debugging is not working in Whidbey?
Any sugestions as to getting lab 1 working would be much appreciated.
PatC