all groups > inetserver iis > recent posts
RE: App Pool crash - 8007006d
Posted by Dominic at 7/1/2009 2:15:00 AM
We had this in production. It turned out to be a bug in our code. We had a WorkFlow hosted in IIS. Within the workflow (our code) it got into a bit of bad recursion that ended in what would of been a stack overflow. Would of been nice if the error in the event log was more helpful but it was our cod... more >>
RE: Resetting / Restarting IIS Remotely without Admin Rights
Posted by Manikandan at 6/30/2009 5:52:47 AM
Create a batch file and run it.
----------------------------------------
@echo off
net stop W3SVC
net stop IISAdmin
net start IISAdmin
net start W3SVC
exit
-------------------------------------
From http://www.developmentnow.com/g/59_2006_9_0_0_817129/Resetting-Restarting-IIS-Remotely-witho... more >>
RE: MimeType
Posted by NehaDas at 6/9/2009 2:35:33 AM
Hi abcd,
have u been able to solve this issue ? How did u get the statement :
uk->QueryInterface(IID_IISMimeType, (void **)&mt); to complie .
I get a linker error on IID_IISMimeType . Can u tell me what all header/lib files did u include?
From http://www.developmentnow.com/g/59_2004_7_0_0_27749... more >>
RE: File missing in IIS installation
Posted by Edgar at 5/24/2009 4:04:56 PM
thanks for your solution, I've found a better one:
place the windows CD in your CD ROM before starting your IIS instalation, that will avoid the error
it took a while to find out
good luck
From http://www.developmentnow.com/g/59_2004_6_0_0_276618/File-missing-in-IIS-installation.htm
Posted ... more >>
RE: IIS Error
Posted by Karthick at 4/28/2009 12:49:16 PM
I am getting the same error and the error being indicated in the dump file is:
NTFSDRV!CNTFSPROPERTYSTREAM::SETINFO+10In inetinfo__PID__2852__Date__04_23_2009__Time_08_43_19AM__451__Second_Chance_Exception_C0000005.dmp the assembly instruction at ntfsdrv!CNtfsPropertyStream::SetInfo+10 in C:\WIND... more >>
RE: adding custom http header - enlarging max character length
Posted by Nisha at 4/23/2009 8:17:29 PM
Did you find an answer to this? I am into the same problem :(
From http://www.developmentnow.com/g/59_2003_9_0_0_268171/adding-custom-http-header--enlarging-max-character-length.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: IIS7 and ASP Timeout issues
Posted by Dan at 4/16/2009 7:56:06 AM
Ian,
would you be able to define what you did here "I fixed the problem by granting IUSR access to the data "
where did you grant permissions?
Dan
From http://search.yahoo.com/search;_ylt=A0geu7dWO.dJNB0BZBRXNyoA?p=iis7+asp+The+maximum+amount+of+time+for+a+script+to+execute+was+exceeded.... more >>
RE: Idle Timeout disabled, still times out
Posted by satwinder singh at 4/13/2009 12:10:43 AM
Hi,
I am facing the the error related to "view mac state" if for a particular period of time (the recycle time) expires then the error appears in my application. Can you help me out on the same
From http://us.mc356.mail.yahoo.com/mc/welcome?.rand=e720bl29t9uin
Posted via DevelopmentNow.com Groups... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
w3wp.exe crash with 0x800703e9 exit code wcf service
Posted by Vilo at 4/4/2009 1:12:21 PM
Hi there
We have a production server with a wcf service published on IIS 6.0 running over a windows 2003 server
We are having several problems because the w3wp.exe seems to fault randomly giving a application log entry like this:
"Faulting application w3wp.exe, version 6.0.3790.3959, stamp ... more >>
RE: IIS7, "HTTP Error 503. The service is unavailable", AppPool failing
Posted by Priya at 3/28/2009 12:35:31 AM
Hi,
I have the same issue. All of the applications in IIS return 503 error. My Sharepoint central admin also not running. I use Win server 2008 with IIS7. This issue started after installing the feature for CodePlex's ECQWP. Can someone please help me? I cant retrieve the apphost.config backup as ... more >>
RE: XP Professional / IIS 5 / Getting started - or not!
Posted by Jon Smith at 2/21/2009 1:16:47 AM
I don't even get a link to a relevant post?
From http://www.developmentnow.com/g/59_2003_9_0_0_267870/XP-Professional-IIS-5-Getting-started--or-not.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
Hosting multiple web sites with multiple ids on single network card
Posted by Mark Williams at 2/16/2009 8:14:52 AM
Hi,
We are having difficulties trying to add a second web site to iis on same network card with 2 different ips.
We have added the second site on same port as our default site by reference to IP Address and without host header value.
We got it to work once or twice for a short time. but th... more >>
RE: Intermittent HTTP Status code 400 and Page cannot be displayed
Posted by erika at 2/8/2009 7:01:41 PM
Hello, I have the same problem with a client. How did you fix it? The user is getting this "Page cannot be displayed" sometimes when she is using the web page. I don't know what could be causing this behaviour
From http://www.developmentnow.com/g/59_2006_5_0_0_756353/Intermittent-HTTP-Status-code... more >>
HELP !!!
Posted by tushar at 2/5/2009 9:46:51 AM
i am trying to publish asp website using IIS 5.1. but i am getting "Server Application Error ", when i checked in Event Log it gives me :Event Id 36, how to resolve this error
From http://www.developmentnow.com/g/59_2003_11_0_0_0/inetserver-iis.htm
Posted via DevelopmentNow.com Groups
http://www.... more >>
RE: SiteMinder Problem with IIS
Posted by Raja at 2/4/2009 11:13:49 AM
I think the below link will solve your problem.
http://www.derkeiler.com/Newsgroups/microsoft.public.inetserver.iis.security/2004-06/0004.html
From http://www.developmentnow.com/g/59_2004_5_0_0_276338/SiteMinder-Problem-with-IIS.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow... more >>
RE: ISAPI Filter fails in load testing
Posted by Jaiswar Vipin Kumar Ramdeo at 1/27/2009 5:15:57 AM
Hi Dear,
It's so simple. I was also facing same problem. you have to do one thing. In the current project there is one defination file and in that simple set the "HttpFilterProc , GetFilterVersion" in the list it some what look like
; WRITELAYOUT.def : declares the module parameters for the DL... more >>
asp.net +IIS throws 500 errors on Images
Posted by mukmac at 1/13/2009 10:11:17 AM
I keep getting server errors in iis for an image that is part of a javascript mouse hover tooltip.
This is the excerpt from the iis log showing the 500 error generated.
D:\logs\W3SVC1618632613\ex081211.log 159443 2008-12-11 22:58:57 170.168.54.238 - W3SVC1618632613 192.22.22.222 80 GET /images/t... more >>
The specified module could not be found - error when trying to load localhost (IIS 5.1 for xp pro)
Posted by Judith at 12/16/2008 8:03:09 PM
Hi - please bear with me, I am a complete ignoramus, and have googled myself numb over this. Not really knowing what all the "stuff" actually means doesn't help, but I have to start learning somewhere. What I really need is simple explanations because I'm not a techie....
I have installed the II... more >>
Event ID 2262 W3SVC-WP Warning on 2003 server
Posted by Kedar J at 11/5/2008 3:35:07 AM
I getting following error on my windows 2003 server
ISAPI 'C:\WINDOWS\system32\inetsrv\asp.dll' reported itself as unhealthy for the following reason: 'ASP unhealthy because 98% of executing requests are hung and 2% of the request queue is full.'.
I ran the IISState utility to trace the issue ... more >>
Error while migrating IIS 5
Posted by Pallav Bajjuri at 9/26/2008 2:13:31 PM
Hello,
I'm trying to migrate an IIS 5 from one machine to another using Microsoft's IIS migration utility. Though I have admin privileges on both the machines, it's giving me the following:
The following error occurred while writing to disk: 0x46, Permission denied (from Microsoft VBScript ... more >>
Classic ASP Issue
Posted by Bill at 9/8/2008 11:32:53 AM
I am working on a maintenance issue with some classic ASP code, and have run into a problem. When running the page, I get the error: "A name was started with an invalid character" as well as "Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or ... more >>
RE: Cannot browse localhost web sites
Posted by Prawin Malyala at 8/20/2008 11:56:05 PM
I had a similar problem wherei i couldn't able to browse my local websites and the error msg i got in system logs is:
"This computer was not able to set up a secure session with a domain controller in domain BECKTON due to the following:
There are currently no logon servers available to service t... more >>
RE: IIS Logs have a frozen time stamp
Posted by JRL at 8/14/2008 2:03:08 AM
I am seeing the same problem: all of my IIS log entries for all of my sites are showing the exact date and time. It's been 2008-08-28 08:43:15 ever since, well, 2008-08-28 08:43:15. The OS is showing the correct date and time, and, oddly enough, the header line at the beginning of each log file sho... more >>
I Can not connect to Oracle 10g XE from ASP perlscript web page on IIS 6 running on server 2003.
Posted by Eric at 8/12/2008 6:02:01 AM
I Can not connect to Oracle 10g XE from ASP perlscript web page on IIS 6 running on server 2003. I have set up the database and the ODBC connections. The ODBC connection is workinh and I can connect to it via the ODBC test. I have the same ASP application running on a VISTA workstation and it connec... more >>
File Maker Server 5.0 Error 50
Posted by Stephen Raffery at 7/28/2008 5:36:57 AM
I have had my Filemaker Server fail to start up with the Service Specific Error Code 50? Do you know what this means and how it can be resolved? The server was shut down on by accident when the UPS overheated on Thursday. The server started up again and worked fine on Friday. The server has been shu... more >>
RE: Cannot find iisadmin.mfl durring IIS 6.0 Install
Posted by SNAIT at 6/3/2008 3:21:42 AM
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hello Everybody,
Uper post are wrong, because you need:
=>Windows Server 2003 R2 Standard or Enterprise Edition CD<=
On this CD is everithing what you need to instal IIS 6.0!
!!!!... more >>
RE: Installation Error IIS_asps05kj.asp
Posted by mustafa at 5/20/2008 10:19:28 AM
i whant thes fill IIS_asps05kj
From http://www.developmentnow.com/g/59_2005_11_0_0_632697/Installation-Error-IIS-asps05kj-asp.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
IIS Problem
Posted by Biswajit Pattanayak at 5/17/2008 1:23:38 AM
When i am restarting the IIS by using the comand " net start w3svc ", i am getting the error message "System error 1067" Please help me out here if you can
From http://www.developmentnow.com/g/59_2004_1_0_5_0/inetserver-iis.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
ODBC Logging - IIS 6
Posted by Travis Vignon at 4/10/2008 10:56:38 AM
I've got an issue with ODBC Logging. I'm hosting two sites on my server. I've got both sites set to use ODBC Logging. One site works and the other does not. The only difference between the two site's Logging Properties is the username and password.
I attempted to turn logging on for Site #1 previ... more >>
RE: ISAPI Filter fails in load testing
Posted by Shadul at 3/16/2008 11:12:13 PM
Hmmm....I had the same issue sometime back.
Can you please share your kind so that we can figure it out.
From http://www.developmentnow.com/g/59_2006_2_0_0_702292/ISAPI-Filter-fails-in-load-testing.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
|