Hello to all developers,
I am trying to find some example of Dynamically generate URL(PURL). I have seen one software which generate personalised URL from MySQL database . The only thing is that software is using PHP to generate URL and as a .NET developer I dont know about php. My question is is there a way that I can fetch data from data base and using perticular field i can generate url which is not actually store in my web space..
eeg.
-----database-----
firstname | lastname ....
===========================
xyz abc
pqwert qweoiuy
alfa beta
the URL should be like
http://something.com/somepersonal/xyz_abc.aspx
http://something.com/somepersonal/pqwert_qweoiuy.aspx
http://something.com/somepersonal/alfa_beta.aspx
It is something like personalised page for users or clients. I have template to use as back page but dont know how to plug and dynamically generate URL..