Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~139 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for cancer10

you can use path info or use rewriting for this address rewriting get you address like [url]http://myserver.com/userName[/url] this address show to user but for IIS this Means to [url]http://myserver.com/default.aspx?userName=userName[/url] this is very easy path info get address like [url]http://myserver.com/default.aspx/userName[/url] this is not Beautiful for path info use [CODE] Request.PathInfo [/CODE] …

Member Avatar for Rahmani69
-1
139

The End.