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 SkipVought 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: *

  1. gtrscott

    FTP Uploads over 500kb fail

    Thanks, I solved it. The ftp user had a disk quota set and it was reached.
  2. 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...
  3. 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...
  4. gtrscott

    Recreating IWAM/IUSR accounts

    Oops, almost forgot, I'm using Windows 2000 Server and IIS 5.0
  5. 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...
  6. gtrscott

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

    Thanks for the responses, I'll have to research the GAC I've never heard of it before. Here is the @page directive: <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" Inherits="ProjectOpening.ProjectSearchResults"%> Thanks again! Scott
  7. 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...
  8. gtrscott

    retrieving dynamic control data

    Thanks that worked perfectly! I mis-spoke about the names. I'm already assigning ID's when I build the table. Scott
  9. 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...
  10. gtrscott

    Code-behind oleDB connection (asp newbie)

    Thanks very much!!! That did the trick! Scott
  11. 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...
  12. gtrscott

    File location problem

    I figured it out. I needed to point to my folder in the rood website properties as well as the virtual folder properties.
  13. 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...
  14. 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...
  15. gtrscott

    Can't get permissions to change Schema Master

    Thanks very much for your input and help. I let things settle down over the week end and this morning I was able to change move everything without a hitch. I guess sometime you just have to be patient. Thank you again Scott
  16. gtrscott

    Logon scripts

    net use x: /DELETE will remove a drive and when you remap like Jared71 said turn off persistence. If you use vbscript you will might want to check if the connection already exists and disconnect. Otherwise, in your case, your drive is already persistent and would cause an error.
  17. gtrscott

    dns errors?

    It doesn't really matter what the name is (I hope nobody starts throwing things at me) but it should make some sense. We used .loc to designate a local domain vs. .com which is our public domain. But the only way to change the name is to remove all servers from that domain and rebuild the first...
  18. gtrscott

    Deleting a folder that no one has permissions to.

    If you have Administrator rights, you just need to take ownership of the folder and re-assign the permissions and then delete it. One of the &quot;special&quot; abilities of administrator is that you can take ownership of an object no matter who owns it. Scott
  19. 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
  20. gtrscott

    subform child/master link vs. a query

    Any thoughts anyone, now that the holidays are over? :-)

Part and Inventory Search

Back
Top