Click here to Skip to main content
15,887,355 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I have a static website which I want to club with my other website which is dynamic and in asp.net.

And also there is some amount of bootstrap used in static one.

Please provide a solution to it.

What I have tried:

I have tried changing codes manually like using textbox in place of input type
Posted
Updated 24-Apr-18 10:33am
Comments
F-ES Sitecore 12-Apr-18 9:03am    
Just leave it as it is, if it is html then all work will be done on the client so it will all still work in an asp.net site\project. A little pointless, but it should still work.

1 solution

Just copy the pages as they are into the other site. make sure to include any style sheets and simply link the dynamic pages to the static ones. No good reason to convert them unless you plan to dynamically update them
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900