IIS 6.0 and Passthrough Authentication
Does anyone now if in order to use passthrough authentication to access files from a remote storage location, does your network need a 2003 DC and will it function under a mixed mode NT4 2000 network. Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304518
CreateObject problem
Hi all! :O)
First of all, my apologies if I'm in the wrong group, please let know where
else I should post this.
I've been trying the following code in a simple web page :
<html>
<script language=vbscript>
Dim dl
Set dl = CreateObject("DataLinks")
On Error Resume Next
Call MsgBox(dl.PromptNew.ConnectionString)
</script>
</html>
If run the page from my wwwroot folder it crash on the CreateObject()
statement, telling me that it can't create the ActiveX component. BUT if I
run it from anywhere else on my computer (from the desktop for example) it
works correctly.
We tried on Apache (by Linux) and we've got the same result.
Does any one has an idea of what's going on?
--
Best Regards
Yanick Lefebvre
Please posts answers to the group so all can benefit Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304517
Scripts for administering IIS 5.0
Hi there
Does anyone know where I can find vbs script for administering a IIS 5.0.
Where do [MS] put them and is there other places to find them. One of the
issues I have now is to create and configure a FTP site with a vbs script.
Regards
Henrik Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304513
Performance Monitor
I read about the Perf Mon counters to look at for an ASP.NET
application....but they are all zero????
I add the Object: ASP.NET and the Counter: "Worker Processes Running" and it
is zero...but I can see them in the task manager?
Any suggestions? Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304510
IIS Default Web Site
I am trying to use a <META> tag to redirect the default
page on the default web server (IIS 5).
I want unknown host names to default to index.htm which
includes a <meta> tag redirect to our main web site. I
dont want to change the properties of the default web
server to redirect because there are valid virtual
directories under the default virtual server.
I noticed 2 symptoms - one the default web server would
not call the default page index.htm unless explicitly
typed. It also wouldnt redirect using the <meta> tag -
<meta http-equiv="refresh"
content="URL=http://www.tecoenergy.com">
Thanks. Larry. Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304506
Multiple sites and multiple port in IIS6
I have over 200 sites to set up on my IIS6. After setting them up only about
half start. When I try to start one of the stopped one I get the following
error:
"No Memory is Available for Security Information Update"
When I check the event Log this is what I see:
Cannot register the URL prefix "Http://IP#:Port#" for site "Port# Too many
listening ports have been configured in HTTP.sys. The site has been
deactivated. The data field contains the error number.
Event ID: 1131
I use a Cisco Local director for load balanceing and it is configured by
ports. Each site has a different port number, so I need to know how to tell
http.sys how many ports to open or ignore. How do I do that? Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304505
Web Server performace while uploading
Hey all,
I have a website that is used to upload video via http (Dundas Upload
Component combined used with ASP). The webite is hosted on one
machine and the videos that are uploaded are stored on another machine
on our network. In IIS, I have a virtual directory setup on my web
server that points to the video storage machine. When the videos are
uploaded by the client they automatically get put on the storage
machine via the virtual directory.
My question is, by using a virtual directory on my web server, am I
causing my web server more traffic than if I were to hardcode the UNC
path (\\machinename\directory) into my code and not use a virtual
directory?
Thanks for your help! Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304497
IIS4 on windows 2000 server intermittantly hanging
I am using IIS4 and Window 2000 Server, I have 3 virtual directories under
the default website each of which is configured to have "application
protection high (isolated)". I have the same website running under each of
these using the exact same asp pages, each site is for a different country.
2 of the sites run without any problem but one of them (the one with the
highest usage) hangs intermittantly. I have installed IISSTATE and left it
running to attempt to get a debug trace of what happens but it has never
output anything. I notice in task manager that one of the DLLHOST.EXE
processes was using 1,888,260K of mem compared to the other DLLHOST.EXE
processes which were only using 20,000K. I have checked and the code on each
of these sites is exactly the same. I also have another server running
another 3 countries at a different location which has a very similar loading
in terms of usage, ie one site getting the major load, but I have had no
problem with this server. Does anybody have any ideas what could happening
what I could do to find out.
I'm using ASP for all pages.
Kieran Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304494
dllhost.exe using too much memory
Recently some of the web applications I have running on our Win2K
server have been failing and it seems to be associated with
dllhost.exe I just looked at it now and it is hold 500 Megs worth of
memory. If I restart the web publishing service then everything works
fine and dllhost.exe reduces its memory consumption.
I looked to see what COM objects are running and I am not sure if any
of them are the problem. I cant decipher them.
I have 4 running in System Application :
CatSrv: Catalog Server
EventPublisher
COMSVCS: Tracker Server
Mts.MtsGrp
And I have 1 running in IIS OutofProcess
IISWAM.OutofProcessPool
I also checked to make sure I did not have any viruses that affect
dllhost.exe. Does anyone have any suggestions?
thanks
Mark Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304492
The certificate authority is invalid or incorrect
Hi.
Trying to move my sites from 2000 to 2003 and got stuck=20
on msxml3.dll.
Trying to get information from a appache server with=20
selfsigned SSL using MSXML2.ServerXMLHTTP.
It works just fine on my 2000 server but on my 2003 it=B4s=20
not working.
Found a KB that say i have to login as IWAN_ user and=20
install the cert. But there has to be another way...
Why is it woking on 2000 and not on 2003?
i=B4m using this code:
set xmldoc =3D Server.CreateObject("MSXML2.ServerXMLHTTP")
strxmlurl=3D"https://server/cgi/getdata?user=3Dxxx"
xmldoc.open "GET", strxmlurl, false
xmldoc.send=20
and get this error:
msxml3.dll (0x80072F0D)
The certificate authority is invalid or incorrect=20
if anyone have a good solution plz email me... Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304481
Error 405 http verb not allowed
Hello all!
I am trying to get a form to post on an IIS 6.0 server
(also tried it on IIS 5.0) and keep getting "The page you
are looking for cannot be displayed because an invalid
method (HTTP verb) was used to attempt access." "HTTP
Error 405 - The HTTP verb used to access this page is not
allowed."
The web page extensions are .html if that has any bearing
on the problem. The method is the POST command.
Any answers to this problem would be appreciated. Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304469
configuring iis for resolve nt password
hi all,
i have a iis on windows xp pro. this iis serves in
intranet. and all users have domain password in intranet.
i write some asp code for this. but this code does't give
me the nt user name of user who visit my site.
this code is only giving users who is recognized on local.
and access the page on local...
now what can do on iis's configuration.
thanks for your helps...
my code is below:
<%
Dim login,userName
Dim adres
userName = Trim("" & Request.ServerVariables("LOGON_USER"))
login = Request.ServerVariables("REMOTE_ADDR")
Response.Write "User Name: '" & userName & "'"
REsponse.End
%> Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304463
Authentication without anonymous
Hello,
I'm doing an application ASP and she have her own login. Now I'm working to
do "autologin" for user who are in the same domain (iis authentication). It
work fine...
But now, when a user try to launch application from external domain, I would
the application login appear without standard IE login (like if iis is in
anonymous security check).
How to do, because when I try from external system, it alway ask
authentication before application login.
Thanks a lot.
Pascal Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304441
IIS runas Different User
Hi,
i have the problem, that i need to list the users in an
Active Directory via ASP Page. And i need to do this with
LDAP not WinNT Command.
The Problem is, this only works if i run then page
directly on the webserver connection to
http://localhost/test.asp. If somebody else in the network
visits this site, he gets an internal server error because
the server authenticates towards active directory
as "Anonymous" or "I_User" or so an though has not enought
rights to list AD entries.
Is there any possibility to tell IIS under which user to
run a certain page or web?
I hope anyone of you can help me.
Thxx Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304429
Program needs IIS 4
Hi,
I'm running a crappy old version of Vignette (4.2 to be specific) and it
requires IIS 4.0. that is fine for the NT4 boxes but since microsoft are
going to stop supporting NT4 I'm keen to upgrade all the NT4 servers to 2003
server (2000 is fine but why not go the latest; 2003). Is there a way to lie
to this install program and tell it that I'm running IIS 4 (when it's
actually IIS6)?
Or is there another CMS that i should be using :)
I'm using such an old version of Vignette because the support contract was
getting too expensive.
Thanks for any input.
Mike Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304418
MS Access Driven Sites quit functioning.
I have an 2003 Server that is hosting about 8 websites. 5-
6 of these website are driven by access databases.
Typically the websites are fairly efficient and work
dependably, however about every 4-5 days the websites that
have access intigrated in them just quit responding. You
type their URL in and the browser just sits there. The
websites that don't have Access tied in to them continue
to function perfectly. When this happens I have to reboot
the server and then everything seems to be okay again. I
have tried checking the event viewer and the server logs
and can find no error messages of any sort. The server is
a Dual Athlon 1Ghz MP with 512MB PC2100DDR Registered Ram.
Anybody have a clue as to what could be causing this? Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304415
Uninstalled SUS (URL scan); certain virtual directories do not work
I installed Software Update Services (SUS SP1) on our Intranet server
(IIS5.0). This process installs IIS Lockdown tool and URLscan. I did
not like it on that server. I uninstalled SUS which had installed the
IIS lockdown tool and URLScan. I manually uninstalled URLScan.
However, there must be something else that I must undo because my
INTRANET site does not work. One symptom is that my include
statements do not work with relative referencing notation like the
double dots and slashes to traverse the folder structure. Also, I
have a web folder for an application that requests authentication per
my Frontpage permissions for that web folder. If you authenticate
correctly, you are redirected to an asp page. However, the server
responds with the HTTP 500 error or the HTTP 404 error.
Has anyone experienced this before? Or know what is going on?
Curtis Jackson Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304394
How do U read web page stats?
Hello. I am running XP Pro and I am using IIS. I was
wondering how do we see how many hits we have on our web
sites? How do you get the site stats?
THanks Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304388
Error 500
Hello all - we have a serious problem as described below. Can anyone please
help ?
Hardware / Software setup:
- Three servers in Microsoft Application Center 2000 SP1 cluster running
Window 2000 Server SP4.
- SQL Server 2000 SP3 cluster with failover mechanism.
The solution is implemented with standard ASP and all database
communications goes through COM and COM+ objects programmed in Visual Basic
6.
The problem:
When running the web application in Internet Explorer we get a "HTTP 500 -
Internal server error" in pages that we know works fine. When the problem
arises it will occur at all three servers in large numbers. One way to stop
the error is to kill the dllhost.exe containing our COM-components in one of
the machines manually. A weird thing is that if the service is killed in one
machine the errors will stop in all three servers in the cluster.
It has been observed that when the server is parsing the ASP-page, the
number of lines processed is decreasing the longer the error has existed (in
time). To clarify: In the start of the error cycle the ASP-parser is able to
process ASP files with a large number of lines, but the number of lines it
can parse decreases during the error cycle and at the end the parser cant
even process an ASP-file with just a few lines of code.
The problem only exists in the productive system and neither in development
nor test, so it must be related to load on the system?
Best Regards
Torben Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304356
Is it possible to detect if ASP.NET is registered?
I know how to detect .NET Framework, and I know how to re-register ASP.NET.
But is there any way to detect that ASP.NET is not registered with IIS? I
want my installation program to treat this case better than just failing to
install. I am using VS.NET Deployment project.
Thanks in advance. Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304355
IIS 6.0 Not starting a website after a Restart of IIS 6.0
Hello all
When I click to Restart IIS 6.0, it does not start up my web and ftp site.
They are both stopped.
When I restart the computer they are started.
What gives?
In IIS 5.0 when I restarted IIS service, the websites came back up.
Is this something new? and how can I change that?
Thanks Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304344
ASP code that cause problem w/ IIS 6.0 isolation
Does anyone know of any specific code written in ASP will cause IIS 6
running in native WP isolation mode to freak out?
MS Engineer (in private news group) confirm that some ASP code will not run
in IIS6 WP isolation and I must switch to IIS5.0 isolation. However, they
weren't able to tell me exactly what will cause this problem. Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304336
FORM POST problem
Trying again..
What can be the reason to a FORM POST script is not running on a IIS5
server, but it works on another one ?
<form method="post" action="test.asp"> </form>
Symptom : The page is waiting for 20 seconds and then displays "0" on a
blank page, even if test.asp does not exist.
I tested the server and found that a simple form method=post script would
not work, so the problem must be configuration on the server. The rights is
set to anonymous access after tips on this news-group before, but still
nothing. Posting the form to a remote site from this one works, but not to
post to itself.
Please help !
Leif Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304330
Images load slowly, but only from one location
I have an odd problem. Our sites are hosted at a colo facility. When we
access the sites from our office, often times, images will load very slowly.
If I check the same sites from home, everything loads fine. Here are some
particulars:
- We used to host the sites locally
- Its not always the same images that are the 'stragglers'
- Out of 15 images, there might be 1-5 stragglers that take 5-6 seconds more
to load than the others
- I've tried changing references from <img src="images/xyz.jpg"> to <img
src="http://www.mysite.com/iamges/xyz.jpg"> to no avail
- I've put a manual entry in my hosts file to eliminate DNS from the mix.
- Other sites hosted by this company load fine
My instinct is that there is something buried in some code somewhere (a dll
perhaps?) that is making a hard reference to one of my servers, but since
the code is no longer "local" to my network, the server stutters a step or
two before moving along to buisness as usual. If anyone has any ideas of
where I can investigate, I would greatly appreciate it.
John D. Morris
IT Engineer Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304329
web site mirroring
Hi,
I'm looking for a way to mirror a website from a private internal server to
my dmz public web server. My idea is that I'd like to allow my web team to
publish to the internal server and then periodically have a service that
either pushes or pulls the updates to the dmz webserver. The dmz webserver
is not a part of our domain and I'd like to minimize the need for the whole
web team to publish to the dmz webserver. What have some of you done for
this? I'm using IIS6.
thanks,
Chris Tag: Server object error 'ASP 0177 : 800401f3' Tag: 304328