Skip to content

Commit

Permalink
Merge pull request blackberry#6 from bthornton32/master
Browse files Browse the repository at this point in the history
Small readme updates
  • Loading branch information
bthornton32 committed Jun 14, 2013
2 parents 8d99cfa + ad6616c commit 08fc9f7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions ServerNotify/server/ServerNotify/README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion ServerNotify/server/dotNetAlternative/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 08fc9f7

Please sign in to comment.