0

I have created asp.net application and hosted on facebook. but i cannot refer the javascript files . they are referred in aspx pages as "Scripts/Jquey.js" but while rendering application page in facebook. it tries to look for.

     url/page.aspx/Scripts/Jquery.js

which it cant find. how to overcome this

1 Answer 1

1

If your path is relative to the root you should include the tilde, otherwise it will just be treated as relative to the page itself i.e. ~/Scripts/Jquery.js.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.