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
Printable View
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
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.