hello, i am a php coder... but now i am working in asp website.. just easy task.. adding a captcha on there..
but i am confuse... how to do that.. and i get some information that asp & asp.net is differently
how to check what the code on the site that i am working on (asp or asp.net) ?
** sorry if my english not good
thanks
i feel, i have got this answer
asp using file extension = .asp
asp.net using file extension = .aspx
thanks![]()
ASP code generally uses vbscript. ASP.NET generally uses C# or VB.NET for the language.
If you're using a standard captcha tool, then it's just a matter of finding out what HTML you need to publish, and what session variables/form variables you need to check.
@winged
thanks for your help
this problem have been solved..
when u view the code of the webpage u will have a directive referance like
<% imports Language="C#" Inherits="" blah blah blah %>
I bet u got a ASP.NET page then ;D
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks