Results 1 to 2 of 2

Thread: how can convert asp coding in 2.0 version

  1. #1
    Join Date
    Jul 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how can convert asp coding in 2.0 version

    hello
    i have create form in asp version 3.0 not( asp.net)form is working good but when i upload on server so it does not work because server support only 2.0 asp allow so what can i do . please give me Suggestion

  2. #2
    Join Date
    Jul 2008
    Posts
    11
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    You have to find all the things in the script that are not supported by asp 2.0 and only supported by 3.0 and rewrite the script so it uses 2.0. Of you can update IIS, that is what i would do it i had access to the server. (if not ask your host if you can be placed on a updated server).

    Without posting your code, we can not really help you to much.

    Hope that helps at least a little bit.

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
  •