Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

add server side technology to site

Status
Not open for further replies.

dinger2121

Programmer
Sep 11, 2007
439
US
Hello,
I have a site that was created in Dreamweaver with no server side technology. I would like to add server side functionality to it so that I can begin using ASP .net pages. Is there a way to change this in the current site, or would I be better off recreating the site and choosing server side technology?
Also, if I can add in that functionality, is there an easy way to convert my existing html pages into aspx pages?

Thanks
 
All you need to do is change the extension of your pages from html or htm to .asp.

Then inside your page its just a matter of adding in the Server Side code, within the appropriate opening and closing Server Side code tags.



<%
server side code goes here
%>



----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top