Click to See Complete Forum and Search --> : Building a CMS site with ASP?


invision
11-11-2007, 05:57 AM
Hello,

I have built a number of 'bespoke' CMSs with PHP and MySQL just for clients to add news, or product items to a page on their site.

Now I wish to do the same with ASP and just wondered if anyone knows of any good books, tutorials or sites online I could check out. Basically I'd have one user who has access to an 'area' folder that only they have access to. Should I just use sessions for this?

Any links would be fan-brilliant.

edborva
11-11-2007, 03:49 PM
Sessions? If you mean the asp session object. It is a love em and leave em cookie, destroyed at the end of the session. You should be able to accomplish this familiar task, more or less in the same way you did so With PHP.

try w3schools and asp101

ed

invision
11-11-2007, 04:09 PM
Cool.

I was just trying to find out if there were any tutorials online that had a step-by-step create your own ASP CMS hehe.

Any pointers would be brilliant.