Hi friends,
Login credentials i want to use the URL rewriting without using the IIS settings.
Want to create URL routing based on User Subscription and User name.
On my site I have a several Level. For Example http://site.com/{0}/{1}/{2}/. . . . /{n}/*.aspx
here
1. {0}=> Subscription module
2. {1}=> Tenant/Template module.
3. {2}=> Application/Work space module.
. . .
. . .
. . .
. . .
n. {n}=> DB/ Template Management Module.
In my database I have a table called UserObjects, Members and Application_Mapping tables. The method get the data from UserObjects table and validate the user details and display the Subscription details on the page about the user. If the user select Subscription i want to routing the Page from http://www.xxxx.com/subscriptions/Home.aspx to http://www.xxx.com/SUBSCRIPTIONNAME.
N. MOHAMED ZACKKARIAH