Click here to Skip to main content
15,902,114 members

Comments by RebelStar (Top 3 by date)

RebelStar 24-Oct-16 4:01am View    
Ya. In wwwRoot Folder of WebAPI Solution. And even after publish located at same location.
RebelStar 16-Aug-16 2:49am View    
then whatever provision(file/structure/framework/version) you have to just add template for routing with the help of internet searches.
RebelStar 13-Jul-16 1:03am View    
then send id using base64 encoded querystrings : url?q=yourbase64id
or
as base64 encoded parameter: ViewQustion(string youbase64id)

and then decode it back to get int id