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 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...
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 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
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...
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
I was about to install VS.NET on a WINXP machine when the
Web Projects Requiregents appeared as follows.
If you want to create Web projects on this machine, you must first install additional components. To create Web projects, both Internet Information Services (IIS) and FrontPage Server...
I downloaded a some windows updates this week. Ever since windows XP Home will not shutdown. It just restarts.
I have to swith the system off.
Anyone got any ideas how to solve it.
David
Visual Basic 6 Ent
I have a batch file as below:
@echo off
rem
rem
cd C:\WINNT
notepad.exe
exit
The problem I have is the command window is staying open as well as notepad. I need the command window to close. How can I make it close.
David
Visual Basic 6 Ent
I was looking on the Microsoft site for some security updates.
There were different updates for Win XP 32 and 64 bit editions.
How can I tell which edition my installation is.
I am running XP Home.
Thinking about it is XP Home 32 bit and XP Pro 64 bit. Could it really be that simple...
I have installed Visual Studio Enterprise Architect 2003, no problems there.
When I try installing Visio Enterprise Architect I get a message telling me I need VS Enterprise architect version 7.0 installed first.
So I can't install it.
Visual Studio Enterprise Architect 2003 is version 7.1...
Problem:
i need to insert an jpeg file into an sql database from vb code
Background:
i am using aspx web forms and vb.net code
Function:
i need to insert a jpeg that is created at runtime into an sql database
so i can load it into a dataset that will be used by crystal report for visual...
I am wanting to write an app that has custom menus. This has lead me to learn about subclassing. I have managed to subclass a the form so my custom WindProc function handles activation messages and changes the form caption.
Now I want to move on to redraw the menu I create at run-time with...
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.