0

I have been deploying ASP.NET MVC 3.0 on Win 2k8 on IIS 7.5 with "Web Deploy" option.

In one of the application folder I have "CSV" folder, I have got few of the CSV template files in the folder. When I depoly the application, neither the folder gets created on the server nor any files get copied.

What is the reason and what is the fix?

0

1 Answer 1

2
  1. Move your files into the Content folder (to avoid issues with the default routes)
  2. Select them in Solution Explorer
  3. Right click and select Properties
  4. Change the Build Action to Content

After following these steps, your files should be deployed with your application.

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.