Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 23, 2012 09:03 AM by levimatt
Member
52 Points
54 Posts
Feb 23, 2012 08:32 AM|LINK
Hi
I'm trying to make a web where any user could access to other user profile just writing a url like this: www.web.com/user
I don't want to develop in MVC so what is the best way, and examples to do this, to make possible this access to a user profile?
Thank you in advanced.
22 Points
6 Posts
Feb 23, 2012 08:52 AM|LINK
You can make use of Url Rewriting to achieve something similar.
http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/
Feb 23, 2012 08:58 AM|LINK
But all of these can be made programming in the code or also i have to configure IIS?
Feb 23, 2012 09:02 AM|LINK
They would require a little bit of configuration in IIS.
Feb 23, 2012 09:03 AM|LINK
Is there any other solution that not requires configuring IIS?
levimatt
Member
52 Points
54 Posts
Looking for a solution to this
Feb 23, 2012 08:32 AM|LINK
Hi
I'm trying to make a web where any user could access to other user profile just writing a url like this: www.web.com/user
I don't want to develop in MVC so what is the best way, and examples to do this, to make possible this access to a user profile?
Thank you in advanced.
MarkMonster
Member
22 Points
6 Posts
Re: Looking for a solution to this
Feb 23, 2012 08:52 AM|LINK
You can make use of Url Rewriting to achieve something similar.
http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/
Blog
Silverlight and Expression Insiders UG
Dont forget to click "Mark as Answer" on the post that helped you.
levimatt
Member
52 Points
54 Posts
Re: Looking for a solution to this
Feb 23, 2012 08:58 AM|LINK
But all of these can be made programming in the code or also i have to configure IIS?
MarkMonster
Member
22 Points
6 Posts
Re: Looking for a solution to this
Feb 23, 2012 09:02 AM|LINK
They would require a little bit of configuration in IIS.
Blog
Silverlight and Expression Insiders UG
Dont forget to click "Mark as Answer" on the post that helped you.
levimatt
Member
52 Points
54 Posts
Re: Looking for a solution to this
Feb 23, 2012 09:03 AM|LINK
Is there any other solution that not requires configuring IIS?