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
Web Development x 1
Favorite Tags
web-server x 1
classic-asp x 1
1 Posted Topic
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] …
The End.
Rahmani69