Posted on: 8/11/2014 7:04:39 AM | Views : 521

i am building cms that is base on html files.
how the user can add a new html page?
can i create that new file on server and still being relatively safe? 
on the html =
for dynamic content : [  i use ajax + web service + caching ] , for static content : [its stay as html txt - not from database]

so what options do i got?
how to handle new page? 
to grant w\r permission on some directory on the host and File.Create(txt, "index-2.html")? than to move it to destination directory?

thanks :)

Go to the complete details ...