Congratulations! You have successfully installed Git Web Access.
Before start, please check the following configuration settings.
<add key="GitAuthenticationMode" value="All" />
<add key="GitAuthenticationMode" value="Push" />
<add key="GitAuthenticationMode" value="None" />
The default OData service endpoint is GitDataService.svc. To enable a simplified endpoint, called odata by adding the following line of code to the Global.asax.cs file or _AppStart.cshtml file.
System.Web.Routing.RouteTable.Routes.Add( new System.ServiceModel.Activation.ServiceRoute("odata", new System.ServiceModel.Activation.WebServiceHostFactory(), typeof(GitDataService)));
For more information, please visit the Git Web Access Project Site.
© Copyright 2010-2011 Yiyi Sun. All right reserved.