Difference between revisions of "Develop .NET 6.0"

From MgmtWiki
Jump to: navigation, search
(Context)
Line 4: Line 4:
 
==Context==
 
==Context==
 
*Bring up a secure web site deployment with a minimum of fuss.
 
*Bring up a secure web site deployment with a minimum of fuss.
*At first the challenge is getting the [[Web Site]] working well.
+
*At first the challenge is getting the [[Web Site]] working well when run a localhost on a Windows 10 computer.
 
*The assumption here is that the design is not fully fleshed out as the [[User Experience]] needs to be functional before it can be fully evaluated.
 
*The assumption here is that the design is not fully fleshed out as the [[User Experience]] needs to be functional before it can be fully evaluated.
 
*Later the problem is to get the performance to be good while the deployment expands to multiple instances.
 
*Later the problem is to get the performance to be good while the deployment expands to multiple instances.

Revision as of 16:31, 3 April 2021

Full Title

Developing and deploying a ASP.NET core website to cross platform.

Context

  • Bring up a secure web site deployment with a minimum of fuss.
  • At first the challenge is getting the Web Site working well when run a localhost on a Windows 10 computer.
  • The assumption here is that the design is not fully fleshed out as the User Experience needs to be functional before it can be fully evaluated.
  • Later the problem is to get the performance to be good while the deployment expands to multiple instances.

Problems

Debugging

References