How to: Create a New Project For Your Remote Web Access Add-In

 

Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials

You can use the WebAddIn template to easily create the files that are required for a Remote Web Access add-in.

To create a new project for your Remote Web Access add-in

  1. Open Visual Studio 2010 as an administrator by right-clicking the program in the Start menu and selecting Run as administrator.

  2. Click File, click New, and then click Project.

  3. In the Installed directory, click Templates, click Visual C#, and then in the center pane, click WSS Web Add-In.

  4. Provide a name and a location for the project, and then click OK.

  5. Copy the Wssg.Web.dll file to the project folder, and add a reference to the file.

  6. Save and build the project to ensure that it builds correctly.