Choosing B/w ASP V1.0.3705 & V1.1.4322

When there are mutliple ASP version installed on the same machine there
will be corresponding directories under "WINDOWSMicrosoft.NETFramework"

Ex: my webserver has following ASP folders
C:WINDOWSMicrosoft.NETFrameworkv1.0.3705
C:WINDOWSMicrosoft.NETFrameworkv1.1.4322

1) Can I have one website using v1.0.3705 and other using v1.1.4322?
2) How to know the ASP version that is being used?

View Replies


ADVERTISEMENT

Choosing An ASP Server

I'm currently running my personal website off of my home computer which is running Windows XP Home. I'm not using IIS for my webserver.

I'm wondering what the best ASP servers are that I can utilize on my home system. Any suggestions?

View Replies View Related

Choosing Scripting Language

I am learning them and using them in a project simultaneously. I felt VBscript is a little primitive when it comes to error handling. I mean I can't put "On Error Resume Next" command before every code line of the program. That's one of the problem I came across so far - and for me it is a major draw back to develop a application with no or little error-handling.

which is better to use along with ASP - VBScript or JScript or JavaScript. As I don't have experience using them, I can't judge which is better to use in a real time project.

View Replies View Related

Choosing Sort Order And Search Value

I am trying to do a search and let the user choose the sort order. I am using a form with an text input box to enter the search value and a combo box to choose the sort field. The search works fine but it won't sort: Code:

View Replies View Related

Choosing The Highest From Multiple Fields Not Rows.

I have multiple fields (BLM, WHM, RNG, MNK) each with a numeric value. How can I search across these fields for each record and find the highest number.

Example:

Name BLM WHM RNG MNK
----------------------------------
Jason 19 52 33 18

What I want it to do is return and display Jason WHM 52

And I want to do this for every record in the table.

View Replies View Related

Dynamic ASP Form - Prevent User Choosing Default

I have an ASP form which only includes an option list. The list is dynamically created but includes a default value, which is an instruction "Select a group".

The code is shown at bottom. I want to ensure the user does not submit the form with the default value selected. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved