Hi All,
I took the plunge and tried to use the nightly builds from myget.org. Here's what I did:
- In VS2015 I created a new ASP.NET 5 web application.
- I launced IIS Express to test that the new web application ran. It did.
- I put https://www.myget.org/F/aspnetvnext/api/v3/index.json into my package sources.
- I opened project.json and changed occurrences of ...-rc1-final to ...-* and the package manager output seemed OK (lots of packages got installed).
- At a command prompt I ran dnvm upgrade -u
- I opened global.json and changed "version" (inside "sdk") to 1.0.0-rc2-16317.
- I launched IIS Express to test the new web application again and it didn't run properly. The web application runs and a browser opens but no content reaches the browser.
Any clues?
Thanks!
-Brian Eriksen
PS - If there's a better place to post this, great! Just let me know. If there's some specific set of instructions one should follow to be using the nightly builds [more] properly, just let me know.