all groups > inetserver asp general > january 2004 > threads for monday january 19
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Forcing login to a web site
Posted by Mark at 1/19/2004 11:29:25 PM
Hi - I have a document management system in ASP/VBScript, which copies
files to a http://www.[mysite]/files directory. While uploading files
to that directory, it also updates a database with full path
information, and user groups allowed to see the file.
To get access to the file list, a use... more >>
Visual Studio .NET says my ASP.NET is not 1.1
Posted by SirAlanX at 1/19/2004 11:22:36 PM
I installed my IIS webserver with Front Page extensions.
I installed VS .NET.
I then installed the .NET Framework 1.1 which I thought had ASP.NET in it.
When I try to create an ASP.NET web application, I keep getting an error
that the server is not ASP.NET 1.1.
What could be wrong?
Thank... more >>
Peanut Butter -or - Honey
Posted by z NO[at]SPAM z.com at 1/19/2004 7:25:48 PM
I still think peanut butter is better than honey ... I mean, I like
honey and all, but come on. Sometimes you PHP lovin, honey lovin fools
go to far ... LOL.
I participate in the group to help give examples of code. I do not guarantee the effects of any code posted. Test all code before use!
... more >>
Post multiple forms to same page
Posted by Terri at 1/19/2004 6:26:15 PM
I have form1.asp which contains a form which is posted to and processed by a
page called process.asp. I want to create a second form on form2.asp and
also post it to process.asp. On process.asp I would execute different stored
procedures conditionally based on where the form is submitted from. Ho... more >>
Server.Execute
Posted by Elie Grouchko at 1/19/2004 5:05:49 PM
Hi All
In file '1.asp' I call Server.CreateObject("a") to create an instance of
object 'a'.
I then call Server.Execute("2.asp") and want to pass the reference to the
object 'a' I just created to the script executing in '2.asp'. Session
cookies are not enabled so there is no session object.
... more >>
DCOM & W3SVC Errors
Posted by Miguel Orrego at 1/19/2004 4:49:31 PM
Hi,
I am trying to migrate an asp app from an NT4 Server to a Win 2k Server.
The directory structure & DSNs have been copied over and IIS configured in
the same way as the old server.
However, when trying to open the app in IE, I get en internal server error
mesage from the app, which doe... more >>
0x8000FFFF: Catastrophic failure
Posted by MeAndI at 1/19/2004 3:56:37 PM
Hi,
I've create a custom com object and I use it as follow:
set test = Server.CreateObject(myObject.classID)
' --> all OK the istance of the object is correctly created
retval = test.function1(par1, par2 ...)
' --> as soon as I call every function of my com object the system returns
the ... more >>
he expression is typed incorrectly or it is too complex to be evaluated
Posted by at 1/19/2004 3:55:33 PM
I am trying to run the following agregate function in a parameterized query
on Access2000:
Min([t1].[f1]*sqr([t2].[f1]/[t1].[f1])/[param])
The query saved OK, but an attempt to run it results in the message:
The expression is typed incorrectly or it is too complex to be evaluated
If the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASPmail
Posted by Steve Bywaters at 1/19/2004 1:54:31 PM
Since 2000, I have built a web site for a client in ASP, using CDO mail.
All has been well, and I have getting extension projects from them <g>
But while I was away on the holiday over Christmas, the "IT dept." has
decided to rationalise all the web servers (ok)... and standardise on one
mail ... more >>
IP dns question
Posted by GriffithsJ at 1/19/2004 12:02:50 PM
I have a series of websites, let's call them "customer1.mydomain.co.uk" -->
"customer200.mydomain.co.uk".
Each URL is bound to an individual IP address which can be resolved using
nslookup.
So, for example
customer1.mydomain.co.uk = 100.200.300.1
customer200.mydomain.co.uk = 100.200.300.20... more >>
Consuming a web service
Posted by GriffithsJ at 1/19/2004 10:10:20 AM
Hi
Someone has given me the URL of a "web service". It's something like:
"http://www.someHost.com/service.asp?input=value
What happens is I send it an input key and an associated value and it
returns a set of values.
I have to write an ASP page (not .NET) that calls this page and loads t... more >>
Pointers in ASP
Posted by MeAndI at 1/19/2004 10:09:51 AM
Hi to all,
I've integrate a custom ActiveX (builded in C++) in my ASP pages, but now I
have a question/problem.
I have a function which uses the pointers as parameters.
When I call this function in my ASP page I have this error (Data type
missmatch..)
e.g.
dim param1
dim param2
param1 = "... more >>
Write to file failed
Posted by Jan Plastenjak at 1/19/2004 10:00:27 AM
Error Type:
ADODB.Stream (0x800A0BBC)
Write to file failed.
Why? :(
... more >>
Select's Qusetion
Posted by Jack at 1/19/2004 9:48:04 AM
Hello,
<%@ Language=VBScript %>
<%
Response.Write "<FORM name=form1>"
Response.Write "<select name=""select1"">"
Response.Write "<option value=1>One</option>"
Response.Write "<option value=2>Two</option>"
Response.Write "<option value=3>Three</option>"
Response.Write "</select>"
Resp... more >>
problem in asp
Posted by chivalc NO[at]SPAM yahoo.com at 1/19/2004 6:17:22 AM
Hi all,
I have to test a com component.
for which i have used asp to call perticular functions of the component.
now what happening is for some set of parameters to functions in the com
component
the testing takes too long time and the scipt page gets timeout.
I have used window.SetTim... more >>
How do I get a search to show me more than one result.
Posted by webmaster NO[at]SPAM webteq.net at 1/19/2004 5:41:34 AM
I am carrying out a search on an MS Access 2000 db from within a page.
I know that there is more than one result to be displayed, but I can't
get the code to loop to the second result onwards. This is the code.
I hope it's not too big, as I don't want to end up with a thick ear.
<div id="mas... more >>
Block "HEAD" method?
Posted by Steven Burn at 1/19/2004 4:20:53 AM
Just wondering if anyone knows of a way to block the HEAD method from being
used outside of the server? (i.e. by a program, or external website).
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
Disclaimer:
I know I'm probably wrong, I just like taking pa... more >>
help... Active Service Pages... multiple restarts
Posted by yabbadooGOAWAYSPAM NO[at]SPAM bigfoot.com at 1/19/2004 12:58:17 AM
w2k server... after rebooting the event viewer/application log shows multiple
restarts of Active Server Pages and they continue to build in memory as each
start produces a IWAM_SERVERNAME in the task manager.
there might be 10 - 20 starts without a stop... when I restart iis services it
tak... more >>
Preventing multiple login prompts when using 2 different domains
Posted by Jdaunoravicius NO[at]SPAM questarcapital.com at 1/19/2004 12:43:36 AM
We have 2 domains for internal purposes: one for users (have to login
and domain has SSL) and another for sponsors (have to login and domain
does NOT have SSL).
Now when a user logs in and there are pages that have info from the
sponsors domain, users are asked to login again with a warning me... more >>
|