ok i have a file link not in the vs 2010 project .basically i have a list page in which i want to show the files , one file each for different organization . how can i make a link to that xml file which exists outside the project
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll have to come up with a way to map to the files outside of the project, but ASP.NET MVC will handle everything correctly if you return a
FileActionlike so: