From 90e2fe234ef4aef614dedae4d849114964072731 Mon Sep 17 00:00:00 2001 From: bthornton Date: Fri, 14 Jun 2013 10:53:12 -0400 Subject: [PATCH 1/2] added .NET server sample readme --- ServerNotify/server/ServerNotify/README.md | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ServerNotify/server/ServerNotify/README.md diff --git a/ServerNotify/server/ServerNotify/README.md b/ServerNotify/server/ServerNotify/README.md new file mode 100644 index 0000000..46609ab --- /dev/null +++ b/ServerNotify/server/ServerNotify/README.md @@ -0,0 +1,27 @@ +# ServerNotify Server JavaScript 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 From ad6616ca11e112e6cd37a7f8728810cc1ca916b5 Mon Sep 17 00:00:00 2001 From: bthornton Date: Fri, 14 Jun 2013 10:54:38 -0400 Subject: [PATCH 2/2] updated readme --- ServerNotify/server/ServerNotify/README.md | 2 +- ServerNotify/server/dotNetAlternative/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerNotify/server/ServerNotify/README.md b/ServerNotify/server/ServerNotify/README.md index 46609ab..84fcd43 100644 --- a/ServerNotify/server/ServerNotify/README.md +++ b/ServerNotify/server/ServerNotify/README.md @@ -1,4 +1,4 @@ -# ServerNotify Server JavaScript Implementation +# ServerNotify: Server C# Implementation *Note: The JavaScript version is very bare-bones and meant to be a manual push. 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.