News:

Choose a design and let our professionals help you build a successful website   - ITAcumens

Main Menu

Active Server Pages(ASP) - GENERAL Questions - Part II

Started by VelMurugan, Nov 12, 2008, 12:32 PM

Previous topic - Next topic

VelMurugan

Active Server Pages(ASP) - GENERAL Questions

How do I host multiple web sites on one IIS box?

Can I dictate the load order of files on the client from ASP?

How do I time my ASP code?

Should I use sessionID to uniquely identify users (e.g. primary key)?

How do I make sure my ASP question gets answered?

Why does global.asa not fire?

What's the deal with IIS 5.0 and ASP 3.0?

Why can't I pass querystring information AND links to #bookmarks?

Can I use IP address to uniquely identify visitors?

How do I get all the ubounds in a multi-dimensional array?

How do I embed apostrophes (') and quotes (") in a string?

How do I use extensions other than .ASP for ASP files?

Why do I get ASP 0130 / ASP 0131 errors?

Why do I get 80070056 errors?

How do I run ASP on other web servers besides IIS?

I have plenty of RAM, why do I get an 'Out of memory' error?

Why do I get errors when trying to redirect?

How do I decode an encoded URL?

How do I schedule ASP files?

How do I parse the file name out of a path or URL?

How do I parse the domain name out of a URL?

Why am I having problems with Server.Execute and/or Server.Transfer?

When I run a page in my browser, why does the ASP code not execute?

How do I make sure an entered string contains only valid characters?

Why do I get 800A01F4 errors?

How do I show a "Please Wait..." message?

Why do I get the error Object Required: ''?

Why won't my session variables stick?

What is wrong with IsNumeric()?

Where can I host ASP pages for free (or at least cheap)?

How can I stop Photoshop from opening ASP files?

How do I count the number of current users / sessions?

What is wrong with Session_OnEnd()?

How do I access all active sessions on the server?

Is there an easier way to patch my server(s)?

Can I perform simple encryption / decryption in ASP?