Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver iis > july 2003 > threads for wednesday july 2

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

Real Time Sync of server
Posted by Narsimha Chary at 7/2/2003 11:23:37 PM
Hi All I have a website running on Windows 2000 with SQL Server 2000 at ISP = location and I purchased a new server and copied all the contents from = ISP server.=20 now I would like to setup the new server such that, if the new server = (primary) is offline for some reason, the old server ...more >>


ASP-Problem after installing SP4
Posted by Beat at 7/2/2003 10:58:57 PM
I installed Windows 2000 Service Pack 4 on a Server. Calling a ASP-Page returns the following Error: ---------------------- Event Type: Warning Event Source: W3SVC Event Category: None Event ID: 36 Description: The server failed to load application '/LM/W3SVC/22/Root/BG01'. The error wa...more >>

IIS does not parse HTTP headers extended over multiple lines
Posted by Peter Mayne at 7/2/2003 10:40:50 PM
RFC 2612 (section 4.2 "Message Headers") allows HTTP headers to be extended over multiple lines by preceding each extra line with at least one SP or HT. If I have an ASP that just displays request.servervariables("ALL_HTTP"), and I send the following HTTP request: GET /tmp/bug.asp HTTP/1.1...more >>

IIS 4 - Current dir issues
Posted by Glitch at 7/2/2003 9:25:58 PM
I must be tired because I can't see what the problem is ... If I am in the dir: http://www.mysite.com/dir1 and have a .html page with an image tag that points to: images/image.gif I would expect to have the image path resolved as: http://www.mysite.com/dir1/images/image.gif. Instead what...more >>

IIS ans SQL server
Posted by mallika_k NO[at]SPAM hotmail.com at 7/2/2003 8:28:42 PM
Hi all, Can I have IIS & SQL Server installed & running on an external hard drive. Thanks Mallika...more >>

Internet Connector License and IIS
Posted by Schaeffer at 7/2/2003 8:07:25 PM
I'm using the Internet Connector license for each of my W2K web servers and they set to per seat as our the domain controller W2K(Active Directory). However, event viewer says that I'm out of licenses. How can I resolve this - I'm licensed properly but still get messages. Many Thanks!!!...more >>

IIS 5 + SQL 2k gets a lot of memory, how to clear the cache (buffers) ?
Posted by biniek at 7/2/2003 6:04:21 PM
Hello ! Maybe is there any who can help me, I have w2k Server + IIS _ SQL 2k Memory 2,5 GB About 10,000 hits per day. (asp) SQL gets about 2GB memory and stay at 2GB level. When I restart sql server, the memory level goes to 0,5 GB and growing to 2 GB level in few hour. Could You help ...more >>

