Hi...
my site url would be like this www.test.com. if somebody gave like www.test.com/questions. it should be redirected to some survey which contains questions. how can i impliment this. i need to get string from that url like questions.
i tried using routing but it doesn't worked out.
RouteTable.Routes.MapPageRoute("publish", "/{publish}", "~/Index.aspx" );
Thanks in advance..