Hi all,
I'm trying to use the file Scripting Object on my Intranet. After some permissions problems, I set the permissions to everyone/everything on the appropriate directories, but am still getting permission denied errors when I try to run a CreateTextFile function.
I've got the FSO running...
Hi all,
I'm trying to use the file Scripting Object on my Intranet. After some permissions problems, I set the permissions to everyone/everything on the appropriate directories, but am still getting permission denied errors when I try to run a CreateTextFile function.
I've got the FSO running...
Hi All,
I'm building a web based killboard from a game that I play online. The site accepts a text message that is sent to the player in game, describing the details of the kills. I have written a script that parses the data then submits it to the database. Problem is, I designed the db...
Hi All,
I sent some DB design specs to our "DB" guy. In the specs are some fields that may or may not have values inserted into them, ie; if data is supplied for a field it is inserted, if not, no insertion to that field. I had sent the spec stating that several of the fields were to allow...
Hi All,
I have moved an external "intranet" to the inside of our network, where as it was previously set up as a NT Auth. internet site. I am trying to phase out the old pages, but many people have bookmarks to the various pages. I have setup a notice page as the default.asp of the parent...
Hi all,
I just changed netwrok profiles and when I open Dreamweaver my sites are not listed in the Files dropdown anymore. I imagine because the file that contains this info is only available to my old profile. Does anyone know the name of the file that holds the information about your sites'...
Hi All,
I posted this question in the HTML forum, but wanted to post it here also, since my site is built in ASP, and think the answer may only be capable using scripting.
I have a page used for uploading PDF images to our server. It is set up using ABCUpload and seems to work fine. I have the...
Hi All,
I have a page used for uploading PDF images to our server. It is set up using ABCUpload and seems to work fine. I have the accept="application/pdf", which works fine also, for not accepting anything but .pdf files. Though, one of my supervisors want the Choose File dialog box to only...
Hi all,
I am trying to upload files through a webpage using ASP on IIS5/Win2000Svr. When I use the encType="multipart/form-data" in the <form>, like I believe I'm supposed to for file uploading, none of my other form data values carry over to my action page. When I remove the encType, all the...
Hi All,
I have a password protected website(intranet) that uses our domain user logon information for authentication. This works fine, but I have a couple of users in a branch office(same domain) that after they initially logon, when they try to hit another page (within the logon scope) they...
Hi All,
I have an Intranet that people logon to with their NT Domain user name and password. How can I capture this data for later use in ASP pages in the Intranet? Such as if someone altered a document in the Intranet, and I wanted to be able to append the changed record in the DB to reflect...
Can someone tell me how the get the UBOUND for the second dimension of a two dimension array. My array format is:
myArray(4, currentRow)
I need ubound(currentRow). Whenever I perform the ubound(myArray), it returns the ubound for the first dimension, which I already know, because it's static...
Can someone explain to me how to set up the user permissions for accessing network drives with the scripting.FileSystemObject inside an ASP, on Win2000Srv/IIS5. Network drive is also Win2000srv. I have read that I need to set up the permissions for my IIS anon. user to access the directory, but...
Hi all,
I've got an asp query that I am running and can't remember how to cloak apostrophies in the string variable so that it doesn't break my VBScript before sending the query to SQL.
Code is something like this:
strSC = "SELECT dbID, dbName FROM dbTable WHERE dbName LIKE '%" & varName &...
Does anyone know which profile name Dreamweaver uses for accessing directories when using local/network to synchronize servers? I'm trying to lock down my server permissions and appearently DW uses a different user profile than admin or the current logged user(with full admin rights)...
I'm using some dynamic arrays in my code and was wondering how to tell what the final length of the array was, or whether it has a length at all.
I am looking to use it something like this:
if len(myArray()) > 0 then
..do something
else
..do something else
end if
Thanks
Hi all,
I am using ASP/ADO and SQL7 on Win2000svr/IIS5. I have some pages that I am inputting data. Some of the fields on the page are not required data. I really don't feel like coding for all of the contingencies that could occur, in the page, nor do I want to have to right separate SP's for...
Hi all,
I can not get my webserver (IIS 5/Win2000Svr) to display any error pages other than the generic HTTP500 "There something wrong with your page" error. I recently rebuilt the server, using IIS Lockdown (v4.7?) to help me isolate problem areas. The server runs fine other than this highly...
Hi,
I have been using the CDOSYS objects to send email from my website to my webmaster@blah.com account. It used to work, but left it alone for a couple weeks, came back and began getting "Access Denied" errors, though I don't know of any changes to the server. I did some research on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.