diff --git a/ServerNotify/server/ServerNotify/README.md b/ServerNotify/server/ServerNotify/README.md new file mode 100644 index 0000000..84fcd43 --- /dev/null +++ b/ServerNotify/server/ServerNotify/README.md @@ -0,0 +1,27 @@ +# ServerNotify: Server C# Implementation + +*Note: The JavaScript version is very bare-bones and meant to be a manual push. + +The sample code for this application is Open Source under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html). + +**Author(s)** + +* [John Mutter](http://www.twitter.com/muttejo) +* [Maurice White](https://twitter.com/MoReeseMo) + +## .NET Server Setup + +1. In Visual Studio Create a New Visual C# Web Project (ASP.Net Empty Web Application) ASP.Net 3.5.0+. +2. Name it ServerNotify and set the location where you would like, then click OK. +3. Copy Default.aspx, Default.aspx.cs, web.config, and the entire contents of IMG folder, including the IMG folder into the project (Overwriting existing files). +4. Click on the ServerNotify Project, if it's an option, "Convert to Web Application". +5. Clean, Build, and Debug. +6. When ready, build and publish to web server. + +## Bug Reporting and Feature Requests + +If you find a bug in a Sample, or have an enhancement request, simply file an Issue for the Sample. + +## Disclaimer + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/ServerNotify/server/dotNetAlternative/README.md b/ServerNotify/server/dotNetAlternative/README.md index f5f3dfc..d6391d3 100644 --- a/ServerNotify/server/dotNetAlternative/README.md +++ b/ServerNotify/server/dotNetAlternative/README.md @@ -1,4 +1,4 @@ -# ServerNotify Server JavaScript Implementation +# ServerNotify: Server JavaScript Implementation *Note: The JavaScript version is very bare-bones and meant to be a manual push.