After Generation

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Steve2106
User
Posts: 2

After Generation

Post 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.


Webmaster
User
Posts: 9425

Post 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

Steve2106
User
Posts: 2

Post 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.


Webmaster
User
Posts: 9425

Post 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.


Post Reply