I need to create a vanity url for the following link: http://www.cvent.com/d/2cq542
Needs to be something like: http://www.opportunityfinance.com/SmallandEmerging/
The biggest problem I see is that there is NO apache support. Only ASP.net, which I'm still trying to come to grasps with.
Can someone either point me in the right direction or help get me started with something? Thinking I would need to create a .aspx
or .asp
file and call Request.ServerVariables
or something somehow.
Thanks guys!