UWP Tips & Tricks # 3 – Creating a Hosted Web App in Visual Studio 2015 ?

You can create a Hosted Web App in Visual Studio 2015 by following the below steps. Note that you require the existing website to host.

How to Create a Hosted Web App in Visual Studio 2015 ?

1. Launch Visual Studio 2015.
2. Create a new Windows 10 JavaScript app using the Blank template.
3. Open the package.appxmanifest file and set the following
– StartPage of the app
– Application Content URI rules.

image

 

image

    2 Comments

  1. Charwaka
    August 22, 2015
    Reply

    We”ll a Quick Tut

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...