Hi filemon, PageBlaster allows you to specify the virtualPath to a specific tab, but it does not store them in the Database. There is another mapping file where they are stored in XML format. With any asp.net rewritter you will need to have an asp.net mapped extension in IIS. You will not be able to specify a url like your example unless you do one of two things. You can either map IIS to have ASP.Net serve all requests (not recommended), or you can create a real folder with that name and a default.aspx page in it. There is more in depth discussion about PageBlaster and rewriting Urls at the following link: http://www.snapsis.com/Support/SnapsisnbspSupport/tabid/601/forumid/9/postid/5556/view/topic/Default.aspx If you wanted to develop your own database driven lookups of urls using PageBlaster as a base I could make the source code available to you for $99 USD. If you have control of the server, then you may also be interested in a different product that allows you to have much better control over Urls at the IIS level instead of at the application level. http://www.isapirewrite.com/ |