First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21
File not found error using #include virtual with UNC path
I have a virtual directory, lets say it exists at www.server-a.com/virtual-dir/ virtual-dir points to another directory on another server using the unc path: \\server-b\main-dir I have a file at www.server-a.com/virtual-dir/some_script.asp, using the following include: <!--#include file="some_include.asp"---> ... 8 Aug 2008 18:13
IIS7 ASP Response object incompatible with MSXML transformNodeToObject
People, Anyone else got an IIS7 server out there that they can test this little ASP file:- <% Set xml = Server.CreateObject("MSXML2.DOMDocument.3.0") xml.loadXML "<root />" Set xsl = Server.CreateObject("MSXML2.DOMDocument.3.0") xsl.loadXML "<xsl:stylesheet xmlns:xsl=""http://www.w3.org/1999/XSL/Transform... 13 Aug 2008 12:49
Type mismatch
Hello, is there a setting in IIS 5.0 that would quickly fix the following error?: Microsoft VBScript runtime (0x800A000D) Type mismatch It's strange because some of our .asp pages were working fine for the past years but recently our website was updated in that old folders were renamed and the new ... 29 Jul 2008 15:45
ASP Content Display (aspx expert)
Pseudonyme wrote: Hi all, Ever had an ASP website where you cannot display webpages ? O.S. I am using MSFT Windows Vista Pro (6000) updated with MSFT windows update today + MSFT Office 2007. Browser I am using I.E. 7.0.6000 and Firefox 2.0.0.12 Language : French versions ..... ... 10 Jul 2008 19:37
Uploading Large Files
I'm using a pure ASP upload script to handle file uploading. We run IIS6 and I'm aware of the AspMaxRequestEntityAllowed variable in the metabase. I upped this to allow the file size maximum and it was working for the past couple months. Now all of a sudden in the past couple of days we are seeming to have prob... 9 Jul 2008 12:41
GetRows
Trying to learn and use GetRows. I'm using the example on: http://www.aspdev.org/articles/asp-getrows/ Without GetRows(), the below recordset will return 100+ manufacturer names. With GetRows(), I get nothing. What am I missing? thanks <% Dim rsManuf Dim rsManuf_numRows Set rsManuf = Server.CreateObject(... 14 Mar 2008 12:05
A safe array of bytes is expected as an argument
Hi there, I am using the ASP to PDF component from www.asppdf.com and have an unusual problem when displaying a blob from the database. When there is an image stored in my SQL2000 field of type image, and I use this: Params = "x=337; y=408; scalex=.33; scaley=.33" Set SigImage = Doc.OpenImageBinary(rsMotor(... 13 Mar 2008 00:54
Error with to create my dll component iis 6
I have a ii6 on 2003 web server and i installed a my component maked in vb.net. Before, on 2000 server,it didn't problem but since jenuary this component gives me this error: 006~ASP 0177~Server.CreateObject Failed~8000ffff If i use the component into an application (vb.net) this work without problem. Thank... 12 Feb 2008 11:10
Enter for free CHIIL VIDS ILLEGAL
!!! FREE CH1LL VIDEO 1 - ILLEGAL!! http://img109.imagevenue.com/loc819/th_22183_00166_122_819lo.jpg [img:dc2567f2da]http://img199.imagevenue.com/loc445/th_25812_00218_122_445lo.jpg[/img:dc2567f2da] [img:dc2567f2da]http://img176.imagevenue.com/loc553/th_26335_00253_122_553lo.jpg[/img:dc2567f2da] [img:dc256... 1 Feb 2008 00:31
cleartrust authentication in ASP
I have an ASP page that will be calling a vb.net web service. The web service is secured by clear trust authentication. We have done some research and we found that we need to do the following in order to reach the web service from our ASP: 1. Create MSXML2.XMLHTTP object in the ASP 2. call the URL where the we... 1 Feb 2008 00:31
First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21