Click to See Complete Forum and Search --> : Can you mix asp with html - cart vs. site content?
ne_plus_ultra
03-24-2008, 02:31 PM
I am not familiar with asp. However, my cart provider - is based on asp. I plan to build out the site content & architecture (such at about us, press, etc) -- but I am only familiar with html. Can I take an html doc and copy into asp via dreamweaver? If not, what is the best way to approach this?
It depends on how the .ASP assembles the webpage.....
KDLA
ne_plus_ultra
03-24-2008, 03:17 PM
It depends on how the .ASP assembles the webpage.....
KDLA
KDLA, The reason I ask is because my shopping cart is in .asp. However, I would like to build out the site architecture to include static pages such as -- about us, press, splash pages etc. I wasn't sure if it is correct to use html alongside a cart that is asp.
I have been researching this -- and it appears as though I could copy & paste my html into asp docs? The pages I am going to create will not be dynamic & won't be setup to pull data from a server etc.
Yes. You could create static HTML pages (no need for .asp if they aren't dynamic) and have links to the ASP-driven ones.