SierraBravo.Xbox
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Web Application designed as a code sample for a job interview
Setup Instructions
------------------
1) Install ASP.NET MVC3 from http://www.asp.net/mvc/mvc3
2) Open Code/SierraBravo.Xbox.sln in Visual Studio 2010
3) When prompted to add a virtual directory for http://localhost/SierraBravo.Xbox, click 'Yes'. If this fails, please add the virtual directory manually.
4) Build the solution
5) Open http://localhost/SierraBravo.Xbox
   - If presented with security errors, ensure that the application pool user has access to the SierraBravo.Xbox.Mvc directory
6) Interact with the application

Configuration Parameters
------------------------
Web.config contains a couple parameters that the user can tweak to their liking:
1) VideoGameVotingSystem.MaxActionsPerDay (Default: 1)
   - Adjusting this setting adjusts the number of actions a user is able to take each day.
2) VideoGameVotingSystem.InvalidActionDays (Default: Saturday,Sunday)
   - Determines which days voting or adding of games cannot be performed. Separate days of week with a comma. Full day names are required.
3) Web Service
   - If you have an API key for the web service, you can add the following to the  section of the  configuration section. Make sure that it is above the "LocalXboxVotingRepository" declaration:
   


  USER_API_KEY


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。