I'm trying to find my IIS log files and I seem to be having a problem.
First off I've gone into IIS and right clicked on the site in question and selected properties...
Under the Web Site tab I have the Enable Logging check box checked.
The active log format is set to W3C Extended Log File Format.
To get where the log files should be...
I am receiving the following error but can't seem to make sense out of it within the context that it's happening:
Message
Path 'PROPFIND' is forbidden.
StackTrace
at System.Web.HttpMethodNotAllowedHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep....
I have some static content going through a CDN. I am using IIS6's built in compression (gzip & deflate) for static content and this is working fine when I request it. However, when the CDN makes the initial request for the content, it is not being returned compressed. They therefore don't have compressed content to forward to people r...
How can I debug what is being returned by IIS(6) when the response goes through proxies before getting to the browser?
I have requests for static files which are being sent with the 'Accept-encoding: gzip' header. These are being gzipped correctly. However, if a 'Via: ' header (to redirect the response via a proxy) is also included the...
A couple sites of mine recently got "hacked". Someone was able to add a line of JavaScript to the bottom of every page on the site.
The server is a Windows Server 2003, and has Cold Fusion 8 and MySQL 5.x installed and running.
Looking into the code on each page shows that none of the pages were modified. The JavaScript is not in the ...
Hello friends!
I am having an asp.net 2.0 web application running from Visual studio 2005. The initial memory consumption for aspnet_wp.exe is about 2K. As i navigate different pages having GridView and other controls the size is increasing (around 47K).
My question is, if i am closing the browser why not the memory is released or eve...
I am getting the following error:
Could not load file or assembly 'System.Web.DynamicData, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
I've researched the problem and some of the solutions are pointing to Turning on Assembly Binding Logging.
...
I'm currently experiencing problems with static content - most noticeably jQuery datepicker images, but also other static files - which results in images/static content loaded many times - I can clearly see it in IE6 status bar (not to mention SLOW rendering).
The problem and possible solutions seems to be described here: http://www.exp...
I have a COM object written in Delphi, which uses Active Directory Services to return the current logged on user. This is the code I use :
var
SysInfo : IADsWinNTSystemInfo;
begin
SysInfo := CoWinNTSystemInfo.Create;
Result := SysInfo.DomainName + '/' + SysInfo.UserName;
end;
CoWinNTSystemInfo is just a wrapper around Active...
Context:
IIS 6 on Windows 2003 Server
ASP.NET 3.5 sp1
C# Web Application running from a virtual directory
There are a few files that I would like not to serve. For example, there's a hibernate.cfg.xml in the root directory that should not be accessible. There are also log files in a logs directory. On the local development server (Vi...
Hi,
I have already asked this question on ServerFault however I got very minimal replies....one to be exact.
I need this issue resolved ASAP hence why I am asking on here aswell. I have a server running Windows Server 2003 IIS6.0. I am developing a website to which I want to grant anonymous access to. I have created a new Website in th...
Hi all,
I'm writing a utility console application which I would like to be able to give me a list of IIS website IPs so I can compare them to the list of IPs of the server. We have close to 40 server IPs and about 25 websites and when we add new sites I have to spend like 10 minutes figuring out what are our available IPs. So I just wan...
I'm using ISAPI Rewrite3 on IIS6 for two Virtual Directories at the moment that contain Wordpress.
I need to setup some rules at the root of the site to redirect old urls to new urls:
i.e.
http://www.example.com/somefolder/* > http://www.example.com/newfolder/
&
http://www.example.com/somefolder/file_1.htm > http://www.example.com/n...
When I try to change the ASP.NET version to v4 on IIS 6, I receive the following warning:
Changing the Framework version requires a restart of the W3SVC service. Alternatively, you can change the Framework version without restarting the W3SVC service by running: aspnet_regiis.exe -norestart -s IIS-Viirtual-Path
Do you want to co...
Hi,
I am testing asp.net website and for that i have turned logging on at IIS6.0.
Following are the observation during testing
Each links,png images, MS Chart and css files has been request saperatly one after another.
For request of say login page it is taking around 30-45 second to complete and in that page only 6 images are there ...
When gzip is activated in an IIS6 website for dynamic content (aspx pages) : it seems it compress all responses.
Is there a way to exclude just a page ?
From best to worst solutions :
by adding a specific response header (which could be done dynamicly) ?
by providing some specials markups in the web.config ? (seems not possible unde...
Hi there
we noticed a rather strange behavior on one of our web applications. When debugging it on a local developer workstation, everything is processed fine (using Cassini Developement Webserver). When published on a remote webserver using IIS 6.0, processing runs fine about 4 or 5 minutes, then abruptly dies.
I'll explain later what...
Is there any logic in setting the number of maximum number of worker processes to more than 1, in a setup where there is few ASP.NET websites hosted on one server, and a call to one website issues a call to another server (outside the farm) which in turn calls another web-site on the server (and once a result is return from the 2nd site ...
Hi Folks,
I was wondering if it’s possible to make a call to an IIS AppPool from a SQL Server Job (2005).
I am basically looking to have a job monitor a table for an event and if a condition is fired I want to call IIS and shutdown a specific AppPool.
I presume I can do this thru the CLR and .NET from the SQL Server Job but wondered wa...
I have a web app. IIS 6. .NET 3.5.
I have 2 websites on the web server. One of which is already correctly serving FLVs. The newer one is not.
I have added the MIME type information to the HTTP Headers in the website properties ['.flv', 'video/x-flv'] (as FLV is not an extension IIS recognises by default).
When I goto the URL, Firefox ...