Endpoint configured, static pages work
This commit is contained in:
@@ -11,12 +11,14 @@
|
|||||||
"IIS Express": {
|
"IIS Express": {
|
||||||
"commandName": "IISExpress",
|
"commandName": "IISExpress",
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
|
"launchUrl": "index.html",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"WD7UVN_SzTGUI_2023242.Client.JS": {
|
"WD7UVN_SzTGUI_2023242.Client.JS": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
|
"launchUrl": "index.html",
|
||||||
"dotnetRunMessages": "true",
|
"dotnetRunMessages": "true",
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
||||||
|
|||||||
@@ -4,4 +4,8 @@
|
|||||||
<TargetFramework>net5.0</TargetFramework>
|
<TargetFramework>net5.0</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="wwwroot\" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.5.002.0
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WD7UVN_SzTGUI_2023242.Client.JS", "WD7UVN_SzTGUI_2023242.Client.JS.csproj", "{B4EE3E49-EA81-43E0-8E5E-3A9AA56CAFAB}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{B4EE3E49-EA81-43E0-8E5E-3A9AA56CAFAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{B4EE3E49-EA81-43E0-8E5E-3A9AA56CAFAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{B4EE3E49-EA81-43E0-8E5E-3A9AA56CAFAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{B4EE3E49-EA81-43E0-8E5E-3A9AA56CAFAB}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {ADBFE128-FA32-4F15-905A-2739EF2CBF11}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
10
WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html
Normal file
10
WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Hello, World!</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Hello, World!</h1>
|
||||||
|
<p>Welcome to my first web page.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user