Closed Thread
Results 1 to 5 of 5

Thread: getting know asp or asp code

  1. #1
    cakka is offline Programmer
    Join Date
    Jun 2008
    Location
    Jakarta - Indonesia
    Posts
    192
    Rep Power
    0

    Question getting know asp or asp code

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    cakka is offline Programmer
    Join Date
    Jun 2008
    Location
    Jakarta - Indonesia
    Posts
    192
    Rep Power
    0

    Re: getting know asp or asp code

    i feel, i have got this answer
    asp using file extension = .asp
    asp.net using file extension = .aspx

    thanks

  4. #3
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: getting know asp or asp code

    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

  5. #4
    cakka is offline Programmer
    Join Date
    Jun 2008
    Location
    Jakarta - Indonesia
    Posts
    192
    Rep Power
    0

    Re: getting know asp or asp code

    @winged
    thanks for your help
    this problem have been solved..

  6. #5
    gokuajmes's Avatar
    gokuajmes is offline Programming God
    Join Date
    Jan 2010
    Location
    India
    Posts
    516
    Blog Entries
    5
    Rep Power
    12

    Re: getting know asp or asp code

    when u view the code of the webpage u will have a directive referance like
    <&#37; imports Language="C#" Inherits="" blah blah blah %>
    I bet u got a ASP.NET page then ;D

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem in a href location from php code to html code
    By newphpcoder in forum PHP Development
    Replies: 5
    Last Post: 05-13-2011, 02:03 PM
  2. how to make a bar code reader program in VB 2008 please send me the code
    By tontonskie in forum Visual Basic Programming
    Replies: 1
    Last Post: 11-15-2010, 12:58 AM
  3. add code for font size under php echo code
    By newphpcoder in forum PHP Development
    Replies: 2
    Last Post: 11-10-2010, 11:03 PM
  4. Code: Capture Code from USB Camera
    By MrNobody in forum Visual Basic Tutorials
    Replies: 71
    Last Post: 08-14-2009, 08:59 AM
  5. Code: Capture Code from USB Camera
    By MrNobody in forum Tutorials
    Replies: 5
    Last Post: 09-08-2007, 06:00 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts