2
Answers

Generate a new URL every time but point to same application

Hi,
 
I want to create an application wihich is URL based. I want to embad a link on that URL, the link will be differenet for each user. Now I want the URL should be different for each user but point to same URL on the backend.
 
I want to just count the click on the URL. Please help. How to do this in .Net using c#. 
Answers (2)
0
Raghavendra U

Raghavendra U

NA 788 348.4k 14y
add reference System.Web

HttpContext.Current.Server.MapPath("");