Can't See Network Printers In IIS
I have a dll I wrote in VB6. Basically, it can list all the printers it finds as well as print to a selected printer.
I created a test app in VB6, added the dll as a reference, and added the following in a button click: Code:
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
How To Print Barcode On Network Printers
I would like to get more info regarding how to print barcode from ASP page to the default printer on the network(based on IP)? Been trying to google for related info but couldn't find any that helps as most of them are .NET related. Maybe someone here can tell me where can I find more info regarding the question above?
User Add Printers Via Web Page
I have VBS code that will Enumerate all the Printers in the AD and Add the Printer Connection to the client... I'm just not a web developer so I need some example code or hand-holding on the web integration portion. "Aaron_TekRecycle.com" <aaron_NAME@DOMAIN_tekrecycle.com> wrote in message news:eNuYPY#TDHA.2260@TK2MSFTNGP12.phx.gbl...[color=blue] > Does anyone know of an ASP page that will query the AD and list all the > printers so the users can "click to add" printer mappings to their[/color] profile?[color=blue]
COM+ Component Printers Collection Is Empty
I have a VB6 ActiveX DLL that we use for printing. It iterates through the printers collection to set the printer to the one the user requested. This is called from ASP (VB Script) pages, and from a VB Web Class application. The problem is, sometimes the printers collection is empty, so it fails to print. The COM+ package is configured to run as a known user. This user has printers configured. If we logon to the Web Server as the known user, and restart component services, then the printers appear and it all works. if we leave the console logged on, it keeps working. If we log the console off, then at some point (overnight), it 'forgets' the printers. We now have a customer where leaving the console logged on is not an option. And they do not want to logon to 'kick start' it. The first users come in early in the morning, before IT is at work to resolve teh porblem. This is occuring on Windows 2000 Server, and on Windows 2003 server. I have tried: - Searching the web. - Using EnumPrinters instead. This gives the local pronters, but not the network pronters. - (I am trying) using OpenPrinter first. - I have tried to find a way to force the DLL to initialise the security, without success.
Show Installed Printers On A Computer
The following code is used to show installed printers on a computer,it works on server machine,however, if use a client machine to browse, it also shows the intalled printers on the server machine.Actaully, what i want to do is to show what printers installed on your own machine (that means show it on client-side)...
How To Make ASP Automatically Print To A Certain Printer Or All Printers
Problem is, when there is a fire we need to check who is out and who is burning. I have been trying to think of how to go about this, perhaps the only way is by having an 'emergency print' button that quickly prints thedocument to one, or even better all printers on the network. That way when everyone is leaving they can grab the print from the printer. Probably the only other way is to make it email a list of all the people who are not signed out and send it to someone with a PDA phone I guess. So my question is, how do I get it to have a button you click which will print the page to a printer without needing any further input. Also, is it possible to make it print to a certain printer on the network, and can I make it print to a list of printers (or even just any printer it can find).
Asp On Network
My system is on the Network.The system has a Project being developed in ASP and Oracle. shared the ASP files but in other system the file is showing as MS-Front Page. both the systems are on Win-2k.
Using Asp To Go Through Network
I've looked all over and can't seem to find any information on whether or not you can get a file through a network. I have a webpage that needs to check to see if a file is on a specific server. Is this what it would need to look like? Set file1 = fso.GetFile("computernamedrive otesap.zip")
Network
i got an asp project, current done the phase one, is a web application over the internet. phase 2 the client need us to do a add on application to previous web application. but can only access with their own network. that mean they want some portion of the application to be over the internet, and some portion of their application can be access by their own network only. so what do i need to do to make my system to know the station accessing the application currently is within own network or from other network?
Network Status
Is there anyway I can check to see if a server is online in my network with an if statement saying if online response.write "Online" else response.write "Offline"?
ASP Forbidden On The Network
Below is the message I received when I attempted to use a web page on our network that makes use of ASP. The page cannot be displayed You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed. -------------------------------------------------------------------------------- Please try the following: a.. Contact the Web site administrator if you believe this directory should allow execute access. HTTP Error 403.1 - Forbidden: Execute access is denied. Internet Information Services (IIS) -------------------------------------------------------------------------------- Does that mean that we need to relocate the files where the server allows ASP executable commands to function? Or can the directories properties be changed so that such executables is allowed?
DB Connection Through Novel Network
we have our Intranet in work where my ASP pages are and i want it to connect to a database on one of the network drives.. The location of my database is:- NW-SHARE-1DATATEMPTRANCOMMON@digireportsRobbieASP es t.mdb but the following connection code i have doesnt work:- config.asp Code:
Network Places
i create virtual directory on iis with network directory is a share located on another computer...after i did that ....i can't browse that virtual directory...if i browse that virtual directory ...at browser IE show message the page cannot be found
Network Drive
<i><b>Originally posted by : Augusto (augustocm2000@yahoo.com)</b></i><br />Hi<br />I've got a problem that I´ve been trying to solve but there is no way I can find the solution.<br /><br />I am mapping a network (intranet) drive in my computer (winNT 4.0), but when I try to "see" this drive (or a directory of this drive) from an asp page, it is impossible! What I mean is that the drive is mapped and accessible in my windows explorer, but my asp code says "Path Not Found". And I have no problem when I "see" a local drive, it locates without no problem.<br />Does anyone know if this is a problem with the server??A configuration problem, for example?!<br />
Network Login
I need to know if its possible to create an ASP page that when requested will display the network id of the requester. Most people have told me to query the request.servervariables("LOGON_USER"). But this will get me the login of the server and not the client. In our situation we do not want to have our users login twice (once to their machine (the client) and then again to the server (the one that serves the asp page). I need to know the client logon name.
Network File
We are trying to display pdf files which is mappedre to the IIS server. For ex: My website is located on server A and the url is http://myfolders Now there are some pdf files ( ja.pdf,feb.pdf..) located on server B which is mapped on server A on the F drive. So f: >> Server Bpdf folder Using ASP we would like to allow the user to search for a pdf say jan and we display the pdf as a downloadable link.
Network Drive
I am trying to write a file of emails to my mail server for a newsletter.The emails come from a form on a website and append the file.However I can not accomplish this.I have tried mapping the a network drive.Then writing to the file with the path "U://subscrib.txt" using the filesys obj. This did not work and I am unsure why.I could not add the internet user to the permissions on the mail server because its not the same machine.
Get Network User IP And Pc Name
i m making an intranet website(asp is used) , on the home page i want to display the network user ip & user pc name when anyone opens the website. can any 1 help me out how to get the pc name & user IP of network user?
FSO Network Drive
I have a mapped drive on my intranet web server to my internet web server. When I iterate through the drives collection on my intranet site, my mapped drive does not show up. Is there anyway I can get to this drive to read a small set of known files? I don't really want to have to create a virtual folder on the internet web server and move the files in question to it so that my intranet server can get to them.
Capturing Network LAN ID
I'm having a bit of a problem trying to capture a users LAN ID from the network. Currently I have an activex component that does it for me and I use Javascript to display/capture. Which was fine prior to the DDA guidelines. Now I need to find a way to do so without using JavaScript. The first thing I tried was to use the Servervariables available but unfortunatly our servers use annonymous authentication, so I can't use that method. I've even tried but had no joy accessing Active Directory for the LAN ID, so I'm currently left scratching my head. Does anyone know of a way I can acheive this?
Map Network Drive
i would map a network drive from a share on another server. it works fine with the net use command under user login but it do not work from an asp script or dll. is this that i have to add the iuser_<computer_name> profile into network computer that share it resources?
Network Login Id
when i try to use request.servervariable(login_user) it returns empty in asp. i created a dll in vb using the apigetusername . when testing this in vb , it retruns the network login id. But in asp it returns the servername where the asp is running.
Map To Network Drive
i want to map to other drive/folder in other machine is possible to do ? i am just handling some file management through web(intranet). my asp files are on my webserver, i do have an file server as well. want i want is map to my file server so that user can handle their files (of course they are restricted to some extend). some sample code on this.
Activex Control Over The Network
I have one Activex Control which i want to use over the network. In that i am having one module and one user control. For this i prepared the ocx file and made a package. But when i am trying to deploy that file it gives me error no. 80042114 how to use the activex control over the network.
FileExists Over Network Problem
Dim filesys, test Set filesys = CreateObject("Scripting.FileSystemObject") test = filesys.FileExists("probat08at08-dank60apzipap072905.002") Response.Write(test) The out put is the word 'False'. However, the file is in that path. This is my first time trying anything over a network, checking files and such.
Printing From ASP To Network Printer
I have 2 questions : 1. - I want to print from my ASP page directly to my network printer. For this i use the following code, but everytime, my document to print is sent to local and physical port LPT1 not to network printer : Code:
Using FileSystemObject To Write Across The Network
I've got a web page that I need to have write to another server across the network. The site in question does NOT run in anonymous mode, that is, the user is presented with a username/password box when they view the page. No matter what I do, when the page attempts to access the remote server, I get a Permission Denied error. I have tried the suggestion from this page: http://support.microsoft.com/defaul...&NoWebContent=1 As a baseline, I created a blank, normal, anonymous access web on the same machine. I did as described in the article above. I tried resetting the password for IUSR_computername, and setting the anonymous password in the metabase to match. I created the IUSR_computername account on the remote server with the same password, and gave it log on locally rights. I even tried giving IUSR_computername administrator access, on both servers. No matter what I did, it failed with Permission Denied. The *only* thing that got it to work was telling the web site to use "administrator" for anonymous access instead of IUSR_computername. This worked fine - but isn't really very safe. I'm at a complete loss. What I WANT to do is to not run the site with anonymous access at all, which means I can't even specify the account used for anonymous access. Trying this, and typing in the administrator username and password when viewing the web page also gets the familiar "Permission Denied." My simple code is below: Code:
SRV2003, ASP And Network Drives
I have an ASP app that calls an object on the web server which goes out to a mapped network drive to retrieve a file from a W2K file server. My current web server is a W2K. The share on the file server as well as the NTFS permissions on the server are wide open (Everyone Full Control) but still require me to run the web server under an account other than the IUSR account for the object to be able to access the file. None the less, it works fine. However, when I run this same app on a W2K3 server, it can not access the file from the exact same location. Seems to me I need to tell the web server at a different level what account to run at or something. It doesn't appear that the W2K3 web server's account has permission to access the file despite the fact I am using the same account as the W2K. Anyone have any ideas? The goal is to get the W2K3 web server to successfully access a remote file on a W2K file server without any permissions problems. Again, the share and NTFS on the file server are wide open.
Mapping Network Drives Through Asp
I was wondering is there a way to map a network drive a on persons machine with a online gui interface? Is there a way user 1 can map drives on THEIR computer using an online interface?
FileSystemObject Over Network - Not Working
I am trying to check to see when a file was created in a asp page that is on an intranet. I am trying to see if the file exist in the code below. The file in which I want to check is in a separate domain. I know the file is there but when I use the code below it tells me it doesn't exist. Code:
Copy Files On Network
I have created an VB-ActiveX-Componente that copy files on network. This works on one my development computer when I install application on other IIS servers (files to copy on same server with same rights) I get error message "Invalid filename or number". So what can cause this problems?
Printing To A Network Printer
I have a string of text that needs to be sent verbatim to a printer. The text string is generated via ASP. I can't simply print from a client mahcine on our intranet through internet explorer to the printer as the IE headers and other formatting gunk cause problems. I want to set it up to print the data server-side to the printer. That avoids people trying to send the data to the wrong printer, etc. Of course, the printer in question is a shared printer connected to a machine in a different office (It's a tag printer, is very loud, and is essentially being put somewhere where we won't have to listen to it). I can't find a way to get this setup to work. Does anyone have any ideas?
Network Connection Problem
Currently i have a server(server A) that hosted a web application to allow registered member to upload file into the server using Huge ASP Upload(3rd party component). everything working fine. What i need to change is ASP pages still host under the same server but the file to be upload will be upload into new server(server B). My server A and server B no connection in between of this 2 server. Is it possible to be done?
Network Is Busy Error
Im running a ASP & Access DB application that im developing off my local Windows 2000 Pro machine (i.e. not server) Im starting to hit loads of "The Network is Busy" errors when i do a few DB updates in succession. Does anyone know why it does this? I have a feeling its cos MS has put some protection in Win2K Pro to stop people using it as a server?Any thoughts of how to stop it, since i need to to help me develop this applications?
Delete File Across Network
I need to delete files across the network using web client (IE 6.x) in Win 2003 - IIS 6.0 environment.suggest an approach I can use to acheive this.Will using FSO do the job or I have to go COM way.
Handle On Username In MS Network
I need to let one person view certain things without having this perons login. This person is logged in to the microsoft network. How do I get that info into a variable?
FileSystem Access To Network
I want to write a script that can read and write files to a place on a network file-server. Since the machine-local IUSR is not a domain user, it cannot access the resource.I want to provide IUSR limited access to a particular place on the file server. Can anyone help me think of a reasonably secure work-around to this issue. We tried creating a virtual directory that points to the share(using a domain account), but even then, site users can see the files (no security), but the fso (IUSR) cannot (no functionality). There must be a way.
Copy Network File
I have write a asp that need to copy network file from file server to web server.I try it in webserver is everything alright. When I try in other machine, error on the filepath is not found. I search for the old thread, and I found it is not the same problem. My IIS authentication method setting is "Digest authentication for Windows domain servers",and "Integrated Windows authentication",and I access the page using "Domain admin" account.So I sure it can access the file server to copy file to webserver.However, it still shown it "path not found".
Network Login In An Intranet Environment.
The goal is to retreive the network login in order to validate users. Right now when I try to get Request.ServerVariables("LOGON_USER"), it returns a null value. Currenly in IIS, anonlymous access is checked. Is there any way for me to get the LOGON USER?
VBscript For Mapped Network Drives
I need to know how and if its possible to have a vbscript run when a user logs onto my pc. I need the script to connect to my mapped network drives on my pc since you have to double click under My Computer in order to connect to the drives. I want this automated as much as possible. I currently use a batch file under the startup folder but wanted the process to run behind the scenes instead of a dos box popping up.
File Upload Over A Slow Network
I'm facing problem with file upload over a slow network. Whenever I tried uploading a file that exceeds 3Kb, the browser will freeze for a few minutes before I get the "page over found" error. I've tried different ASP upload solutions, including 1 from ABCupload, Smartupload and ASPupload from Microsoft, and the result is the same. Does anyone have a solution for this?
Reading File On Network Drive
I am trying to read a file which resides on FILESERVERMYFOLDERmyfile.txt.I can not map this server on the webserver. I need to access it through UNC.I have a domain account which when used with ASP.NET works fine through impersonation. I use it for ASPUpload and it works fine to save files on FILESERVERMYFOLDER I want to read the file through FILESYSTEMOBJECT. I don't know if I can impersonate using FILE SYSTEM OJBECT.How can I read the file.
Print PDF Files To Network Printer
How Can I print PDF files to network printer or server printer using asp or asp.net wuth out open PDF file Or if there are not Code to do that can anyone tell me about buying component do that.
Security Issue On Copy Network File
I have write a asp that need to copy network file from file server to web se rver. I try it in webserver is everything alright. When I try in other machine, error on the filepath is not found. I search for the old thread, and I found it is not the same problem. My IIS authentication method setting is "Digest authentication for Windows d omain servers", and "Integrated Windows authentication", and I access the page using "Domain admin" account. So I sure it can access the file server
Copy Local Directory To Network PC Problem
After months of developing an Intranet Site on my local machine, the company has finally set up their webserver. I have just transferred the ASP pages, SQL Databases, etc. and am testing the application. Really annoying if you ask me. However I have run into an issue with an application that was developed. Here's the background, sans code ... not really an issue now. I had an upload page (using freeaspupload) that the user would upload a .DAT (delimited text file) file for insertion into a table (which BTW, works great), but along with this it would go out to another directory and grab a text file that was also inserted into the table along with the other data (this text file is a declaration of sorts). Working on my Local PC (running IIS and containing the files/directory), this processed worked miracles. However, since it was moved to the actual webserver, I get 'File could not be opened.' , which I know means that the directory and file I'm sending the script to doesn't exist on the server (c:dir1dir2ext1.txt), it does, however, exisit on my local machine, so the ASP Page doesn't run. What I need to know, is there something I can run, through an ASP Page, that will copy the directory from it's current location to a directory on the network where I can then have the script point to to get the txt file needed to be included in the insert for the record. I know I can point this line: Code:
Authenticating User/Pass In Network Domain
I want to do involves logging into a remote computer, in the form of computerc$ , and copying some files. That computer has a fixed username/password that I can have embedded in the ASP (no big security risks). How can I do this in ASP? Or, is there any tutorial you know that explains how to do this.
Search Network Folders For Pdf Files Inline
I am wanting to create a search page that will search a folder in the company network (unc path) based on a pdf filename (01223233.pdf etc) and open the file in the browser. acrobat will take care of the rest ....
Access Database Path To A Network Drive
Database path works on drive c:, but it doesn't work on a mapped network drive while i move the database to the mapped network drive it stops working. Can anybody help how can I write Access Database Path to a mapped Network drive in my vb script?
|