Wednesday, March 21, 2012

Web Service as Embedded Resource

Hi,

Is it possible to add a Web Service as an Embedded Resource and then add it the same way as I add javascriptfiles to the ScriptManager from a Custom Control:
ScriptManager.RegisterClientScriptResource(Me, Me.GetType(), "CustomControls.WebService.js")

/Andreas

Solved it: Created a custom VirtualPathProvider (with the library as an input) and registered it in my custom control.

Can you post some more detailed information about how you actually solved it ?

Would be great, I'm having the same problem...

Patrick

No comments:

Post a Comment