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. davidrobin

    prevent other network users to access web applications in IIS on my PC

    I want to prevent ALL users on the network from browsing to IIS and looking at web applications on my PC. The web site is set up as Windows authentivation. David Visual Basic 6 Ent
  2. davidrobin

    IIS hangs intermitently server2003 IIS6

    I have been looking at the error logs and the httperr1.log in the system32\LogFiles folder has the following entries in. I have changed the format to comma delimited. date time,cs-version,cs-method,cs-uri,sc-status,s-siteid,s-reason,s-queuename 2005-10-25...
  3. davidrobin

    IIS hangs intermitently server2003 IIS6

    I have an ASP.NET application on IIS 6 (win 2003). The application hangs then timesout intermitently which then displays a "page cannot be found" error. It seems to be something with data access as I can request a dummy aspx page (with no data access) that I put on the site even when this...
  4. davidrobin

    multiple VS.NET applications in subdirectories of a virtual directorie

    I have a website on IIS. My web content is on the local drive "c:\whatever" and I have set up a virtual directory to point to the local drive. My virtual directory is lets say "c:\this" I have put my ASP.NET content in a sub folder e.g. c:\this\that. When I browse to the location...
  5. davidrobin

    copying a directory tree using a dos bat file

    thanks for your help. I shall endeavour to remember the /? switch for getting a little more information before posting. David Visual Basic 6 Ent
  6. davidrobin

    copying a directory tree using a dos bat file

    Do you happen to know how to delete a folder and all its contents including nested directories. I used to use deltree but XP does not recognise that. Using del /? doesn't give me any extra info. David Visual Basic 6 Ent
  7. davidrobin

    copying a directory tree using a dos bat file

    I have a dos bat file and want to copy a directory tree from one drive to another. copy and xcopy only copy files and not any folder hierarchy (underlying folders). What is the command for copying all files AND folders in a directory? David Visual Basic 6 Ent
  8. davidrobin

    How to connect to IIS on the server via IIS on my local machine.

    I have IIS 5 on a server and IIs on my client machine. I want to connect to IIS on the server using IIS on my local machine. When I say connect as I put in the server administrator username and password. I can see some of the sites but not level lower. When I try to (via the treeview) I get bad...
  9. davidrobin

    What is the .net equiv for GetNearestPaletteIndex

    Does anyone know the .net equivalent for the GetNearestPaletteIndex api call David Visual Basic 6 Ent
  10. davidrobin

    reduce the colours in a bitmap

    I have an application where I load an image into a picturebox. What I want to do is simplify the colours. e.g. I want only the following colours in the image. white light blue dark blue yellow pink red dark red black light green dark green light grey dark grey orange there are a few others...
  11. davidrobin

    What does #9 mean.

    I am trying to understand some delphi code. i = Pos(#9, f1) Can some one tell me what the #9 means. David Visual Basic 6 Ent
  12. davidrobin

    disappearing transactions

    I am using the DataEnvironment for connections. What is the difference between conn.execute "begin transaction" and de.cnn.begintrans David Visual Basic 6 Ent
  13. davidrobin

    SQL field types

    5 adDouble Double 200 advarchar varchar I did a search in MSDN for adDBTimeStamp. There is quite a list. David Visual Basic 6 Ent
  14. davidrobin

    disappearing transactions

    I have an interesting sistuation with transaction. My main code looks something like this Private sub DoStuff() on error goto Abort conn.begintrans ... do lots here including calling other functions on other forms MoreStuff() ... conn.committrans...
  15. davidrobin

    Conditional summaries

    I need to do a conditional summary. i.e. Only count if value is "EEE". I don't think there is a way to do it. Does anyone know of any work around. David Visual Basic 6 Ent
  16. davidrobin

    How do I configure IIS to run PHP

    I must admit, I tend to favour ASP and VBScript. It would be nice to know PHP thought. I am going on a training course soon for ASP.NET which I am looking forward to. David Visual Basic 6 Ent
  17. davidrobin

    optional date parameters

    I have a report with a number of parameters. I need 2 optional date parameters. They need to be optional because they allow additional filtering. How can I have optional date parameters. I need to be able to check whether a date was or was not entered. I have searched but cannot find an answer...
  18. davidrobin

    How do I configure IIS to run PHP

    Can anyone tell me how to configure IIS to allow PHP scripting. Also which would be better to learn, PHP or CGI scripts. Thanks. David Visual Basic 6 Ent
  19. davidrobin

    how do I configure IIS to run CGI scripts.

    Thanks, that is exactly what I needed. David Visual Basic 6 Ent
  20. davidrobin

    how do I configure IIS to run CGI scripts.

    I need to run CGI scripts on IIS. How do I configure IIS so they will run? David Visual Basic 6 Ent

Part and Inventory Search

Back
Top