My Apache 2.2.9 runs on Debian Lenny 5.0.1 with 2 network interfaces, one interface has a public IP and hostname, the other is not configured. This machine caters to services that run on the LAMP stack.
There is a Windows Server 2008 SP2 machine running IIS 7 that serves our ASP.net needs. The box can be configured to be either on a loc...
Hello everyone,
In my IIS log, I found warning level event ID 1013, which says the stop time exceeds expected stop time for worker process of a specific web application.
My question is, how could I know or track from what reason IIS worker process stops? Does this warning level event ID means worker process application pool is stopped ...
Hello everyone,
I am using IIS 6.0 on Windows Server 2003. I want to learn what means recycle after "Fixed number of requests" in application pool setting? My current confusion is, suppose I set this number to 100, and the 99th person connects to my web site, than the 100th person comes and the 100th person will trigger application pool...
Is anyone familiar with the erorr message "The server has reached the maximum recovery limit for the application during the processing of your request."
I'm getting this when running a legacy ASP site on my local machine using IIS 6. The site was working fine for a couple days, but it's been about a week since I last worked on this s...
hi,
i am using IIS 6 n facing problem when trying to get length or total no. of headers using HttpModule..
...
edit: IIS6; I'm not sure IIS7 is an option in the immediate future...
From a developer angle, I am constantly changing my IIS settings, or need to merge settings from other teams into different VMs. The "Save Configuration to Disk" has never really worked well for me.
Because we are making lots of small changes, web installation projec...
I'm trying to deploy a WAR file under Windows Server 2003 but I'm unable to get it working. I've worked through a couple tutorials, but my issue is that I'm trying to use different ports.
Jboss is running on port 9001 and the IIS site is using port 8090 for TCP. Basically, I should be using ajp workers and isapi_redirect.dll to redire...
I am currently writing a RESTful WCF service in C# using VS 2005. I am hosting the service through IIS and can browse to the .svc, but whenever I try to navigate to any of the URIs I get a 404 error. If I run the wcftestclient (included with VS 2008) then I am able to see the methods, so I know the service is functioning. The problem se...
I get an error when ever I replace a user control, or dll on th website. The solution is to stop iis and delete the contents of the folder, obviously not ideal to stop the site.
I read that this might be caused by class names being reused, as in when you make a copy of a control and add it to the solution.
Is it typical for this folder...
I have an custom IHttpModule that handels all available events and logs the HttpContext.Current.Response.StatusCode to a file.
My web.config does not contain any other module in <httpModules> so all errors are promoted to the browser.
Although the Browsers shows a 404, the log file is full of 200 (Ok) entries and not a single 404.
Wh...
Hi, I have a problem with transfer of my project to iis server. At the asp.net development server all routing went smoothly. Now i want to migrate to iis server and my onchange attribute on select tag doesnt work. When i try to get from https://www.web.com/Manager/Authorized/Accounts/0 using the
onchange="location.href='<%= Manager.MyCo...
Greetings,
I am looking for a list of browser entries as they are listed in an IIS log to help identify the different versions of browsers which visit our sites. Perhaps there isn't a list but an algorithm which should be used to identify different browsers and their versions.
Please note that I am not looking for a log analyzer, but...
I'd like to use MEF for instantiating the dependencies in an application that has several WCF services hosted in IIS. The different services depend on shared components and I'd like MEF to manage the instantiation and injection of these.
Where should I perform composition? Initially I thought of having a CompositionContainer in an IInst...
I'm running a piece of code within a web page that queries the IIS metabase using ADSI. The code is as simple as this:
DirectoryEntry iisNode =
new DirectoryEntry("/LM/W3SVC/1/ROOT/MyAspWebsite-1-128886021498831845");
foreach (DirectoryEntry de in iisNode.Parent.Children)
{
System.Console.Wri...
basic overview...
i have a site setup in iis...
- "mysite" (wwwroot\mysite) under that there are 2 virtual directory applications
- "uploads" (\uploadfiles)
- "app" (wwwroot\myapp)
I also have a subdomain that is set up as a different site in iis...
- "beta.mysite" (wwwroot\mysitebeta) under that there are 2 virtual directory
- "...
I am setting up an IIS server to do some ASP programming, just as soon as I solve this very relevant pre-programming problem...
The IIS server is located in a VirtualBox server, and I'm setting up a virtual directory to point to a shared directory ("a share located on another computer," e.g., \\server\serve-this) which works perfectly ...
Hi,
I am trying to fix an ASP.NET application that is also written is VB and uses session variables to store the information from the logging page. In Firefox, the application runs just fine, but in IE (I am using IE 8), when I summit the logging credentials, the session variables become empty (takes me back to the logging page).
The ...
I am often getting a Client Disconnected message. I don't use load balancing - only a single IIS server. I need to know what is causing this and how to fix it.
Here is the exception info:
Type: System.Web.HttpException
Message: The client disconnected.
Exception Data:
Source: System.Web
TargetSite: Void ThrowError(System.Exception,...
I've set up IIS6 to send the following headers
Custom Header Name: X-UA-Compatible
Custom Header Value: IE=EmulateIE7
that supposed to force IE 8 into IE 7 Compatibility mode. You can read more about it on MSDN .
I have noticed by looking in the Developer toolbar that if I have a DTD defined the document mode correctly gets set to ...
I am having issues with regards to running my ASP.NET MVC application thru my local IIS 5.1 web server. I believe these issues are related to IgnoreRoutes, but I can't seem to craft an IgnoreRoute such that it resolves the problem.
Problem:
I am able to view my elmah error page (localhost/mvcapplication1/elmah.axd), however, the CSS i...