Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
i am new to Umbraco; i'd like to take a look at Umbraco database, but I don't remember the connectionstrng.
Where could i find it ?
I am not an asp.net programmer.
Cheers.
zoster
In web.config, under <appSettings> look for key "umbracoDbDSN".
<appSettings>
<add key="umbracoDbDSN" value="server=xxx.xxx.xxx.xxx;database=*******;user id=******;password=******" />
</appSettings>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Where could i find the ConnectionString ?
Hi all,
i am new to Umbraco; i'd like to take a look at Umbraco database, but I don't remember the connectionstrng.
Where could i find it ?
I am not an asp.net programmer.
Cheers.
zoster
In web.config, under <appSettings> look for key "umbracoDbDSN".
<appSettings>
<add key="umbracoDbDSN" value="server=xxx.xxx.xxx.xxx;database=*******;user id=******;password=******" />
</appSettings>
is working on a reply...