jsdebug

WCF Service support file jsdebug fails to load

I have a WCF service that gets called from client side JavaScript. The call fails with a Service is null JavaScript error. WebDevelopment helper trace shows that the calls to load the jsdebug support file results in a 404 (file not found) error. Restarting IIS or clearing out the Temp ASP.Net files or setting batch="false" on the compi...

WCF javascript proxy not found when endpoint address is not blank

I am trying to setup a WCF service with multiple endpoints with one of the endpoints using the enableWebScript endpoint behavior so that a Javascript proxy will be created on the client (jsdebug/js). When adding the Service Reference to my AJAX ScriptManager, the jsdebug file is not found unless the address of the endpoint is blank. The...

I'm trying to build a greasemonkey script, Chrome's debugger doesn't even like my first few lines !?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt; <html> <head> <title>Hijack Example</title> <script type="text/javascript" src="./jquery-1.2.1.js"></script> <script type="text/javascript"> var preventDefaultAction = true; //TODO-U var cmdSpecStr = 'C-l'; //TODO-...