You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Dominic St-Pierre edited this page Jan 3, 2014
·
1 revision
Manually installing LCSK
While installing via NuGet is quick, you can easily add LCSK to an existing ASP.NET 4 project. LCSK do not have any MVC or Web Form requirements. The demo project is built on top of MVC only due to a self-preference.
Install the only dependency SignalR:
Install-Package Microsoft.AspNet.SignalR
Add the LCSK folder found in the Demo project to the root of your web application.
Please note that when you install Microsoft.AspNet.SignalR NuGet will add javascript files to your ~/Scripts folder. We've included the SignalR and jQuery .js file in the LCSK/js folder. It's up to you to take the file structure you like, simply change the script tag to reflect your choices.