Skip to main content Skip to footer

How to set up a Visual Studio Web Application

If you set up your Umbraco website as a Visual Studio Web Application you will need to let your Visual Studio Project know about any new files that are added after installing your uSkinned Package.

The following files and folders should be included with your project:

/App_Code (All files)
/App_Plugins/ (All files)
/bin/createsend-dotnet.dll
/bin/MailChimp.dll
/bin/ServiceStack.Text.dll
/bin/USNStarterKit.dll
/bin/PackageGarden.Licensing.dll
/bin/ImageProcessor.Plugins.WebP.dll
/bin/uskinned-v8-site-builder.lic
/config/usntheme.config
/css (All files)
/images (All files)
/Media (All files)
/scripts (All files)
/usn (All files)
/views (All files)
/error.html
/favicon.ico

#h5yr