Can anyone advise if there is any technical difference between using subdomain or subdirectory for website using .net? and which is the better option to take?
From what i researched so far, it boils down to below:
But will appreciate further clarifications on this:
Subdomain:
– Need to apply SSL for the subdomain (can use wildcared certs for *.abc.com, but it will be expensive)
– The base URL can simply use / in coding
– need DNS of hosts-file entries and webserver configuration
Subdirectory:
– With subdirectories you could drop the app in a directory, and go
Please kindly advise thanks 🙂
You pretty much answer the question your self, I’d like to add: