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>
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
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>