Best-Practices/Multiple-License-Best-Practices.md
... ...
@@ -12,6 +12,4 @@ Since the license keys are string values, they can be easily encrypted and store
12 12
13 13
##web.config
14 14
15
-Another way of maintaining multiple license keys is to use encrypted string values in the AppSettings section of the web.config. This will require less database operations but is not maintainable remotely and will at least require replacing the file on every server that needs to be updated. Again, the value will need to be decrypted in the global.asax before assigning the value of the license key.
16
-
17
-Ultimately, the strategy that is preferable to you will depend on your unique business practices and needs.
... ...
\ No newline at end of file
0
+Another way of maintaining multiple license keys is to use encrypted string values in the AppSettings section of the web.config. This will require less database operations but is not maintainable remotely and will at least require replacing the file on every server that needs to be updated. The value will need to be decrypted in the global.asax before assigning the value of the license key.
... ...
\ No newline at end of file