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 TouchToneTommy 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: gtrscott
  • Content: Threads
  • Order by date
  1. gtrscott

    FTP Uploads over 500kb fail

    FTP Site has been working for several months. Now file uploads fail. I've included wireshark packet sample at the end. Windows 2003 SP2 with updates current and IIS 6. I'm testing on the same subnet as the server so no routers between me and the server, firewall service is stopped and as you can...
  2. gtrscott

    Using Rowfilter to find a range of text values using LIKE

    Hi All, I'm trying to display a range of names from a dataset in a datagrid. Like names starting with A through F. This vb LIKE syntax works. bolTest = "Apple" LIKE "[A-F]*" But appy the same to the rowfilter and it doesn't work. Rowfilter = "DisplayName LIKE '[A-F]%'" The following works...
  3. gtrscott

    Recreating IWAM/IUSR accounts

    Hi All, The IWAM_[machine name] and IUSR_[machine name] accounts for one of our IIS servers are gone in AD and I need to recreate them. I've not found a lot of info about recreating them. I've copied the accounts from another IIS server so the group memberships and such are the some, but I...
  4. gtrscott

    Can't figure out global bin folder for .dll files.

    Hi All, Based on info I've found, I've got a /bin folder in the root of my site. Also in the root are a global.asax and web.config. Per what I read, this should allow me to place .aspx pages anywhere below this root and they will find the /bin folder. This works for pages placed one folder...
  5. gtrscott

    retrieving dynamic control data

    Hi All, An app I'm working on creates a table web control with a dynamic number of rows containing labels text boxes and list boxes. I assign names like text1,list1 for row 1 text2, list2 for row 2 etc. I would like to retrieve them in a loop like the schematic example below : for i = 1 to...
  6. gtrscott

    Code-behind oleDB connection (asp newbie)

    Hi All, I'm trying to get a code-behind oledbconnection working. There are plenty of same page examples but I can't seem to get things initialized properly in a code-behind page. Is there a declaration similar to the namespace=system.data.oledb for code-behind or am I going about this all...
  7. gtrscott

    File location problem

    Hi All, I have a newbie IIS 5 question. I created a virtual directory c:\inetpub\wwwroot\a and following a MSDN tech page I created a virtual server with the application name "a". In IE if I enter http://a I get the default "Under Construction" page found in c:\inetpub\wwwroot instead of my...
  8. gtrscott

    Removing printer drivers

    Hi All, I'm trying to completely remove some printer drivers from about 200 w2K Pro PC's. In order to do this I need to remove the printer connections first. This is easy enough for the current user with the PrnAdmin.dll from the w2k Resource Kit. The problem is, if there is a printer...
  9. gtrscott

    Can't get permissions to change Schema Master

    Hi All, I'm trying to transfer the Schema Master role. I'm a member of Schema, Domain and Enterprise Admins. The change button is still greyed out and I only have rights to view the schema permissions. Anybody know what I might be missing? Thanks in advance Scott
  10. gtrscott

    subform child/master link vs. a query

    Hi All, First off I'm learning Access as I go, so apologies if I mis-state the obvious. I created a form that contains a subform. I dbl-click an item in a list box and display a new record on the main and sub form. The main form source table and the sub form source table have a one-to-many...

Part and Inventory Search

Back
Top