vote up 0 vote down star

I'm trying to configure the excellent ScrewTurn Wiki product on my server, and haven't been able to make sense of the documentation.

I'd like to configure it to use SQL Server for storage... Do I still need to specify a valid value for the PublicDirectory key in web.config?

This is how I've tried to configure the connection so far, but obviously I'm missing something else:

<add name="WikiData" connectionString="Data Source=xxx;Initial Catalog=xxx;User ID=xxx;Password=xxx" providerName="System.Data.SqlClient"/>

Can't even get the page to load without it complaining about the PublicDirectory key now after adding this connection string. Before I added the connection string, the site came up fine without SQL Server implementation. I'm not even getting a chance to see if the db connection works and don't know what to name it here if the name makes any difference in the key.

Any suggestions on how to get this working properly?

flag

61% accept rate
This isn't really a programming question i'm afraid, but you should definitely ask on the ScrewTurn Setup and Deployment forums: screwturn.eu/forum/… Dario's generally pretty good about answering questions, plus you may find existing answers already posted for the benefit of other users. – Shog9 Apr 23 at 3:13

1 Answer

vote up 0 vote down

figured it out, did not see the connection string section. resolved.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.