Hi dear,
Currently i am running through an issue that i need to get the current Web url in SharePoint using .net Csom...
i don't want to pass the url in client context like below
Client Context context = new ClientContext("http://najbsys2:1990/GeneralExpense/");
i want to get it dynamically as in server side object mode like below
SpContext.current.web.url
anybody has solution please provide me its urgent ,,i have gone through various web sites but i didn't get solution anywhere

Lakshmanan Sethu SankaranarayanPosted Jul 5, 2014, 2:22 PM
please check this
http://sharepoint.stackexchange.com/questions/77813/how-to-use-spcontext-current-web-url-in-client-object-model
its not directly possible.