0

Edit:

I am deploying my ASP.NET MVC entity framework using azure, but faced with a problem. I have two projects to publish, one of them is a class library, but seems class library is not published.

Reading this post, Deploying web site to Azure as well as class library, I found that it is related to the model DLL files. Should the model file be located in the Web Application project's bin folder? or the class library's bin folder? What is potentially causing the issue?

test1.png

0

1 Answer 1

1

Add a reference to you class library from the MVC web application. So when you build .dll of your class library will be copied to /bin folder of the web 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.