|
|
Browse by Tags
All Tags » dnn dotnetnuke
Sorry, but there are no more tags available to filter with.
-
Brief thoughts...
WAP vs WSP - its entirely dependent upon your situation. Each has their own benefits and downsides. EntitySpaces works equally as well with both.
For all most all of your other config questions, if you 'own' the portal and have complete control over it, then you can use whatever config you want. A lot of users in the ...
-
I am trying to add the esDataSource to an existing page. I am using the WAP Development methodolog with the es classes created within \Components folder within the DNN module. When I try to configure the datasource, by browsing to the C:\Windows\Microsoft.NET\Framework\v2.0.507272\Temporary ASP.Net Files\<my ...
-
Put a call to something like this in your view controls init or load event (assuming the view is the initial control of your module definition)Code:1 #region EntitySpaces Connection Logic
2
3 private void SetConnection()
4 {
5 if (esConfigSettings.ConnectionInfo.Default != ''SiteSqlServer'')
6 {
7 esConfigSettings ...
-
I am trying to use the WAP DNN development methodology. Unfortunately, I am getting confused on how to set the default connection within my project. I have seen where you need to set the default configuration once per application, along with loading the ''LoaderMT''. What is you suggested maner for accomplishing this via ...
-
Thanks for your input when we revisit the template suite for modifications (sometime after the 1.6 release) we will look at these for inclusion. Once again, thanks for your suggestions.
-
Since many module developers may be using EntitySpaces on any one DNN installation, all developers need to play nice when it comes to setting the default connection. Since a large portion of Developers will simply be using the DNN installation, SQL server, the only reasonable thing to do is use that as the default connection. If a developer ...
|
|
|