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
4 replies to this topic
#1
Posted 12 March 2010 - 12:19 AM
|
|
|
#2
Posted 12 March 2010 - 12:38 AM
i feel, i have got this answer :D
asp using file extension = .asp
asp.net using file extension = .aspx
thanks :)
asp using file extension = .asp
asp.net using file extension = .aspx
thanks :)
#3
Posted 13 March 2010 - 06:54 AM
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.
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.
#4
Posted 14 March 2010 - 05:10 PM
@winged
thanks for your help
this problem have been solved..
thanks for your help
this problem have been solved..
#5
Posted 19 March 2010 - 08:28 AM
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
<% imports Language="C#" Inherits="" blah blah blah %>
I bet u got a ASP.NET page then ;D
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









