Website templte and VS and Azure

Rachid1977 1 Reputation point
2022-12-23T13:22:30.317+00:00

Hi,

I have buyed a Website template (HTML5, CSS3, JS), and I need to change it, build and post it in Azure, What is the best way to follow:

Visual Studio? Azure Built-in apps? ASP .NET? or other things where can I change the template easily.273744-website-template.png

you can see the structure of this template in my screenshot.

is not necessary that I find something to drog and drop over the template, but I need if I can change it in Visual Studio also, if yes I can do the rest.

Thanks

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,139 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,041 Reputation points
    2022-12-23T17:23:33.05+00:00

    it depends on your goals. your template appears to be a php site, but the php code could be converted to a .net language.

    either visual studio 2022 or visual studio code would up to the task.

    if you switch from static site, the main job is breaking out the common html to reusable components (header, footer, etc) and structure for the chosen framework,

    0 comments No comments