I have an include file “menu.inc” that I would like to store in the Style Library folder.
Is there a way to include this file in my masterpage from inside Sharepoint? Response.Write doesn’t seem to work because it requires a physical path.
Any ideas?
I solved the issue using the following code:
Thanks everyone!