First  |  Prev |  Next  |  Last
Pages: 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
error '8004020e'
I'm using CDOSYS to email out of a web page. Here's the code: emailSubmitter = rs("emailaddr") Set myMail.Configuration = objConfig mymail.From = "Training Event Approval/Decline" myMail.To = emailSubmitter myMail.Subject = "Training Form Approval" myMail.HTMLBody = strBody When I send it out with a varia... 7 Dec 2005 17:09
MsgBox error
I've inserted a MsgBox in some VBScript on line 12 of an .asp page and get the following error: Microsoft VBScript runtime error '800a0046' Permission denied: 'MsgBox' /default.asp, line 12 The script processes a form and other than this problem with MsgBox, the script works fine. I've Googled the error... 7 Dec 2005 17:09
run website in server
I put my website on server ,I can see all pages but when I try to delete a record in (delete page)it shows (page cannot display),and when I write click on page the address of page is: (res://C:\WINDOWS\system32\shdoclc.dll/http_500.htm#http://10.1.1.4/print/printerdel.asp) This page work local in my computer, ... 7 Dec 2005 00:57
WWW-Authenticate header field.
when I turn off Anonymous in IIs I get this Error : HTTP 401.2 - Unauthorized: Logon failed due to server configuration This is usually caused by a server-side script not sending the proper WWW-Authenticate header field. Using Active Server Pages scripting this is done by using the AddHeader method of the Respo... 1 Dec 2005 13:37
Authenticate against Active Directory
I would like to be able to pass a request to IIS to have a user name and password authenticated against my Active Directory Users database. I'm running Server 2003 however my web pages are build using ASP (not .NET). What I want to do is to open the standard User Name/Password form (I don't know how to do that... 20 Nov 2005 05:56
how to create menu with sub menus dynamicly
I've got a problem with asp.net i am trying to make a menu control. and have searched the web for serveral controls but they don't work correctly. I am pretty new to asp.net building. What am i looking for. i am looking for code to make a dynamical menu with submenus The menu items are stored in a MS SQL Table... 8 Nov 2005 07:04
Read PDF from ASP
Hi, Is it possible to read PDF File using ASP. Any idea on this regard is appreciated. Thanks dnk. ... 8 Nov 2005 10:19
RSS newsfeed
Hi. I'm new to this newsgroup, hope someone here can help. I wrote a simple ASP that reads various newsfeeds for my local astronomy club. See http://www.wmich-astro.org, on left frame click [news links]. Problem. Sometimes when I execute my script, I get: msxml3.dll error '800c0005' The system cannot locat... 21 Nov 2005 17:48
ROUND up
I have the following equation. <% varWT = Round(CInt((rsFreePack.Fields.Item("Weight").Value)) + CInt(Session("w"))) %> Assume.... Round(CInt((rsFreePack.Fields.Item("Weight").Value)) = .12 CInt(Session("w")) = 30 How can I get it to always ROUND up to 31 ...? thanks ... 2 Nov 2005 01:00
Create Certificate Error '80070002'
Hello, I have created an ASP page that requests special V2.0 Certificates for a user. This is to use with our VPN solution. My code errors on this line: requeststr = CertEnroll.createRequest(XECR_CMC,dn, "") This ASP page/Application has anonymous disabled and has Basic Authentication Configured with SSL. ... 25 Oct 2005 12:20
First  |  Prev |  Next  |  Last
Pages: 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213