Jump to content

getting know asp or asp code

- - - - -

  • Please log in to reply
4 replies to this topic

#1
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
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

#2
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
i feel, i have got this answer :D
asp using file extension = .asp
asp.net using file extension = .aspx

thanks :)

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
cakka

cakka

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
@winged
thanks for your help
this problem have been solved..

#5
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
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




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users