Where does the connection string go in web.config?

You just need to add it within the Configuration tag, at the same level System.web is.

<?xml version=”1.0″ encoding=”utf-8″ ?>

<configuration>

</configuration>

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.