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
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...
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...
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...
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
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
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...
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...
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
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.