Tagged Questions
4
votes
2answers
209 views
Combining a content management system with ASP.NET
I am going to be creating a site that seems like it requires a blend of a content management system (CMS) and some custom web development (which is done in ASP.NET MVC). I have plenty of web ...
1
vote
0answers
168 views
Using Public Key Authentication for websites
I know GitHub uses it for code development (not user authentication for the website though). I saw this article on the idea: ...
1
vote
1answer
306 views
One-user databaseless CMS authentication
Background: My client needs a one-user bare-bones content management system, which should be capable to
Edit text-content in plain-text or in WYSIWYG-style
Possibly create new subpages
Update image ...
3
votes
3answers
634 views
How do you get Drupal to go to a page other than the User Profile on login?
ISSUE: Please help, I've tried a few things to get Drupal to STOP going to the User Prolfile page on login, even installed a module called LoginToboggan; which has nice features, just doesn't stop ...