Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, i'm trying to develop dynamic profiles in which, the .aspx page will be created on signup.. i've already done the creating part.. and it is working fine, Now what i want to do is, i want my pages to be extensionless... like..

i want www.myurl.com/Profiles/sample.aspx?id=profilename to be like this www.myurl.com/profilename


where Profiles is folder and sample is an .aspx page residing in Profiles.
i'm using IIS 7, can any 1 tell me what should i do to achieve this? Thank U
Posted
Updated 25-Apr-14 8:34am
v2
Comments
You can find many articles in Google on this topic.

1 solution

See if this[^] or this[^] can get you started.


I would put relevant info here, but its dealing with the rewrite module, the webconfig, or regex and both the links are pretty short. I hope that, even though this probably isn't the "all in one" solution for you, it will give you what you need to get moving.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900