Bug Code 1 : If i create a 3 tier application in MVC technology then a problem is always raised regarding connection string.
Solution :
There are few steps for resolve it:
Solution :
There are few steps for resolve it:
- First add entity data model in a separate class library.
- after that build solution and add reference of it in your application.
- Copy connection string from app.config file and paste into web.config file the web application file.
- Now you can easily retrieve data from database.
Great Solution.. :)
ReplyDelete