Forum Moderators: open

Message Too Old, No Replies

asp and HTML

         

degreenet

7:04 pm on Apr 12, 2009 (gmt 0)

10+ Year Member



hi i am new to asp and html,

is it possible to replace asp pages in a website with html forms and html forms connected to database...?

Ocean10000

4:29 pm on Apr 15, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ASP allows you to do processing on the server side.
A static HTML form has no abilities to do anything on server side.

To connect to a database you need something on the server side to provide that access, this is where asp comes into play. This is for security purposes, since you do not want to provide the world the username/password to access the database.

mrMister

3:11 pm on Apr 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think degreenet is just wanting to rename his files so they have the .html extension rather than the .asp extension.

degreenet, there are lots of ways of doing this, but the easiest is probably to install ISAPI_Rewrite on your server and do some rewrite .html URLs so they point to the .ASP ones.