This is my first post on my revived blog. I haven't blogged since my college days. I've realized how important sharing of knowledge is, hence why I've dived back in. Doing many nerdy things, I typically run into different blogs of people trying to do the similar tasks. Sometimes, something has not been done before, and the knowledge stays with me once I complete it. So here we go!
For example,
dasBlog 2.1.8102.813 so far seems to be a powerful, yet simple application not requiring an SQL backend. There were not any specific write ups on a 1and1 install, so here you go:
Step 1: Upload files from dasblogce to a dir of your choice.
Step 2: Modify
web.config
comment <trust level="Medium" originUrl=".*" />
uncomment <httpCookies httpOnlyCookies="false"/>
SiteConfig\site.config
Modify obvious settings until <!-- END OF SUGGESTED SETTINGS -->
SiteConfig\siteSecurity.config
DO NOT CHANGE ADMIN PW. It is encrypted. Log in and change it.
Step 3: Use WebFiles to modify permissions on the following directories: content, siteconfig, and logs. Give NETWORK SERVICE full read/write/modify permissions
Step 4: Use WebFiles to create the WebApplicaion. Just point it to your subdir of your blog. Mine is /blog.
Step 5: Navigate to your blog, change your pw&options, and you're done!