Thanks Scott. I'll check that out.
In addition to a url re-writer, I also need to write a custom personalization provider for my web parts.
Basically, I need to load web parts on a page, based on the url the user enters. Like so:
http://www.testpage.com/bob
In this case, the page will need to load the personalized web parts and settings that 'bob' has set up.
Actually, I'll need to load the page based on the application name ('testpage') and the user ('bob')
Visitors to the site will not be able to edit anything at all, just view the page.
'Bob' will change his page by logging into an admin page and make and save his changes there.
I think the easiest solution would be to create a class that inherits from 'Sqlpersonalizationprovider' and override several of those methods.
Any suggestions?
bill