Page 1 of 1

After Generation

Posted: Tue Feb 07, 2017 9:16 pm
by Steve2106

Hi there,
I have generated a project and am at a loss as to what I do now.
How do I see the site running. The pages look like they have been created got a load of .cshtml files in my views\home directory.
Have I missed something? how do I open the site.

Thanks for any help.

Best Regards,

Steve.


Re: After Generation

Posted: Tue Feb 07, 2017 11:36 pm
by Webmaster

If you do not know how ASP.NET Core works, read the following in the help file first:

  • Introduction to ASP.NET Core
  • Preparing Windows for ASP.NET Core Development
  • Quick Start

Re: After Generation

Posted: Wed Feb 08, 2017 9:23 pm
by Steve2106

Hi There,

I have followed you suggestions.
Installed the Asp.Net Core tools and Visual Studio 2015 Community edition.
Built and run the HelloWorld app in command window.
Created a new project in visual studio using the core web application(.net Framework)
All of this wen t well but when I use Asp.Net Maker nothing runs.
I look in C:\Users\Steve\Documents\ASPNETMaker\WebSites\project1 and there is a site there but I cannot run it.

What do I do now?

Best Regards,

Steve.


Re: After Generation

Posted: Wed Feb 08, 2017 9:36 pm
by Webmaster

Webmaster wrote:
read the following in the help file first:

  • Quick Start

Enable "Browse after generation", read Generate Settings in the help file.