I want to publish one of my sites to my host. the site was published successfully by VS and FTP method. but the thing is the database side. I have used Entity Framework in this project. I changed the connection string after publishing and i have created the tables in my online database.
first i want to know how to make my site to show complete error message as it shows when i am debugging in local mode.
and the second is that is there any thing else i should do for my DB?
after i added this line to web.config:
<configuration>
<system.web>
<customErrors mode="off">
</customErrors>
.
.
.
</system.web>
</configuration>
now the error is this:
