Hi HTH:
hmm. Yes, that would make the most sense - wouldn't it. I guess the reason I overlooked that option was because I'm developing in one environment and deploying in another. '/scripts/commonLib.js' would work in my development environment, but not production.
After I posted my original comment, I thought of doing this:
Page.ClientScript.RegisterClientScriptInclude(Page.GetType(), "commonLib.js", Request.ApplicationPath & "/App/scripts/commonLib.js")
I haven't tried my code yet in production, but I don't see why this wouldn't do what I need. Thanks for your help!
-Dave Fribley