I need to create the page name as the content. For example, if there is a profile with the name DotNetFunda, I have to create a page for DotNetFunda in my application. The URL should be like as follows.
http://localhost/WebSite1/DotNetFunda.aspx.
How can we do that. Creating a page for each content is advisable or not(It may affect the performance of the website)
Note: This is already used in DNF. An aspx page is created for each and every members of DNF. Simillarly forums, articles etc.
Mark this as answer, if it is.....
With regards
Nishithraj Narayanan