Last post Nov 23, 2017 01:23 AM by Deepak Panchal
Contributor
2613 Points
2718 Posts
Nov 22, 2017 05:30 PM|wavemaster|LINK
Suppose I want to start a site from scratch in Visual Studio 2017....
How would I go about doing that?
2990 Points
1210 Posts
Nov 23, 2017 01:23 AM|Deepak Panchal|LINK
Hi wavemaster,
To create an ASP.NET Razor website in Visual Studio:
In the File menu, click New Web Site.
Select the ASP.NET Web Site (Razor) template.
Your new project exists and is populated with some default web pages to help you get started.
Reference:
Creating ASP.NET Razor Site in Visual Studio
Walkthrough: Creating a Web Site using Razor Syntax in Visual Studio
if you are using .NET Core then you can refer links below.
Introduction to Razor Pages in ASP.NET Core
Getting started with Razor Pages in ASP.NET Core
Regards
Deepak
Contributor
2613 Points
2718 Posts
how to create a Razor C Web Pages site in VS2017?
Nov 22, 2017 05:30 PM|wavemaster|LINK
Suppose I want to start a site from scratch in Visual Studio 2017....
How would I go about doing that?
Contributor
2990 Points
1210 Posts
Re: how to create a Razor C Web Pages site in VS2017?
Nov 23, 2017 01:23 AM|Deepak Panchal|LINK
Hi wavemaster,
Creating ASP.NET Razor Site in Visual Studio
To create an ASP.NET Razor website in Visual Studio:
In the File menu, click New Web Site.
Select the ASP.NET Web Site (Razor) template.
Your new project exists and is populated with some default web pages to help you get started.
Reference:
Creating ASP.NET Razor Site in Visual Studio
Walkthrough: Creating a Web Site using Razor Syntax in Visual Studio
if you are using .NET Core then you can refer links below.
Introduction to Razor Pages in ASP.NET Core
Getting started with Razor Pages in ASP.NET Core
Regards
Deepak
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.