Authentication using NTLM
Posted by mike__ at 7/2/2003 5:34:54 PM
I am undergoing an experimental project (in c#) and am after some information on what details IIS uses to authenticate clients & how they integrate with the protocols/header. I am using the RVP protocol (strict extension of HTTP) no-one on any c# newsgroups, forums etc. have really given any for...more >>



IIS 6.0 - Event Log - The account that the current worker process is running under does not have SeTcbPrivilege privilege, the anonymous password sync
Posted by zwombat NO[at]SPAM startrek.net at 7/2/2003 5:26:09 PM
In the eventlog for my Win2003 server I'm seeing the following error repeated from time to time: The account that the current worker process is running under does not have SeTcbPrivilege privilege, the anonymous password sync feature and the Digest authentication feature are disabled. I hav...more >>

Redirect All pages within a directory
Posted by cgmckeever NO[at]SPAM yahoo.com at 7/2/2003 4:51:50 PM
IIS 5 - win2k we are changing a directory name and want to redirect all the URL requests to the pages below that directory to the index.html file in the root. So http://thedomain.com/directory/anypage.html --> http://thedomain.com/ I had changed the custom 404 message to be the index.htm...more >>

Is there a limit to the amount of iis pages per server?
Posted by jimb at 7/2/2003 4:24:19 PM
Is there a limit to the amount of iis pages per server?...more >>

IIS not sending detailed ASP debugging information to client
Posted by Aaron at 7/2/2003 3:39:33 PM
This problem is happening on my W2K dev server but not my Prod one. Even though I have the option set to send detailed error information to client, sometimes the server only displays the generic HTTP 500 - Internal server error. I can check the logs to see what the ASP error was, but this ...more >>

2 IIS pages on one W2K server?
Posted by jimb at 7/2/2003 3:22:41 PM
Is it possible to set up two IIS web pages on one W2K server? each IIS page with its own IP address on ONE SERVER? thanks...more >>

W3SVC error
Posted by Ching-Lung at 7/2/2003 3:17:04 PM
Hi, I am unable to run any asp page from my localhost and am getting the following error from system event log viewer: The server failed to load application '/LM/W3SVC/1/Root/test'. The error was 'The server process could not be started because the configured identity is incorrect. C...more >>

ISAPI filter dll to be configured for a particular website running under iis process
Posted by barkha shah at 7/2/2003 3:11:51 PM
Hi all, I am working on ISAPI filter and have written filter as dll which is loaded on the IIS process , for the purpose of trapping the traffic of one particular web site. The current technique for registering the ISAPI filter DLL uses the old way of doing things, which applies to websites r...more >>

Is ISessionObject::putref_Value() "safe"?
Posted by timschweitzer NO[at]SPAM yahoo.com at 7/2/2003 3:05:37 PM
Hi wIISe folks, Our web application is a mixture of C++ DLLs and ASP pages with VBScript and JavaScript. We have our own COM object (an LDAP wrapper) with both C++ and VB interfaces. We are using this COM object "independently" in both environments; in other words our C++ code creates it's...more >>

IIS 6 and Caching
Posted by Ryan at 7/2/2003 3:04:39 PM
I have a horrible problem. IIS 6 apears to be caching externally linked files such as css sheets or .JS files. I appears to only happen with .aspx pages, and happens with the simplest page you can make. It blatently serves you an old version, despite recent changes to the file. This makes it ...more >>

Sending Accumulated Badmail Messages
Posted by BadMailWoes.Org at 7/2/2003 12:52:24 PM
Hi, I'm sure this has been asked a million times but I have 3000 messages in badmail, how can I re-send them? Thanks, J...more >>

IISState.log, how do I interpret it?
Posted by Brett at 7/2/2003 11:59:22 AM
Hello all, I had posted earlier in this group, about an issue I am having with our Intranet server. I received a reply from Pat, who told me how to run IISState on the pid of the process running our ASP pages, which of course is InetInfo, and was PID 182. I did this, and now need to know h...more >>

Virtual Directory Error
Posted by BG at 7/2/2003 11:14:04 AM
Some of my Virtual directories listed under IIS Admin show the red ERROR icon under the web site directory, instead of the usual gray box. I can access the directories ok. Why would it show as a red error? ...more >>

How to migrate Search function of Index Server to Indexing Service
Posted by Jun Zhang at 7/2/2003 10:56:00 AM
Good afternoon, After I migrated our Intranet web from WinNT4.0 server (with IIS 4.0, FrontPageServerExtension98, Index Server 2.0) to a new W2003 server (IIS 6.0, FPSE2000), the search function doesn't work any more and returns always the error message "Page can not be found". The searc...more >>

IP Addresses rather than DNS
Posted by mike.brickner NO[at]SPAM gianteagle.com at 7/2/2003 10:45:21 AM
I'm running Windows 2000 with IIS 5.0 and FP 2002 Extensions on multiple servers. When I launch Sharepoint Administrator, most of the URLs for the virtual servers are list as IP Addresses rather than DNS URLs. I'm getting a Windows Authentication login box pop up when access these webs. Can a...more >>

W3SVC & MSFTPSVC cause my PC to freeze
Posted by summerhead at 7/2/2003 10:40:33 AM
I am running W2K Professional version, with IIS and SQL installed. My PC freezes and I lost control of my PC. I was also not able to do any "Ctrl-Alt Delete". My IIS (IIS & FTP) and SQL services were not running (@ stop mode) at the moment the error happen! This error happens a number of t...more >>

IIS 5.1 - Cannot open using "post" method
Posted by Doug at 7/2/2003 10:16:07 AM
I developed a small data driven site in a class and all of the pages worked fine at the school, and had worked fine on my home machine (running XP Pro) until I switched to SBC/Yahoo DSL and added a router/firewall to my system. Any page that includes a post method returns a "Page Cannot B...more >>

XP Pro IIS Stopped Serving Web Pages
Posted by rmgalante NO[at]SPAM yahoo.com at 7/2/2003 9:16:05 AM
I have a machine that is running XP Professional. I have a domain and I configured the system without a router. I was able to serve pages to remote browsers, but I had to log into the system locally first. Sometimes I even had to load an ASP page locally before any web pages would be served to r...more >>

DefaultLogonDomain for FTP with IIS 6
Posted by Kurt Falde at 7/2/2003 9:07:59 AM
Is there any way to set the DefaultLogonDomain for FTP on IIS6 the standard way is not working. Using http://support.microsoft.com/default.aspx? scid=http://support.microsoft.com:80/support/kb/articles/Q1 84/3/19.asp&NoWebContent=1 and adsutil.vbs get the following errors. ErrNumber: -214...more >>

The Default Web Site not starting
Posted by Divyesh Shah at 7/2/2003 9:00:06 AM
I am running IIS 5.0 on a 2000 Server SP3. My IIS server used to work fine but since the last 2 days it has stopped working. I have never used IIS so I am not much familiar with it. I used to run SUS server but now that has stopped working and I think it is because of IIS. The senerio is a...more >>

IIS Problem - Event viewer error
Posted by tyler at 7/2/2003 8:15:52 AM
We cannot narrow this problem down to one event, however we are getting Event ID 7031 Source: 7031 errors shown using description: The IIS Admin service terminated unexpectedly. It has done this 2 times. The following corrective action will be taken in 1 millisecond: Run the configured re...more >>

Virtual directory
Posted by MJ at 7/2/2003 7:52:03 AM
I recently used a local folder on the server to configure a virtual directory. How can I verify my actions? Thanks in advance....more >>

FP2000 on XP Pro - setup server
Posted by Bazil at 7/2/2003 6:56:09 AM
I posted this Q in FP and it was suggested I should ask you gurus - hope I'm in the right place. I was asked if I can see http://localhost/ on the XP box ..... I can't.... if that means anything to anyone. ORIGINAL MESSAGE: Hello I author a website using FP2000 on my local harddrive a...more >>

Error IIS. Urgente !!!
Posted by Maria at 7/2/2003 12:33:00 AM
Queridos amidos, tengo un problema. Tengo un servidor=20 W2000 con IIS 5.0, y un sitio Web definido, donde la=20 ejecuci=F3n de una aplicaci=F3n, para construir un men=FA de=20 usuario me da el error -2147417842(0x80001010e). He mirado=20 en Internet, en Microsoft, pero no encuentro nada claro.=...more >>

IIS "dying"
Posted by Greg_Del_Pilar at 7/2/2003 12:14:57 AM
Hi! I'm using IIS v5.1, SQL Server 2000, and Analysis Services on my Windows XP Professional server. I am able to connect to my web-based application using my IP address (e.g., http://24.111.11.23/myappdir/main.htm). My application queries a small OLAP cube and presents the output to the brows...more >>


DevelopmentNow Blog