Q: Say when you navigate to: http://www.LukeFranklin.com/PortaBible/Default.aspx. This involves multiple pages and in ASP.Net 1.1 you do not have master pages. But how do I use one page to serve my whole website: http://www.LukeFranklin.com/Default.aspx?LinkID=1000 This uses one page to serve different content. How do I do this in ASP.Net 1.1. I have tried all sorts and I want it to be search engine friendly like the Microsoft website. Here is another explanation: Say you have one page called Default.aspx and on this page you have multiple panels containing content, all the panels are set to be invisible. How do I set it so when a user loads the page with say LinkID=1 attached to the end of the web address it shows only one of the panels? Also if the LinkID=2 it shows a different panel? I want it all to be SEO. Sorry, But it's still not I wanted!, How do I send those ?LinkId=1 things like in the Microsoft website? I have tried GETs and all sorts but it still sends the ASP.Net session id thing which makes it un-SEO friendly.
A: Hi Luke, We developed two applications in asp.net that produce very seach engine friendly links. Check these websites: http://www.romaniantribune.net http://www.greco-catolica.org There are couple of ways to work around SE friendly links in asp.net. One is through global.asax settings. Another one, that we also use, is using an open source like the one from http://urlrewriter.net/ Please let us know if we can help you with anything. Thank you. CRT Business Solutions