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

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,086 Reputation points Volunteer Moderator
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.