You cannot post messages because this group is only available as an archive.
|
About Authentication of Active X Control
|
| |
Hello, I have hosted one page on the IIS Server which contains an Active X Component, this active X component again require Authentication while creating session in HTTP Protocol. Now How can i use the Web-Page credentical so that to Active X Component doesn't need further authentication. Thanks in Advance... more »
|
|
Problem installing ASPX pages on my local IIS
|
| |
Hi I have an IIS server installed on my local PC and I want to publish my ASP.NET site to my local webserver. I know the webserver is working since I can add an index.html file and view in a browser through my no-ip.org domain name. But when I publish my local Visual Studio 2008 (VS2008) project to my... more »
|
|
Problem separating request.form("value") from record ID
|
| |
Hi, I have an asp page which lists records. Each record has an ID appended to it. On the following edit page, I am trying to test against a certain field value, if it is >0 then run the update, otherwise don't. The problem is the data for testing is as follows: Dim arrMetal Dim iLoop arrMetal=split(request.form("I D"), ", ")... more »
|
|
include virtual not working on iis7/vista ultimate
|
| |
I have a classic ASP (vbscript, not .NET) site defined on my vista machine that binds to <local ip address>:82. The live version of this site uses include virtual however it does not work locally. How can I avoid changing include virtual to include file? Enable Parent Paths IS set to TRUE. Thank you!... more »
|
|
JavaScript population of ASP drop down
|
| |
First, my apologies for a newbie question that may have been answered before - my JavaScript skills lag behind my VB experience. I am trying to populate an drop down control with the recordset results of an ADODB connection to a Access DB. The database/recordset portion seems to be working fine. However, I'm not clear how to write... more »
|
|
Redirecting URL through ASP
|
| |
HI, I am trying to do something very simple via a ASP script but can't figure out how to do it. Whenever a user goes our our website eg. ([link]), I want it recirected to [link] I can do the simple direct via an REDIR.ASP script but cannot figure out how... more »
|
|
|