forked from blackberry/BES10-Cascades
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request blackberry#6 from bthornton32/master
Small readme updates
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters