Variables from ASP.Net to Flash

I’m trying to load variables from .net into my movies root using loadVariables(). Testing the Response.Write() in asp works, but I think flash isn’t recognizing my test variable as a string - it traces it as undefined.

Has anyone run across this problem before when using flash and server side?