Skip to content

Instantly share code, notes, and snippets.

@markdstafford
Created April 25, 2013 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markdstafford/5461404 to your computer and use it in GitHub Desktop.
Save markdstafford/5461404 to your computer and use it in GitHub Desktop.
using System.Data.Services;
namespace OData101.UpdateTheSvcFileWhenBinDeploying
{
public class BinDeploy : DataService<DummyContext> { }
public class DummyContext { }
}
<%@ ServiceHost Language="C#" Factory="System.Data.Services.DataServiceHostFactory, Microsoft.Data.Services, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Service="OData101.UpdateTheSvcFileWhenBinDeploying.BinDeploy">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment