I'm using Persits ASP Upload to upload files to a simple document
management application running on Windows Server 2003. At the moment
I've set the OVERWRITEFILES property to FALSE so every time a file is
updated ie the same file is uploaded, the filename is extended by a
postfix eg if I upload logfile.txt and then upload it again the new file
is called logfile(1).txt This is required because the code first uploads
the new file and then deletes the old one. The drawback is that the file
name extends and extends and extends...
My question is - if I set OVERWRITEFILES to TRUE and the upload fails
half way through, will the original file be trashed or will Windows
somehow 'roll back'?
I'm using VB to create a DLL and am having trouble unloading it so I can rebuild it while testing. I think I used to kill a process to unload it before but there must be a better way..
Have anyone uses the www.freeaspupload.net for uploading source code before?
I have tried out the code and it runs successfully . However, there is one problem to this well-written code.
It will over-write files !!! (-_ - !!! ) Does anyone know how to amend this code so that when the user try to upload a file name which is found to be the same as in the server. It will prompt "Sorry, please re-name your file . "
I've recently installed an asp component called smartupload, it works very well. The problems start when a mac user uploads a jpg or gif, windows will not open the file.it works fine with a windows user.
The ASP application uses the "File" active-x control. On windows 2003 IIS(6.0), the download the file fails with the Error: Request object error 'ASP 0104 : 80004005'
The above error is retuned by my asp code: lnBytes = Request.BinaryRead(lnByteCount)
I did not see this error on windows 2000 server. Is there any solution/workaround available on Windows 2003 IIS(6.0) for this issue.
Due to the nature of our system, we need to dynamically import certificate files into windows certificates store and access the certificate store from ASP pages, these ASP pages call a VB dll component, which uses the CAPICOM component to manipulate windows certficate store.
Because ASP is running under IWAM account, we got "Access is denied" error when trying to import the certificate files. We registered the VB components under COM+ to get around this security problem. However, recently we are experiencing all sorts of problems with COM+ ( eg. DLLHost.exe hang with 100% CPU after heavy traffic, ActiveX component can not be created out of sudden), we decided to move this VB component out of COM+, which means we are facing the same old "Access is denied" problem again. Code:
I have windows xp professional and i am using asp on it so to give alias to the folder i right click on folder and click on webshare then give alias and type 127.0.0.1/aliasname/but its not working it takes me to other page when it dont found no ASP is working
i want to do is i schedule something send it to another user,within intranet in that user's machine he should get a pop up window about the latest shedule.how can i make this happen?tell me specifically about creating this pop window of this purpose
I am going to purchase Windows XP Pro in order to install IIS. Is IIS included on the OEM version of the software, or is it only included on the full retail version?
I hv asp page which, upon selection from a dropdown,opens a new window (target="_blank") using the selected value as the parameter (page.asp?Test=(dropdown value))
What I want to do is control the look of the new page. I have been told I need to use JavaScript to open the new window. But how do I fire the JavaScript procedure and how do I pass it the selected dropdown value?
During testing on my home PC running XP when any of the big blue buttons are clicked a new web page opens. If a team is selected from the drop-down list a new page opens with the selected team details in it.
However when deployed live, whenever any of the buttons are clicked, not only does the new window appear for that content, but also the new team page window appear with an error because no team has been selected.
Can anyone explain this, and more importantly advise how I make the live web site function as intended and how it does when testing.
I've been doing some research on talking to an access database on windows CE using asp. The website listed below says I cannot use Server.Createobject So I was wondering if anyone could tell me what the usual method was for creating the database connection on the windows CE platform since the server.createobject method is not available.
Do asp pages work for any other OS than Windows, as they are? How can I know what is the operating system of the web server of a certain site (not mine)? I rememeber there is something I can check with asp.
Is there a Content Management System that runs on ASP Windows hosting that allows an user to go to an admin page on the website, login and make content update to the site without touching code?
I know there are lots in the Linux world. What about Windows? I know about Contribute, but that requires an install of a desktop application. Or do they have a web verison now? I want an admin web page.
I want to install the NT 4.0 Option pack to install the IIS web server. Does the option pack install to get the web server working on my Windows NT workstation running SP6a work. I want this web server to connect to a SQL Server which is running on this NT Workstation as well.
Please clarify what are the steps I need to follow to get the web server running on my NT 4.0 workstation to run ASP.
I have C# windows control libarary (Dll), which I could able to load them into browser using <objecttag with following syntax (In aspx page) and user able to see the contolr properly.
I would like to load a client C# windows control libarary (Dll) instead from webserver. (something like OCX) So is there way I can load .NET control from client machine?? (Assum that, the libarary exists in client machine GAC or in physical path)
Can someone tell me how I create a login page which authenticates users against the servers user manager. I want the login to be a form in my website not a pop up window!
I would be grateful for any advice relating to this subject. I have a script for windows 2000 active directory but was wondering if you could achive the same with windows NT 4 and IIS 4 Code:
If I have a website running ASP 3.0 on IIS 6 (server 2003), and am using Integrated Windows Authentication, is there a way I can place in a session variable something to identify the person who authenticated to the web site so I can say right on the ASP page "Welcome UsernameHere" ??
How would I get a windows account name through ASP? Say I login with veamon, and the start menu says Bob Barker ...how would I get the Bob name...i can get the login name
i am trying to disable windows key shortcuts to my exam.asp page.i dont want the user to be allowed to be able to close the application.i have opened the page in a framless mode...nothing the user can do with the mouse. now with the keyboard...you guessed it right! i have learned through my search on the internet that VB uses winapi and delphi uses some other method! or maybe the same! i need to know how to get to do this in jscript or vbscript. I need all closing possiblities used by the keyboard...such as Ctrl+Esc which will bring the start menu and Alt+F4 and F1 and Ctrl+Alt+Del and windows icon and anything else that gives the user the way out of my framless page
I have a problem with ("auth_user") in asp,I try to use windows username and password in asp page for limitation user access to pages, but this server variable returns empty string
Our current websites are hosted on Win2K Servers using classic ASP and IIS 5.0. We will be acquiring a 3rd party website that is written in ASP.NET. Hate to sound stupid, but is it possible to run ASP.NET on Win2K or does it need to be run under Win2003?
I want the ASP user login authenticated by the windows user, and to catch the user information as a session contained on the page. Then the login user can be redirected to its own folder (recognized by userid). How can I do that?
I have this free calendar I downloaded off the net, that I am trying to tweak to meet company standards. A username/password is required, however I wanted to use Windows authentication... is there a way I can retrieve the username/password used to sign on the computer, for form validation??? If this is possible, could someone please advise me on how i would need to go about doing this??