all groups > inetserver iis > july 2003 > threads for saturday july 5
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
PHP and IIS 5.1 permissions (noobie I am)
Posted by Ron Stephenson at 7/5/2003 10:49:32 PM
I'm trying to learn PHP and I have it loaded on my PC with XP pro and IIS
5.1. I run the following script and receive the error below.
//hit_counter1.php
$counter_file = "./count.txt";
if(!($fp = fopen($counter_file, "r"))) die ("Cannot open $counter_file.");
$counter = (int) fread($fp, 20);
f... more >>
Strange Microsoft OLE DB Provider for ODBC Drivers error '80040e37' Message
Posted by Andrew Bagley at 7/5/2003 9:54:30 PM
I have a website and test code using PWS on my local PC.
It has worked absolutely fine for about 2.5 years but I have suddenly get
the message:
"
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine
cannot... more >>
iis6/howto: restrict access to downloads based on referer
Posted by Tomasz Bryja at 7/5/2003 8:15:01 PM
Hi there!
Image a following scenario -- iis6 runing a web page with /downloads
directory, where all the bineries offered on files.aspx are available. The
question is, how to restrict access to these files so that it wouldn't be
possible to download anything without having a 'refer... more >>
Backup Solution
Posted by jarrod.goddard NO[at]SPAM deepsix.ca at 7/5/2003 4:55:02 PM
What is a good backup program? I have a remote server I use for my
hosting, and I want to set up a backup so my local machine will backup
certain files from my web server. How can I do this?... more >>
Setting up domains in IIS with host headers
Posted by jarrod.goddard NO[at]SPAM deepsix.ca at 7/5/2003 4:54:01 PM
Hi,
I have some sites set up on my IIS machine, and I am using host
headers. But all my sites only work if you put the www. in front of
the domain name. For example www.domainname.com will work but just
domainname.com won't. How can I fix this?... more >>
IIS file access denied. Need Help!
Posted by montmica NO[at]SPAM isu.edu at 7/5/2003 12:32:57 PM
Hello All,
Here is what I am doing. I have a form that allows uploading of
files. It uses some javascript which transfers the file name further
down the form into a drop down box. Also, in the script, I made it so
you could just click on the file name in the drop down box to view the
file ... more >>
configuration?
Posted by DoZ at 7/5/2003 11:32:36 AM
Please, how is the better way to configure IIS?
I need it to don't ask me the password every time I enter my local net!
thanks!... more >>
IIS Lockdown tool and an API
Posted by Steve G at 7/5/2003 11:28:16 AM
Hi All:
Windows 2000 server, fully patched.
Lockdown tool
We just upgraded a winNT 4.0 box to windows 2000 server. (Clean install of
windows 2000)
After reloading all of our web sites, and applying the lockdown tool
provided by Microsoft, everything appeared to be running properly until ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error 25506
Posted by jdenny at 7/5/2003 10:13:20 AM
Trying to update from 98 second edition, to XP Office
Standard, and this icon "error25506" requiring
C:\Windows\Systems\ASYCFILT.DLL is version 2.40.4275.1,
when we require 2.40.4277.1. How do I go about correcting
this problem to run the XP Office??... more >>
FrontPage server extensions
Posted by Bill at 7/5/2003 9:37:44 AM
How do you install the FrontPage Server Extensions on a my Web server
running Windows NT4 w/ SP6a & IIS4?
Other Info: In IIS Web Properties Home Directory tab the FrontPage Web
option is grayed out under Content Control. When I attempt to Publish the
web from FrontPage to the web IP address ... more >>
office 2003 beta and isapi filters
Posted by phil beisel at 7/5/2003 8:05:43 AM
on windows xp pro, service pack 1, latest updates:
I have developed a rather simple ISAPI filter that
translates some incoming addresses. It works fine and
has for some time.
After I installed Office 2003 beta (w/ technical update),
IIS becomes non-responsive. If I turn off my ISAPI ... more >>
Sending email from access database
Posted by Shawn at 7/5/2003 7:34:03 AM
I have two servers: netware 4.11 and win 2k server w/IIS
ver. 5.
I have a user-developed access database with a web page
frontend. This database is capable of sending email
notifications to its users. The problem is that the users
with email client software (GroupWise 5.23 client) ar... more >>
possible to monitor user activity on iis6?
Posted by MrPolite at 7/5/2003 6:33:20 AM
I'm just wondering, is it possible to see if anyone is viewing your webpage? if so can you find their ip, and tha page they are downloading?... more >>
IIS Error...(HELP US)
Posted by Subbiah Ramesh at 7/5/2003 5:06:13 AM
Hai..!
We have received the following error for IIS in Windows Event Viewer...!
Error
--------------------------------------------------------------------
Out of process application '/LM/W3SVC/1/Root/BODDCRM' terminated
unexpectedly.
For additional information specific to this message p... more >>
FTP with ISS 5.1 and NetGear Router
Posted by Franklin at 7/5/2003 1:15:44 AM
I have somethings I would like to share with the public
and I myself when away from home. I have WinXp and
NetGear RP114 Router all running on my home network. I
want to make one of the systems a web server/ ftp with
IIS. I forwarded port 80 and port 21 to local IP ex.
192.168.0.9 . On bo... more >>
|