Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JR4VB
  • Content: Threads
  • Order by date
  1. JR4VB

    IIS File Security

    I have a ASP file on my webserver that is locked down with Windows NTFS File security, which does not include the IUsr_Servername account. A User that should not have access to this page is still getting there. The ASP is being executed with the IUsr account....somehow.... though if I log onto...
  2. JR4VB

    SQLOLEDB, Stored Procedure returning record Set

    I have a stored procedure that Runs several queries creating a temp table. I then select from that temp table returning those rows into my RecordSet in a vbscript ASP. It works just fine using the follow connection string: Conn.ConnectionString = "driver={SQL...
  3. JR4VB

    Connecting To MS Access Database Question

    I am using an asp to query against an Access Database file located in c:\ I created a System DSN to point to this Database file, which doesn't use security. I use the following lines in the asp.. Set RS = CreateObject("ADODB.Recordset") Set Conn =...
  4. JR4VB

    ADO Connection Error Suppression

    I am using a VB program to read Data off of a com port and then Insert Rows into a SQL database. I need to write a debug/error routine to detect when the database is offline/the computer is restarting etc.....so I can write these records to a file while the database is not accessable. An On...
  5. JR4VB

    FSO Object For Files on Remote Computers

    Hello All, I know this is a classic problem but yet I still have more questions. I am using the file system object to read and modify files on a remote Win 2k Server through an ASP. I have converted the IUSR account on the 2k IIS server to a domain account with permissions on the specific file...
  6. JR4VB

    Cisco Aironet 350's

    I am using 2 Cisco Aironet bridges that are spanning approximatly 1/2 mile using a Cisco Yagi Directional Antenna on each end. And on occation I am getting this error..."Deauthenticating [Mac Address], reason "Not Authenticated" Signal strength for this link is about 50%. This...
  7. JR4VB

    Catalyst 6509 Block Broadcasts

    I have a 6509 Switch and I was tring to block broadcast for be forwared to a certain port on module 3. I used the command "set port broadcast 3/XX 0.00%" Does this only block outgoing broadcasts? I put a packet analyser on that port and the switch didn't seem to be blocking any...
  8. JR4VB

    Cisco 1700 ACL in Bridge Configuration?

    I am using a Cisco 1700 Series router in a bridged mode to pass trafic to a remote location over a 56k line. I am tryin to create an ACL to block unwanted traffic across this slow link...but I can't get it to work right. If the router is in a Transparent Bridge Configuration does an ACL on an...
  9. JR4VB

    Synchonous Using Shell command

    I am using the shell command to run a dos command and return the information to a text file. The next lines of my code are looking for this data in the text file to be valid. Is there as easy way to make this shell process synchonous with the rest of the Visual Basic Program? So far...
  10. JR4VB

    Cisco 2509 Setup

    I have setup a Cisco 2509 Remote Access Server for access to an internal network from a dialup line. Is there a way to configure the banner motd to appear when the RAS connection has been established to the internal Network? I am Using the Asychronous Input 1 for my connection and I set Line 1...
  11. JR4VB

    BATCH Files with VB6

    I am Using VB6 to make batch files. The problem I am having is that when I save the file because it is a string value the very begining and end of the batch file has quotations. Then within VB when I try to run that batch file it bombs because it doesn't know what the quotes are. I'm a begining...

Part and Inventory Search

Back
Top