This topic is locked
[SOLVED]

 Some advice on Open Sourcing a project

2/7/2019 2:08:17 PM
ASPRunner.NET General questions
Dalkeith author

Dear All
Was wondering - if I was wanting to open source the resulting code of a project.
What is the minimum viable code that could be published (I take it the output directory)
And beyond web.config what do I need to obfuscate or delete that would prevent users from seeing my connection strings to my development databases ( I use azure sql server)
I can see a .sln file for instance which I believe might be a visual studio project file
Thanks for advice
Mark
I understand that I would have to publish a bank database with all keys / indexes / tables and field names

admin 2/11/2019

If you want to share your project with those who do not have ASPRunner.NET you need to share the whole content of the output folder.

Dalkeith author 2/12/2019

Thanks Sergey