Anonymous Access and Server.CreateObject
...using Classic ASP results in a Server object, ASP 0177 (0x800401F3)
error for a .dll I created. For 3rd party ActiveX objects, I get
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'Object.ProgID' (that's a
hypothetical progid, thanks).
When I disable anonymous access on the Web site in IIS, it works! When
enabled, it doesn't. I've given IUSR_<machinename> all kinds of
permissions (on the file, folder, etc.) and even added it to the Admin
group (and Power Users group). Still no go.
I'm using Windows XP Pro. btw, it works on another WinXP Pro box. Any
help is REALLY appreciated. Tag: Application Pool - Programmatic Start/Stop Tag: 372759
Response.BiraryWrite not working
<%@ Language=VBScript %>
<%
Response.Buffer=true
Response.clear
set st = server.CreateObject (adodb.strem")
Response.ContentType = "application/unknown"
Response.Addheader "ContentType", "application/unknown"
Response.Addheader "Content-Disposition", "inline; filename=test.doc"
st.open
st.Type=1
st.LoadFromFile "c:\test.doc"
Response.BinaryWrite st.read
st.close
Response.End
%>
The original word doc is fine.
From the ASP, it doesn't display, and if i choose the save as, the saved
file is twice (2) as big as the source. I used application unknown, because
I wanted generic code that would work with any/all files.
Any ideas what I did wrong or how to fix it?
Thanks
--
bnhcomputing Tag: Application Pool - Programmatic Start/Stop Tag: 372754
Problem with 2 way ssl
I am trying to set up 2 way ssl with iis 6. I install the server cert, turn
on ssl and click "require a client certificate." Well, when I hit a web site
on the server from a browser, the server pushes it's cert to the client, but
does not ask the client to send one. The "Choose a digital certificate"
window does not appear. Any ideas on what I may be doing wrong? Tag: Application Pool - Programmatic Start/Stop Tag: 372751
IIS 5.0 Stops Responding to ASP requests
Boy am I lost. I have been reading through here for days looking for
something that might help. While I have found lots of good things that I
have checked I cant seem to come to the source of the problem. Then I
thought maybe I am asking the wrong questions. It took me awhile to
understand what to log using Debug Diags. The biggest log generator seems to
be the dllhost.exe. It is always showing out of process pooled.
I updated MDAC to 2.8, registered some unregistered dll's, and updated some
other dll's used by the E-business software. Same nothing seems to change.
In fact I think the ASP pages have stopped 5 times since. So I am obviously
on the wrong path.
When this happens all other web responses still continue. FTP and HTML
requests included. Specifically only ASP requests are stopped. The
following was the dump file for today at 1:20PM. I would be really
appreciative if anyone could help me analyze this a bit and put me back on
the right track to getting this fixed.
Analysis Summary
Type Description Recommendation
Error In dllhost__PID__1876__Date__10_27_2005__Time_01_26_53PM__937__First
chance exception 0XE06D7363.dmp the assembly instruction at
KERNEL32!RaiseException+56 in C:\WINNT\system32\KERNEL32.DLL from Microsoft
Corporation has caused an unknown exception (0xe06d7363) on thread 20
An exception thrown by Kernel32!RaiseException usually indicates a problem
with another module. Please review the stack for the faulting thread (20)
further to determine which module actually threw the exception raised by
Kernel32.dll.
Error Symbols were not available to resolve the symbol
"comsvcs!g_pAppTrackerObject". The COM+ STA ThreadPool report will not be
accurate. Use a valid symbol path (i.e.
"SRV*C:\symbols*http://msdl.microsoft.com/download/symbols" in the DebugDiag
settings or in your _NT_SYMBOL_PATH environment variable.
Information
DebugDiag did not detect any known problems in C:\Program Files\IIS
Resources\DebugDiag\Logs\Misc\DLLHOST.EXE__System
Application__PID__1484__Date__10_27_2005__Time_01_27_55PM__593__Manual
Dump.dmp using the current set of scripts.
Information DebugDiag determined that this dump file
(dllhost__PID__1876__Date__10_27_2005__Time_01_26_53PM__937__First chance
exception 0XE06D7363.dmp) is a crash dump and did not perform any hang
analysis. If you wish to enable combined crash and hang analysis for crash
dumps, edit the IISAnalysis.asp script (located in the DebugDiag\Scripts
folder) and set the g_DoCombinedAnalysis constant to True.
Analysis Details
Table Of Contents
dllhost__PID__1876__Date__10_27_2005__Time_01_26_53PM__937__First chance
exception 0XE06D7363.dmp
Faulting Thread
Faulting Module Information
Executing ASP Request
DLLHOST.EXE__IIS Out-Of-Process Pooled
Applications__PID__1876__Date__10_27_2005__Time_01_28_02PM__93__Manual
Dump.dmp
Top 5 threads by CPU time
Thread report
ASP Report
COM+ STA ThreadPool Report
DLLHOST.EXE__System
Application__PID__1484__Date__10_27_2005__Time_01_27_55PM__593__Manual
Dump.dmp
Top 5 threads by CPU time
Thread report
COM+ STA ThreadPool Report
Report for dllhost__PID__1876__Date__10_27_2005__Time_01_26_53PM__937__First
chance exception 0XE06D7363.dmp
Type of Analysis Performed Crash Analysis
Machine Name WEBSERVER
Operating System Windows 2000 Service Pack 4
Number Of Processors 2
Process ID 1876
Process Image C:\WINNT\system32\DLLHOST.EXE
System Up-Time 0 day(s) 00:03:18
Process Up-Time 0 day(s) 00:00:04
Thread 20 - System ID 2132
Entry point comsvcs!STAThread::STAThreadWorker
Create time 10/27/2005 1:26:51 PM
Time spent in user mode 0 Days 0:0:0.296
Time spent in kernel mode 0 Days 0:0:0.234
Function Source
KERNEL32!RaiseException+56
msvcrt!_CxxThrowException+34
msadds!DllGetClassObject+7522
msadds!DllGetClassObject+4289
msado15!DllGetClassObject+35b2
msado15!DllGetClassObject+3762
msado15!DllGetClassObject+289a
ASP request executing on thread 20
ASP request executing on thread 20
GET request for /ebus30/default.asp
Request alive for 0 day(s) 00:00:05
QueryString
Request mapped to C:\INETPUB\WWWROOT\EBUS30\DEFAULT.ASP
ASP Application /LM/W3SVC/1/Root/Ebus30
ASP Template C:\INETPUB\WWWROOT\EBUS30\DEFAULT.ASP
Script call stack for thread 20
Function Scope Line Of Code Source File Line Number
Load_ProductCategories Set RsProduct = Product.Load(Session("VMFG"))
C:\INETPUB\WWWROOT\EBUS30\SHARED\FUNCTIONS.ASP 135
Application_OnStart Load_ProductCategories()
C:\INETPUB\WWWROOT\EBUS30\SHARED\FUNCTIONS.ASP 305
In dllhost__PID__1876__Date__10_27_2005__Time_01_26_53PM__937__First chance
exception 0XE06D7363.dmp the assembly instruction at
KERNEL32!RaiseException+56 in C:\WINNT\system32\KERNEL32.DLL from Microsoft
Corporation has caused an unknown exception (0xe06d7363) on thread 20
Module Information
Image Name: C:\WINNT\system32\KERNEL32.DLL Symbol Type: PDB
Base address: 0x7c570000 Time Stamp: Thu Jan 06 03:17:41 2005
Checksum: 0x000b8c04 Comments:
COM DLL: False Company Name: Microsoft Corporation
ISAPIExtension: False File Description: Windows NT BASE API Client DLL
ISAPIFilter: False File Version: 5.00.2195.7006
Managed DLL: False Internal Name: kernel32
VB DLL: False Legal Copyright: Copyright (C) Microsoft Corp. 1981-1999
Loaded Image Name: c:\symcache\KERNEL32.dbg\41DD0235b3000\KERNEL32.dbg
Legal Trademarks:
Mapped Image Name: Original filename: kernel32
Module name: KERNEL32 Private Build:
Single Threaded: False Product Name: Microsoft(R) Windows (R) 2000
Operating System
Module Size: 716.00 KBytes Product Version: 5.00.2195.7006
Symbol File Name: c:\symcache\kernel32.pdb\41B04DC21\kernel32.pdb Special
Build: &
Report for DLLHOST.EXE__IIS Out-Of-Process Pooled
Applications__PID__1876__Date__10_27_2005__Time_01_28_02PM__93__Manual
Dump.dmp
Type of Analysis Performed Hang Analysis
Machine Name WEBSERVER
Operating System Windows 2000 Service Pack 4
Number Of Processors 2
Process ID 1876
Process Image C:\WINNT\system32\DLLHOST.EXE
System Up-Time 0 day(s) 00:04:24
Process Up-Time 0 day(s) 00:01:12
Top 5 Threads by CPU time
Note - Times include both user mode and kernel mode for each thread Thread
ID: 20 Total CPU Time: 0 day(s) 00:00:01.640 Entry Point for Thread:
comsvcs!STAThread::STAThreadWorker
Thread ID: 13 Total CPU Time: 0 day(s) 00:00:00.62 Entry Point for
Thread: msvcrt!_endthreadex+32
Thread ID: 12 Total CPU Time: 0 day(s) 00:00:00.46 Entry Point for
Thread: msvcrt!_endthreadex+32
Thread ID: 4 Total CPU Time: 0 day(s) 00:00:00.46 Entry Point for
Thread: txfaux!WORK_QUEUE::ThreadLoop
Thread ID: 1 Total CPU Time: 0 day(s) 00:00:00.31 Entry Point for
Thread: rpcrt4!RPC_SERVER::InquireInterfaceIds+5
ASP report
Executing ASP requests 0 Request(s)
ASP templates cached 3 Template(s)
ASP template cache size 388.95 KBytes
Loaded ASP applications 2 Application(s)
ASP.DLL Version Unable to obtain Module information for asp.dll
ASP application report
ASP application metabase key /LM/W3SVC/1/Root/Ebus30
Physical Path C:\INETPUB\WWWROOT\EBUS30\
Virtual Root /Ebus30
Session Count 1 Session(s)
Request Count 0 Request(s)
Session Timeout 20 minutes(s)
Path to Global.asa C:\INETPUB\WWWROOT\EBUS30\GLOBAL.ASA
Server side script debugging enabled False
Client side script debugging enabled False
Out of process COM servers allowed False
Session state turned on True
Write buffering turned on True
Application restart enabled True
Parent paths enabled False
ASP Script error messages will be sent to browser True
ASP application metabase key /LM/W3SVC/1/ROOT
Physical Path C:\INETPUB\WWWROOT\
Virtual Root /
Session Count 0 Session(s)
Request Count 0 Request(s)
Session Timeout 20 minutes(s)
Path to Global.asa
Server side script debugging enabled False
Client side script debugging enabled False
Out of process COM servers allowed False
Session state turned on True
Write buffering turned on True
Application restart enabled True
Parent paths enabled False
ASP Script error messages will be sent to browser True
ASP Template Cache report
ASP Template for C:\INETPUB\WWWROOT\EBUS30\DEFAULT.ASP
Application URL http://www.boydsgunstocks.com:80/Ebus30
Application Path /Ebus30
Template Size 301996 bytes
# of files in Template 23 file(s)
Include Heirarchy
C:\INETPUB\WWWROOT\EBUS30\DEFAULT.ASP 7/20/2005 10:25:32 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\SCRIPTS.INC 7/20/2005 10:57:50 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\FUNCTIONS.ASP 7/20/2005
10:57:48 PM
C:\INETPUB\WWWROOT\EBUS30\SHOPPINGCART\CART_FUNCTIONS.ASP
7/20/2005 10:57:56 PM
C:\INETPUB\WWWROOT\EBUS30\SHOPPINGCART\WISHLIST_FUNCTIONS.ASP
7/20/2005 10:58:00 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\HEADER.INC 7/20/2005 10:57:48 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\THEADER.INC 7/20/2005
10:57:51 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\FUNCTIONS.ASP 7/20/2005
10:57:48 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\SHEADER.INC 7/20/2005
10:57:49 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\FUNCTIONS.ASP 7/20/2005
10:57:48 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\FMESSAGE.ASP 7/20/2005 10:57:44 PM
C:\INETPUB\WWWROOT\EBUS30\LOGIN\MYACCOUNT.ASP 7/20/2005 10:53:18 PM
C:\INETPUB\WWWROOT\EBUS30\LOGIN\MODULES.ASP 7/20/2005 10:53:17
PM
C:\INETPUB\WWWROOT\EBUS30\LOGIN\RETURNINGCUSTOMERS.ASP
7/20/2005 10:53:20 PM
C:\INETPUB\WWWROOT\EBUS30\LOGIN\NEWCUSTOMERS.ASP 7/20/2005
10:53:18 PM
C:\INETPUB\WWWROOT\EBUS30\LOGIN\PASSWORDREMINDER.ASP
7/20/2005 10:53:19 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\FOOTER.INC 7/20/2005 10:57:45
PM
C:\INETPUB\WWWROOT\EBUS30\PARTS\SPECIALS.ASP 7/20/2005 10:53:33 PM
C:\INETPUB\WWWROOT\EBUS30\PARTS\FUNCTIONS.ASP 7/20/2005
10:53:28 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\FOOTER.INC 7/20/2005 10:57:45
PM
C:\INETPUB\WWWROOT\EBUS30\PARTS\TOPSELLING.ASP 7/20/2005 10:53:34
PM
C:\INETPUB\WWWROOT\EBUS30\PARTS\FUNCTIONS.ASP 7/20/2005
10:53:28 PM
ASP Template for C:\INETPUB\WWWROOT\EBUS30\GLOBAL.ASA
Application URL http://www.boydsgunstocks.com:80/Ebus30
Application Path /Ebus30
Template Size 26068 bytes
# of files in Template 2 file(s)
Include Heirarchy
C:\INETPUB\WWWROOT\EBUS30\GLOBAL.ASA 7/20/2005 10:25:42 PM
C:\INETPUB\WWWROOT\EBUS30\SHARED\INIT.ASP 7/20/2005 10:57:52 PM
ASP Template for C:\INETPUB\WWWROOT\BROWSEEBUS\SPECIAL.ASP
Application URL http://www.boydboys.com:80/
Application Path /
Template Size 70225 bytes
# of files in Template 2 file(s)
Include Heirarchy
C:\INETPUB\WWWROOT\BROWSEEBUS\SPECIAL.ASP 9/27/2005 12:15:20 PM
C:\INETPUB\WWWROOT\EBUS30\PARTS\FUNCTIONS.ASP 7/20/2005 10:53:28 PM
COM+ STA ThreadPool Report
(STA ThreadPool not initialized)
Report for DLLHOST.EXE__System
Application__PID__1484__Date__10_27_2005__Time_01_27_55PM__593__Manual
Dump.dmp
Type of Analysis Performed Hang Analysis
Machine Name WEBSERVER
Operating System Windows 2000 Service Pack 4
Number Of Processors 2
Process ID 1484
Process Image C:\WINNT\system32\DLLHOST.EXE
System Up-Time 0 day(s) 00:04:18
Process Up-Time 0 day(s) 00:01:38
Top 5 Threads by CPU time
Note - Times include both user mode and kernel mode for each thread Thread
ID: 6 Total CPU Time: 0 day(s) 00:00:00.62 Entry Point for Thread:
msvcrt!_endthread+3f
Thread ID: 15 Total CPU Time: 0 day(s) 00:00:00.31 Entry Point for
Thread: comsvcs!CEventServer::DispatchEvents
Thread ID: 0 Total CPU Time: 0 day(s) 00:00:00.15 Entry Point for
Thread: DLLHOST!WinMainCRTStartup
Thread ID: 4 Total CPU Time: 0 day(s) 00:00:00.15 Entry Point for
Thread: txfaux!WORK_QUEUE::ThreadLoop
Thread ID: 3 Total CPU Time: 0 day(s) 00:00:00.0 Entry Point for
Thread: OLE32!CRpcThreadCache::RpcWorkerThreadEntry Tag: Application Pool - Programmatic Start/Stop Tag: 372742
cannot open .asp page (activex plugin save or open?)
Sorry for this as it is clearly a fundamental error. I have windows 2000
with IIS installed. Am trying to create a single web page that shows data
from a network database. Can create the page (in Dreamweaver) and connect to
the database OK, but when I try to open it I get a window asking whether I
want to open or save the activex plugin. What is missing or misconfigured to
cause this?
like I said, sorry.
thanks Tag: Application Pool - Programmatic Start/Stop Tag: 372738
Win 2003 SBS for webserver?
Is there a problem with me saving $400 by getting SBS instead of the full
version of Windows 2003 server? I just need a server, separate from my
domain and on my DMZ of the firewall, to be accessed by the public and only
one or two web designers using Frontpage 2003. I don't think we will use
Exchange except for *maybe* creating distribution groups to forward for
links on the website, but we will probably just use html forms and group the
addresses there or something instead. Any problems with this setup?
Many thanks! Tag: Application Pool - Programmatic Start/Stop Tag: 372737
server slows down considerably with time
We have an ASP application which connects to an SQL 2k database which
is hosted on an IIS server (dual XEON with 4GB RAM). We have about 150
to 200 users connecting to that server and works on teh database
through the ASP application. Our problem is that after a few hours the
web pages gets so slow and the data fetching from the database gets so
slow for the users that we are having to restart the server to fix the
problem. I would like to know why it is happening and what we can do to
fix this problem. We have about 60 datasets being accessed through that
ASP application and each dataset belongs to different clients and so
the employees work on any one of them at different times. Please advice
me on wht all I have to check and how I can rectify it.
Thanks
Rakesh Mohan Tag: Application Pool - Programmatic Start/Stop Tag: 372736
Digest or Integrated Authentication help
Situation:
Domain controller testDC on a 2003 ent box
Member server ms01 on a 2003 ent box with IIS 6.0, file server
Domain test
I have a site setup that needs to use some sort of authentication(prefer
Digest) the site severs as an intranet and internet site for a command
center. Right now users on the domain test have now problem as i have set
the site up under IE intranet settings via GPO. The problem i have is users
that are connection via VPN Tunnel or web where the computer is not part of
the domain. They can get to the site and see the html but when they try to
view a doc from a hyperlink they get page can not be found. Right now this
is setup with Integrated Authentication, becosue i am unable to login using
Digest authentication. Can someone help? let me know if you need more
details.
Thanks
--
Nick Tag: Application Pool - Programmatic Start/Stop Tag: 372733
PDF files linked on web site show blank page
Hello,
We have an issue with PDF files (Created with Acrobat 7.0) linked in our web
site showing up as a blank file when selected. The page can be refreshed and
the PDF shows correctly. This problem can be reproduced on the client
computer by deleting the temp internet files then selecting the linked PDF
page. I have tried to convert the page in a reader 3.0 format, and make the
link open in a new window, both idea's not fixing the issue.
Please help! Thank you in advance for input on this issue. Tag: Application Pool - Programmatic Start/Stop Tag: 372731
Bulitin Board
Can anybody give me some names of a bulltin board that I can put on my
website? I do have SQl already. Tag: Application Pool - Programmatic Start/Stop Tag: 372729
advice needed on new server product
All,
I'm working on a new windows server product and I need some advice.
First, I'd like anyone willing to talk to me over the phone to send me
an email at the address below.
Second, I would really appreciate anyone taking the survey I created
at:
http://www.serviance.com/survey
Thanks,
Phil
p h i l p at s e r v i a n c e dot c o m
===============================================
p h i l p a t s e r v i a n c e d o t c o m
=============================================== Tag: Application Pool - Programmatic Start/Stop Tag: 372720
IIS6 Not Logging
I am running Windows 2003 Server Standard Edition with all service packs and
hotfixes applied. I have IIS6 running on the box and have setup several
websites to run on the server (multihomed).
In Internet Service Manager, drilling into the properties of any given
website on the server:
"Home Directory" tab, Log Visits is checked.
"Web Site" tab, Log visits checked, directory set to a location on my "F:"
drive as each site is configured to log to an independent log directory.
To rule out NTFS permission issues, I have given the directory where the
logs are to be written EVERYONE Ful Control.
No logs are being written. I have restarted the Service, rebooted the
server, and done everything I can think of but no logs. The server is
receiving traffic, so its not a "no visitors are hitting your site" issue.
There are pleanty of visitors, just no logs.
I don't know what to do to enable logging short of reinstalling the server
and seeing if I get it to work that way.
Any ideas appreciated.
Regards,
Grant Tag: Application Pool - Programmatic Start/Stop Tag: 372717
Problems with headers in the IIS
I have a heavy client, developed in C #, connected by means of Remoting
to its logic of business that is mounted on a IIS.
Initially, in the IIS I made a virtual directory, in the Web site by
defect, to mount this logic of business and worked perfectly.
Next, in the IIS I created a new Web site, to which I did not assign
any type of head Web, by which the requests through a port different
from the 80 would enter (used by the Web site by defect) and also
worked perfectly. The problem arose when I created in the IIS a new
Web site and I assigned a host header name to it (I also wrote that
header in the DNS so that it solved the name well).
Through the IE, putting the route in the navigator, I was able to
accedd to the WSDL definition.(For example:
http://cabecera/clsClase.rem?WSDL)
In addition, the client is able to create an instance of the class in
remote, but the problem comes when trying to call to some property or
method of this class.
Then it gives the problem: "System.Runtime.Remoting.RemotingException:
Requested Service not found ".
The configuration of the client for Remoting is of the type:
<?xml version="1.0" ?>
<configuration>
<system.runtime.remoting>
<application>
<lifetime leaseTime="8H" sponsorshipTimeOut="10M"
renewOnCallTime="10M" leaseManagerPollTime="1M" />
<client url="http://server/">
<activated type="NameSpace.Class,NameSpace" />
</client>
<channels>
<channel ref="http" useDefaultCredentials="true"
useAuthenticatedConnectionSharing="true">
<clientProviders>
<formatter ref="soap" />
</clientProviders>
<serverProviders>
<formatter ref="soap" typeFilterLevel="Full" />
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>
And the web config in the virtual directory of the IIS is:
<?xml version="1.0" ?>
<configuration>
<system.web>
<httpRuntime
executionTimeout="6000"
maxRequestLength="40960"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100"
enableVersionHeader="true"
/>
<customErrors mode="Off" />
<authentication mode="Windows" />
<identity impersonate="false" userName=""
password=""/>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
</system.web>
<system.runtime.remoting>
<application>
<lifetime leaseTime="8H" sponsorshipTimeOut="10M"
renewOnCallTime="10M" leaseManagerPollTime="1M" />
<service>
<activated type="NameSpace.Class,NameSpace" />
<wellknown type="NameSpace.Class,NameSpace"
mode="Singleton" objectUri="Class.rem" />
</service>
<channels>
<channel ref="http"
useDefaultCredentials="true" useAuthenticatedConnectionSharing="true">
<serverProviders>
<provider ref="wsdl"/>
<formatter ref="soap"
typeFilterLevel="Full" />
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>
Does anybody know what is the problem.
Thanks a lot and excuse me for my english Tag: Application Pool - Programmatic Start/Stop Tag: 372713
permission problem - process id but not action
I have a web application where I'm trying to print an invoice ticket.
This program has worked on other computers with similar setups..
ie. xp_pro, iis5.. this takes place on a local machine so I'm not to
concerned with security.
I have a vb6 component using shellexecute API......
sOperation = "Open"
sFile = "prninvoice.cmd"
sDirectory = "c:\\print"
ir = ShellExecute(0&, sOperation, sFile, sParams, sDirectory, lWindow)
all I get is a beep...though the createtextfile filesystemobject works
ok in this function.
I have tried messing with different scripting routines
(wsh.run),(shellexecute in script),etc while trying different usr
security settings in iis. Several settings will produce a process id
but the acutal printing won't happen. By going to a command line and
running the exe or cmd file, printing will work fine.
I know its a security or permission issue, but I'm not smart enough to
fiqure it out.
I'm looking for a boot in the right direction.
thanks
mark Tag: Application Pool - Programmatic Start/Stop Tag: 372712
Problemas en el IIS con cabeceras
Tengo un cliente pesado, desarrollado en C#, conectada mediante
Remoting a su l=F3gica de negocio que est=E1 montada sobre un IIS.
Inicialmente, en el IIS hice un directorio virtual, en el sitio web por
defecto, para montar dicha l=F3gica de negocio y funcion=F3
perfectamente.
A continuaci=F3n, en el IIS cre=E9 un nuevo sitio web, al que no le
asign=E9 ning=FAn tipo de cabecera web, por el que entrar=EDan las
peticiones a trav=E9s de un puerto distinto al 80 (el usado por el sitio
web por defecto) y tambi=E9n funcion=F3 perfectamente.
El problema surgi=F3 cuando cre=E9 en el IIS un nuevo sitio web y le
asign=E9 una cabecera web (esa cabecera tambi=E9n la met=ED en los DNS
para que resolviese bien el nombre).
A trav=E9s del IE, poniendo la ruta en el navegador, doy accedido a la
definici=F3n WSDL. (Por ejemplo: http://cabecera/clsClase.rem?WSDL)
Adem=E1s, el cliente es capaz de instanciar la clase en remoto, pero el
problema viene al intentar referenciar a alguna propiedad o m=E9todo de
dicha clase. En ese momento da el problema:
"System.Runtime.Remoting.RemotingException: Requested Service not
found".
La configuraci=F3n del cliente para Remoting es del tipo:
<?xml version=3D"1.0" ?>
<configuration>
<system.runtime.remoting>
<application>
<lifetime leaseTime=3D"8H" sponsorshipTimeOut=3D"10M"
renewOnCallTime=3D"10M" leaseManagerPollTime=3D"1M" />
<client url=3D"http://server/">
<activated type=3D"NameSpace.Class,NameSpace" />
</client>
<channels>
<channel ref=3D"http" useDefaultCredentials=3D"true"
useAuthenticatedConnectionSharing=3D"true">
<clientProviders>
<formatter ref=3D"soap" />
</clientProviders>
<serverProviders>
<formatter ref=3D"soap" typeFilterLevel=3D"Full" />
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>
El web config expuesto en el IIS es del tipo:
<?xml version=3D"1.0" ?>
<configuration>
<system.web>
<httpRuntime
executionTimeout=3D"6000"
maxRequestLength=3D"40960"
useFullyQualifiedRedirectUrl=3D"false"
minFreeThreads=3D"8"
minLocalRequestFreeThreads=3D"4"
appRequestQueueLimit=3D"100"
enableVersionHeader=3D"true"
/>
<customErrors mode=3D"Off" />
<authentication mode=3D"Windows" />
<identity impersonate=3D"false" userName=3D""
password=3D""/>
<authorization>
<deny users=3D"?" />
<allow users=3D"*" />
</authorization>
</system.web>
<system.runtime.remoting>
<application>
<lifetime leaseTime=3D"8H" sponsorshipTimeOut=3D"10M"
renewOnCallTime=3D"10M" leaseManagerPollTime=3D"1M" />
<service>
<activated type=3D"NameSpace.Class,NameSpace" />
<wellknown type=3D"NameSpace.Class,NameSpace"
mode=3D"Singleton" objectUri=3D"Class.rem" />
</service>
<channels>
<channel ref=3D"http"
useDefaultCredentials=3D"true" useAuthenticatedConnectionSharing=3D"true">
<serverProviders>
<provider ref=3D"wsdl"/>
<formatter ref=3D"soap"
typeFilterLevel=3D"Full" />
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>
A alguien se le ocurre por qu=E9 me puede dar el error
"System.Runtime.Remoting.RemotingException: Requested Service not
found".
Agradecer=EDa la ayuda.
Gracias. Tag: Application Pool - Programmatic Start/Stop Tag: 372710
Best way to view log file
I would like to know the best way to view the log file in IIS 6. I have
opened the file and viewed it, but it is not organized with columns etc. Is
there an easy way to do this? Tag: Application Pool - Programmatic Start/Stop Tag: 372704
404 error on URL with spaces
Does anyone know if there are any known issues with Server 2003 or IIS that
would prevent a %20 from working as it should in a URL? I am able to view
images whose filenames include spaces on other sites but not my own. Thanks! Tag: Application Pool - Programmatic Start/Stop Tag: 372699
IIS Appears Hung/Locked
We have multiple ASP.NET apps running on Win 2k3 and 1 app running a Win 2k
server. Periodically we notice the applications are inaccessible. IE
attempts to load whatever page it is requesting however IE just sits there
and spins. The progress bar at the bottom of the page moves about half way
and the globe at the top right spins. The page never returns and typically
after a few minutes we simply close IE. Starting IE again doesn't resolve
the problem. The only solution we have found was restarting IIS. Once we do
this everything again runs as expected with normal response times. This
issue happens at random times and there is nothing in the event logs. On our
Win 2K server we only have 1 ASP.net app running, when the problem occurred
this morning on that machine I simply terminated the ASP.net worker process
through task manager and called the page again this worked to resolve the
issue instead of restarting IIS.
Within in my applications all sub routines are wrapped with Try/Catch
blocks, whenever an error occurs I receive email notification and a text file
saved on the server. This functionally works as expected. Whenever this
hung issue surfaces no errors are logged.
Any thoughts/suggestions?
Thanks Tag: Application Pool - Programmatic Start/Stop Tag: 372693
iis and default page
hi,
i have a web application associated with the virtual directory "VirtDir".
the home page is in another directory inside "VirtDir", exactly
"VirtDir/Presentation/Public/default.aspx".
i go to Property of my virtual directory, in the Documents tab.
i set "VirtDir/Presentation/Public/default.aspx" as default page and i
put it at the top of the list.
but when i browse to "VirtDir" a blank page is shown. on the other hand,
when i browse to "VirtDir/Presentation/Public/default.aspx" the page
is shown.
how can i set that page as default page and see it appear when i browse
to "VirtDir"???
thanks. Tag: Application Pool - Programmatic Start/Stop Tag: 372692
Urgent help required ..Loading XML Document
I have a very wierd problem. I have a .asp file with the code like :
set xmltest=Server.CreateObject("Microsoft.FreeThreadedXMLDOM")
xmltest.load("\\test-server\test\test1.xml")
\\test-server\test\test1.xml is the path on another server. This path is not
declared anywhere on IIS. The problem is if I run this code from the server
where IIS is running it executes fine, I mean xml file get loaded, but from
any other machine it does not load the xml file.
Can someone please reply, If I am posting it on a wrong forum can some
please tell me where to post.
Thanks very much.
js Tag: Application Pool - Programmatic Start/Stop Tag: 372688
Cannot Login to IIS Server from internet...
hello, ive make a company support, and they have w2003 enterprise, the
problem is that when they have integrated security and loguon by the machine
name, they have no problems...
but they have basic authentication too, and when they want to open the web
application from the web, they get access denied after the third try of
logon. they couldnt neither logon to the ftp site.
i can get this working...
thanks to all.!!! Tag: Application Pool - Programmatic Start/Stop Tag: 372681
Re: IIS user identification
No we are not. We have different procedures to monitor the web sites.
Actually, the load balancer is not NLB, but a CISCO router.
"Consultant" <consultant_mcngp@yahoo.com> escribió en el mensaje
news:ObIbuWm2FHA.1980@TK2MSFTNGP15.phx.gbl...
> are you using httpmon as well?
>
> C
>
>
> "Sonia Sonia" <sonia@sonia.com> wrote in message
> news:OtWq6%23j2FHA.2816@tk2msftngp13.phx.gbl...
> > Hi all,
> >
> > I re-publish this issue because it is very urgent (actually, until
Friday)
> > and I have no clue about it....
> > I have a HW load balancer doing "NAT", and it cannot be configured in
> > another way. This makes the IIS not be able to write in the log the
entry
> > corresponding to the client IP, because of the "NATing". I would like to
> > know if there is any ISAPI to generate cookies to write in the IIS log,
or
> > if there is any custom log module for IIS to get this functionlaity.
> >
> > Thank you so much for your answers in advance.
> >
> > Cheers,
> > Sonia.
> >
> >
>
> Tag: Application Pool - Programmatic Start/Stop Tag: 372679
Internal server error
Hi,
Installing iis5.0 w2000 server SP4,
In IIS create the site and place our intranet page, in this page using ASP .
With ASP we requested data from *.mdb database. all working fine:)
But at this time I have the problem, my clients dont display the pages where
need data from databases files, explorer display error messages
"There is a problem with the page you are trying to reach and it cannot be
displayed."
HTTP 500 - Internal server error
Internet Explorer
From the serwer all working a fine, but from clients no.
where is problem?
Thanks Tag: Application Pool - Programmatic Start/Stop Tag: 372678
Newbie to IIS - Need some help please
Hello,
I am quite new to IIS and I could use some assistance. I am running IIS
on Windows 2003 Server (Enterprise).
Here is what I would like to accomplish:
1. A single public IP address and point to different web servers.
2. Encryption / security (I know point one does not support SSL)
3. I would like ot host the web pages on different computers
Here are my thoughts as security is a concern:
I would place the IIS server in the DMZ.
I would like each company that I am hosting to have it's own web page
(e.g. www.abc.com).
When a company enters its web page (www.abc.com) a web page will come
up with a log in screen (my idea is for it to be similar to the way
banks validate customers).
The login credientials will be authenticated by verifying users from a
Windows 2003 Active Directory Domain Controller. Once authenticated, it
will take the user to a program that is entirely web based.
I have given this some thought and I think the best way is to have the
IIS / Web server in the DMZ and some sort of Active Server Page as the
main screen when connecting (www.abc.com). The user will login in and
be redirected to a secure area (private netowrk) where the Domain
Controller sits along with the Web application.
Can this be done? Can it be secure? What about encryption or HTTPS at
this point? By the way, preference would be to not use VPN's.
Any suggestions or comments would be greatly appreciated.
Thanks in advance.
Mark
budman@generation.net Tag: Application Pool - Programmatic Start/Stop Tag: 372677
Adding a MIME type to IIS6 from the batch file
Hi!
I need to add my file type to known extensions of IIS6. How can I do it from
a batch file?
Thanks,
Moshe. Tag: Application Pool - Programmatic Start/Stop Tag: 372676
WebDav interception
Hi
By creating a HTTPHandler it's possible to intercept request for files and
so on, but how do I intercept WebDAV requests?? What I'd like it to be able
to browse a database rather then the filesystem, but how do I do that??
Any suggestions would be greatly appreciated....
TIA
Søren Tag: Application Pool - Programmatic Start/Stop Tag: 372673
Logging data
Hi
Is there a way (either a setting somewhare or a thirdparty product) to get
an exact copy of all the data received from- and transmitted to a client by
IIS.
TIA
Søren Tag: Application Pool - Programmatic Start/Stop Tag: 372669
backup iis?
I would like to know the best way to backup IIS?
I would like to know if i do use iisback.vbs with the password option, am I
able to completely restore all of the iis sites
to a new server if needed? I believe is you run iisback.vbs without using
the password option the information in the
file is encrypted with the machine key or something specific to that server
only.
I want to be able to properly restore the websites in iis to a different
server if needed.
Please advise. Tag: Application Pool - Programmatic Start/Stop Tag: 372664
WebDav and transfert retry, does it possible in upload?
Hi,
I have just setup a webdav server with the BITS option enabled.
Sometimes we have to upload big documents (100Mb to 1Gb)
in case of a network failure, what's appends exactly?
does the user can continue the upload?
does this works if there is a power failure on the user station?
There is anything special to do to continue the upload or its an automatic
process?
thanks.
Jerome. Tag: Application Pool - Programmatic Start/Stop Tag: 372662
webdav access from a Win 2003 server ???
Hi,
I have a webdav folder setup on a server.
everything works fine, I can access it using any XP station.
but from a Win 2003 server, I can't access the HTTPS folder using the
network like I do with XP.
there is anything special to do on my Win 2003 servers?
thanks.
Jerome. Tag: Application Pool - Programmatic Start/Stop Tag: 372656
Installing .NET web app on IIS 6...
I'm installing my .NET web application on IIS 6 -- done this many times
before and now I suddenly get the following error:
"The specified path 'http://computername/mywebsite' is unavailable. The
Internet Information Server might not be running or the path exists and is
redirectd to another machine. Please check the status of this virtual
directory in the Internet Service Manager"
IIS is running and the virtual directory does exists. The .NETweb
applicaiton install is the same install I created using .NET Web Setup
project -- all I did was add two html files to my web application and just
trying to re-install (I've done this many times before so I have no idea why
now it suddenly returns this error)?
I've gone as far as removing my Web Site from IIS and recreating it and
still NO go? I just don't get it, the same install was working flawlessly
for many months.
Any suggestions?
Rob. Tag: Application Pool - Programmatic Start/Stop Tag: 372655
How to delete IIS logs older than X number of days ?
Hi,
I have a need to log IIS events (C:\WINDOWS\system32\LogFiles) but I see
logs are consuming hard-drive.
What's the best way to delete logs let's say, older than 45 days ? I didn't
see a straightforward way to do that on IIS...
Win2003 SP1, IIS6.0 Tag: Application Pool - Programmatic Start/Stop Tag: 372651
log asp_0147 in a database
hello, i change the 500-100.asp to log the errors into a database, i works
fine, but when I check the log, there is some 500 errors that are not been
register into de database, first i belived it was my error, but then i
realize and check on the web that others have the same problem.
how can i store this errors into de database the 0147 errors
best rigars Tag: Application Pool - Programmatic Start/Stop Tag: 372648
Copy/paste one directory permissions ACL onto another?
I have two identical directory structures in my Win2K IIS web site, and
I would like to copy the *permissions only* user/group ACL from one
directory structure and impart it upon another.
Possible to do? Any utilities out there that would perform such a
task?
Seems like otherwise I'd need to write a batch file to do two things,
user CACLS or XCACLS in display mode to enumerate the permissions in
one tree and write that to a text file. Use the contents of "display"
text file for another batch run using XCACLS in "modify" mode with the
/t switch.
-Chuck Tag: Application Pool - Programmatic Start/Stop Tag: 372645
must enter a valid file IIS V 5.1
Hello
We have been trying to script map to a dll for Crystal reports, No matter
hat we do we get the titled message. The only way it works is if we put
double quotes around it, which henders it's functionality.
It should be:
C:\Program Files\Seagate Crystal Reports\WCS\somedll.dll
and this is through the browse method. The Ok button it not dimmed when we
try it it gives the error must enter a valid file.
But If we use
"C:\Program Files\Seagate Crystal Reports\WCS\somedll.dll"
it excepts it but the app does not. Tag: Application Pool - Programmatic Start/Stop Tag: 372641
IIS asking for logon info
--____UFFZZURSAVOHKSTMVWPA____
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
I have a W2k3 server running MS IIS with a site listening on a specific IP =
address. Server info:
IIS is using Domain Authentication
Server Name - SR3IIS01
Server IPs - 192.168.1.50, 192.168.1.51
Listining IP - 192.168.1.51
Domain - spr.mydomain.inc
DNS Host Name - helpdesk (.spr.mydomain.inc)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameter=
s\DisableStrictNameChecking =3D1
From any computer in the spr.mydomain.inc domain (all exist on the same =
subnet as the server) I can access the site using http://helpdesk or =
http://helpdesk.spr.mydomain.inc .
If I attempt to access from a computer in the spk.mydomain.inc domain =
(different subnet on same WAN) I can access with no issues from http://help=
desk (if the dns suffix search order is set correctly in TCP/IP settings) =
but if I attempt to use http://helpdesk.spr.mydomain.inc I get the logon =
screen again. If I press enter a couple of times without using any =
credentials the page will load but sometimes with many table errors in the =
asp.
I have several computers in my domain and many of them do not have the =
correct dns suffix search order setup but I would like to push the link =
http://helpdesk.spr.mydomain.inc out through a GPO to allow people to =
access. =20
Anyone have any ideas why this is behaving like this? Thanks in advance =
for any help.
Bradley Fox
Sr. Network Administrator
--____UFFZZURSAVOHKSTMVWPA____
Content-Type: multipart/related; boundary="____PJPBFICUXZUMEWYJSWXH____"
--____PJPBFICUXZUMEWYJSWXH____
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"=
>
<META content=3D"MSHTML 6.00.2900.2722" name=3DGENERATOR></HEAD>
<BODY style=3D"MARGIN: 4px 4px 1px; FONT: 10pt Times New Roman; COLOR: =
#000000">
<DIV>I have a W2k3 server running MS IIS with a site listening on a =
specific IP address. Server info:</DIV>
<DIV>IIS is using Domain Authentication</DIV>
<DIV>Server Name - SR3IIS01</DIV>
<DIV>Server IPs - 192.168.1.50, 192.168.1.51</DIV>
<DIV>Listining IP - 192.168.1.51</DIV>
<DIV>Domain - spr.mydomain.inc</DIV>
<DIV>DNS Host Name - helpdesk (.spr.mydomain.inc)</DIV>
<DIV>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\para=
meters\DisableStrictNameChecking =3D1</DIV>
<DIV> </DIV>
<DIV>From any computer in the spr.mydomain.inc domain (all exist on the =
same subnet as the server) I can access the site using <A href=3D"http://he=
lpdesk">http://helpdesk</A> or <A href=3D"http://helpdesk.spr.mydomain=
.inc">http://helpdesk.spr.mydomain.inc</A> .</DIV>
<DIV> </DIV>
<DIV>If I attempt to access from a computer in the spk.mydomain.inc domain =
(different subnet on same WAN) I can access with no issues from <A =
href=3D"http://helpdesk">http://helpdesk</A> (if the dns suffix search =
order is set correctly in TCP/IP settings) but if I attempt to use <A =
href=3D"http://helpdesk.spr.mydomain.inc">http://helpdesk.spr.mydomain.inc<=
/A> I get the logon screen again. If I press enter a couple of times =
without using any credentials the page will load but sometimes with many =
table errors in the asp.</DIV>
<DIV> </DIV>
<DIV>I have several computers in my domain and many of them do not have =
the correct dns suffix search order setup but I would like to push the =
link <A href=3D"http://helpdesk.spr.mydomain.inc">http://helpdesk.spr.mydom=
ain.inc</A> out through a GPO to allow people to access. </DIV>
<DIV> </DIV>
<DIV>Anyone have any ideas why this is behaving like this? Thanks in =
advance for any help.</DIV>
<DIV> </DIV>
<DIV>Bradley Fox<BR>Sr. Network Administrator</DIV></BODY></HTML>
--____PJPBFICUXZUMEWYJSWXH____--
--____UFFZZURSAVOHKSTMVWPA____-- Tag: Application Pool - Programmatic Start/Stop Tag: 372638
WebDAV file upload size/timeout limit?
Hello,
Does WebDAV have a file upload size and/or file upload time limit? If so, is
there a work around to address this.
Basically, I have an IIS6 with WebDAV enabled and noticed that files I'm
uploading that are around 600MB+ are failing to upload.
Any reference or information would be greatly appreciated.
Thanks,
Jay Tag: Application Pool - Programmatic Start/Stop Tag: 372629
Server 2003 and Integrated authentication
With Windows 2000 and integrated authentication, the user only had to
specify their name and password when logging into our site from outside our
network. With our new 2003 servers and integrated authentication (and
digest and basic) turned on, they have to enter the domain name and username
to authenticate properly. What do I need to set so that my users just have
to enter their username and password, as we only have one domain.
--
Mark Mahacek
Merced County Office of Education Tag: Application Pool - Programmatic Start/Stop Tag: 372628
IIS ID7031
After KB899472 Fix was installed, nothing changes is happened.
IISState don't run with -hc key :
c:\iisstate>iisstate -p 3516 -hc
Symbol search path is:
SRV*c:\iisstate\symbols*http://msdl.microsoft.com/downloa
d/symbols
Microsoft (R) Windows Debugger Version 6.2.0013.1
Copyright (c) Microsoft Corporation. All rights reserved.
Cannot debug pid 3516, Win32 error 5
"Access is denied."
sxd av
WARNING: The debugger does not have a current process or thread
WARNING: Many commands will not work
WaitForEvent failed, 0x8000FFFF
(simbols are exist in symbols folder inside iisstate folder)
I have no idea...
Help please Tag: Application Pool - Programmatic Start/Stop Tag: 372618
Customizing app_offline.htm?
Hi! I found out about a useful feature of IIS 6/ASP.NET 2.0 - if you
put app_offline.htm in the root directory of your app, it brings your
app offline and redirects all client accesses to that file... great for
displaying a friendly message while your site is being updated.
VS 2005 automatically puts this file there while you're "Publishing"
your website and then deletes it when the publish is completed.
What I'm wondering is - is there any way to CUSTOMIZE the
app_offline.htm file that VS 2005 puts there (using VS 2005 or
whatever) so that I can have it display my own specific message?
Andy Tag: Application Pool - Programmatic Start/Stop Tag: 372615
How to customize the folder browsing page ?
When IE browses a folder (with folder browsing authorized) using :
http://MyServer/MyFolder
IIS sends back a simple HTML page.
How to customize this page ?
(without programming)
Thanks,
Jacques. Tag: Application Pool - Programmatic Start/Stop Tag: 372614
IIS user identification
Hi all,
I re-publish this issue because it is very urgent (actually, until Friday)
and I have no clue about it....
I have a HW load balancer doing "NAT", and it cannot be configured in
another way. This makes the IIS not be able to write in the log the entry
corresponding to the client IP, because of the "NATing". I would like to
know if there is any ISAPI to generate cookies to write in the IIS log, or
if there is any custom log module for IIS to get this functionlaity.
Thank you so much for your answers in advance.
Cheers,
Sonia. Tag: Application Pool - Programmatic Start/Stop Tag: 372611
Accessing Internet Services Manager
When I log onto our server using the local administartor account I can access
Internet Services Manager with no problem, but when I log on using my domain
account (domain admin) and go to Internet Services Manager it starts to do an
install process for IIS all over again andjust hangs up.
Any ideas?
Thanks Tag: Application Pool - Programmatic Start/Stop Tag: 372608
Aspx can not connect to sql server
I have recently upgraded from Windows 2000 to 2003 Server.
Everything ran fine in Windows 2000, but aspx pages can no longer
connect to the sql server using ADO.NET. This is a mixed environment
using both classic ASP and aspx. The classic asp pages can connect to
the same database using DSN. The crazy thing is that there are no
error messages at all. I would have thought that if there were
problems connecting, there would have been a connection timeout
exception.
What is even stranger is that the problem occurs only for internal
users. Those outside the network do not experience any problems. I
have created a C#.NET test application to test DB connectivity on the
server itself and everything works fine using the same connection
object as the aspx pages.
Since there are no exceptions, I'm at a loss as to what to do next.
Any suggestion would be greatly appreciated. Tag: Application Pool - Programmatic Start/Stop Tag: 372607
secure ssl gives connection refused on iis 6.0
going to http://secure.example.net works but https://secure.example.net
does not. IE just gives The page cannot be displayed while firefox
gives The connection to secure.example.net has terminated
unexpectantly. Some data may have been transferred.
ssl port is default. i have tried a new certificate. i have deleted
our default web sites so they shouldnt be trying to do 443.
recently, we did change the ip of our server. and we've joined it to a
domain. i'm not sure when the problem started however. that's why i
did a new certificate.
ohhhh crap wait. i just went to properties of my site in iis, and
clicked on advanced under the ip setting. there is a separate setting
or the ssl ip binding, which is my old ip address. let me change
that...
and yes my problem magically went away
ok thanks for everyones help! maybe this will help someone else Tag: Application Pool - Programmatic Start/Stop Tag: 372606
Custom ASP Error message
I'm running an ASP based intranet on IIS (Server 2000 SP4) and use Windows
Authentication to allow access to various errors.
If a user does not have the correct credentials, then the login dialogue box
appears which is correct - when the user cancels that box they are given a
blank screen with the message 'Error:Access is Denied' displayed.
I assume that error is generated by IIS & ASP - but can I customise that
error or redirect it to my more friendly error page? I've created customer
HTTP errors before but can't find where to do this? Tag: Application Pool - Programmatic Start/Stop Tag: 372592
Is Web Element Manager (elementmgr.exe) a necessary service?
Gurus,
Is Web Element Manager (elementmgr.exe) a necessary service? I run IIS, and
server up about 10 static web sties to the world. Tag: Application Pool - Programmatic Start/Stop Tag: 372590
IIS Logging in
Hi,
I've the following problem which is frustrating me very much. In IIS I
enabled 'Integrated Windows authentication' and Digest authentication for
Windows domain servers' and most users can login normally with there domain
username and password, but some users don't. I gave them all access to all
'webfolders' but they can't get in. The login is checked, and is not coming
back with an error, but just the default.asp don't appear. In IIS log you see
for this user thousand times this sentence:
2005-10-25 08:56:14 192.168.111.121 "domainname\user" 10.2.32.26 80 GET
/Default.asp - 302
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
Does anyone have an idea? Tag: Application Pool - Programmatic Start/Stop Tag: 372589
IIS Error 8007
I inherited a site and have totally destroyed it. I had to change the
password on an account that is used throught the system. When I changed it
and restarted the web server I get the following error:
Event 1
One of the IP/Port combinations for site '2082776991' has already be
configured to be used by another site. The other site's SSL configuration
will be used.
Event 2
Cannot register the URL prefix 'https://64.118.156.242:443/' for site
'2082776991'. The necessary network binding may already be in use. The site
has been deactivated. The data field contains the error number.
800700b7
I am fearful that the ssl certificate was installed in a way that depended
on the account.
Bill Tag: Application Pool - Programmatic Start/Stop Tag: 372588
Redirect changes virtual directories
I changed the default web site to point to the url /exchange which is a
virtual directory within the default web site. i answered yes to reflect
changes on the child objects, when i should've said no. iis 6.0 changed all
the virtual directories to /exchange. i can change the default web site back
to the directory wwwroot and it changes all the virtual directories back to
their original paths. when i try to change the default web site back to
/exchange, it changes all the virtual directories to /exchange without asking
me if i what to change the child objects. I also can't change individual
virtual directoires to their correct path. Any ideas? Tag: Application Pool - Programmatic Start/Stop Tag: 372585
What is the method for starting/stopping a particular Application Pool from a
C++ program?