-
Do you have the connection string set in the Web app.config? Using a named instance, perhaps? Mike
-
Vic: This is an existing, stable and released feature of AN already. https://workingcopy.arachnode.net/Web/Services/ Thanks! Mike
-
1.) You can overrride the MS-SQL requirements by using: https://workingcopy.arachnode.net/Console/Override/WorkingCopy_ArachnodeDAOFileSystem.txt 2.) AN.Next was deprecated in favor of using the overrides for AN. 3.) You would use the Renderers to display dynamic data / JavaScript/AJAX. Thanks! Mike
-
Please forgve my delay in responding - life happened. Mike
-
1.) See the instructions here: https://arachnode.net/Content/InstallationInstructions.aspx (Set the Startup Project to 'Web' and all will work as expected) 2.) Lucene.NET indexing is enabled through the ManageLuceneDotNetIndexes.cs plugin. The Web project loads Lucene.NET to enable searching. https://lucenenet.apache.org/ 3.) See #2. Searching
-
The code and the database are expecting the folder in yellow to exist - when you moved the code you moved it from a computer that had this folder to one which did not. Create it and you will be on your way.
-
The \trunk is the most stable build. Thanks, arachnode.net
-
Keep trying - it gets busy sometimes... :) Mike
-
Does the browser link work? Is there an error code?
-
Yes, change 'Settings' at 'private static void AssignApplicationSettingsForDebug()' - you are correct about how this should be done. Thanks, Mike