Deployment: no connection string in config?
Hello,
I am using the built-in log in controls in my asp.net 4.5 website; I have executed my tables (SQL) to my database from within SQL Management Studio. However, there does not seem to be a connection string in the web.config file yet the local version of the website runs fine. When I access the URL of the server online and try to create an account or log in on the website, instead of redirecting me upon success to the main menu page it throws up an error 404. I have inserted a new connection string in the web.config file under the <clear /> tag but it doesn't seem to be recognising my connection string. How can I edit the current connection string if there isn't one in the web.config file?
Thanks,
Imran
|