Need advice on Making Webpage!

Soldato
Joined
24 Feb 2004
Posts
2,910
Hi everyone

i want to make a web page for a friend as part of their uni project(they do design, not IT). Well to cut a long story short its been a long time since i programmed web pages, last time i left things was ASP3 and VC++6. Not really looked into all this asp.net, blah blah.

The website i am making is fairly simple, just a few forms and then it need to send a confirmation email saying that your details have been logged and it also has a longin page. Then it needs to be hosted on a dedicated domain name.

now i was wondering can i still use ASP.3 to write this in or would i need to jump to asp.net, c#?

also was wondering how hard would it be to write the server scripting for a confirmation email to be sent out? i have never done this before! how would it be implemented specially as the website has to be online, ie on the web.

Thanks
 
Last edited:
ASP will be fine, and a confirmation email is very straight forward. You will (as far as i can remember) need a server component to send the email, but most web hosts will offer one Im sure. Something to check when you are deciding where to host it.

There are dozens of examples on google, post back here if you stumble upon problems with anything specific.
 
Back
Top Bottom