Tagged Questions

IIS 6.0 is the version of IIS shipped with Windows Server 2003. It uses an architecture substantially different from IIS 5 and earlier versions, intended to increase security and performance, called Worker Process Isolation Mode. Key changes from IIS 5.0: Uses HTTP.SYS as a fast, secure ...

learn more… | top users | synonyms (1)

0
votes
1answer
16 views

application response times grinding to a halt in .net - cant stop crashing

We have about 200 desktops across the US using our point of sale/website application on a daily basis. This application is considered mission critical and cannot go down for our retailers. For the ...
2
votes
1answer
25 views

Opening certmgr.msc to display the Machine level certificates

I want to view the certificates installed at the machine level, if I open certmgr.msc. I am aware that we can open an mmc and app a snap in for certmgr. But I dont want to go that way. I am aware ...
0
votes
1answer
25 views

IIS6 Application Pool: App breaks until recycled

I've been experiences some problem with website that use ASP.net MVC or Webform. Problem: Sometime the website isn't showing. If I go to the website, I'll get the Directory Browsing is not permitted ...
-2
votes
0answers
48 views

Why is the ASP.NET 4 FileUpload control not working on Server 2003/IIS6?

I have an ASP.NET app with an extremely simple filecontrol mechanism that just won't work. I'm just using the built-in FileUpload control, and the same code works without a problem on my local ...
1
vote
1answer
17 views

IIS duplicating websites with different configs

The (short) Problem We need to run the same website code, with a different web.config, on the same server. The (Slightly longer) Problem The site needs to be hosted on 2 different domains, both on ...
0
votes
1answer
25 views

Mime types get removed by iisreset

I am trying to deploy a Silverlight app to iis on a Win 2003 server. I add the mime type for silverlight to iis ( .xap, application/x-silverlight-app ) and then restart the app pool, and the app ...
1
vote
1answer
35 views

Secure classic ASP hosting - similar to ASP.NET medium trust

We had a major server compromise over the christmas period when a comprimised FTP account was used to upload a .net back door which gave it access to the entire asp.net machine account and comprised ...
0
votes
0answers
13 views

IIS stuck (need to be restarted every couple of minutes) [closed]

i have IIS6 on windows server 2003,and under default website on IIS i have a few sites (ASP.net ver 2) I have been asked to publish new website on IIS (ASP.net ver 4). I installed .net framework4 then ...
0
votes
2answers
35 views

Request Executing leak in IIS 6.0 till Server Busy

I've got an application running on IIS 6 that's being hit by hundreds of remote clients doing all kinds of requests, some that are long running and some that are not. On some deployments, one in ...
0
votes
0answers
21 views

Moving sites from 2 IIS6 servers to one IIS7

I need to move sites from 2 IIS6 servers to a new one with IIS7. There are about 500 sites on them, so moving manually is not an option. I used WebDeploy tool, co sync one server and now I want to ...
0
votes
1answer
111 views

How to: Make X.509 Certificates Accessible to WCF

I have followed the instructions here http://msdn.microsoft.com/en-us/library/aa702621.aspx I runnning windows 2003 IIS6 with a seperate user account for the Application pool I give this user access ...
0
votes
0answers
33 views

IIS 6.0 Local DNS Problems after Modem Install

We recently installed a new modem on to our LOCAL development server. The modem is connected to the router, which connects all the development machines to the server. Now since doing this, ...
0
votes
1answer
34 views

IIS Redirect Old Site to new site

In IIS we have a website. We are turning this website off. We have redirected all the pages to another server using the redirect. So any hits to example.com will be displayed as example2.com. We wish ...
2
votes
0answers
76 views

IIS6 Website 'breaks' when viewed using Safari Browser

I have an application that is using ASP.NET 4.0 Webforms on IIS 6.0 that has been operational for multiple years. A recent deployment to the app has caused some very random (to us) intermittent issues ...
0
votes
1answer
28 views

Return 503 error instead of 404

We moved an application to a different server and turned off the site in IIS on the old server. It looks like there are still web crawlers (Googlebot, Baidu, etc.) that are trying on the old IP ...
1
vote
1answer
43 views

IIS6 vs IIS7 performance comparison

Are there any graphs or analytics about the performance comparison of switching from IIS6 to IIS7? I would like to convince my client to switch to Server 2008 IIS7.
0
votes
1answer
34 views

Unable to open AWStats report page in IIS

I have set this up before in linux and its a little different in IIS but I have a conf file that I've modified correctly and when I try to access the report page awstast.pl?config=myconfig its not ...
0
votes
0answers
29 views

Why is the SMTP service locking the files for several hours?

We are currently using the SMTP service in IIS 6.0 to send mails. All incoming relay mails are monitored by another service which processes the relay mail and deletes/moves it. It works fine! We have ...
0
votes
1answer
40 views

How to rewrite Rejected-By-Urlscan in ISS7

I'm migrating an ASP.NET app from IIS6 to IIS7 and in doing this I'm also porting my rewrite settings from Intelligencia.UrlRewriter to using IIS rewriting. In have some problems with ...
0
votes
2answers
73 views

Restrict access to website in IIS to a range of IP addresses

I'm configuring a website in IIS6 to restrict access to a customer's IP address range. I've been given their IP address (81.145.41.114) and an IP range (172.17) which I am meant to allow access to. I ...
0
votes
1answer
75 views

Difference between Web service counter “Current ISAPI Extension Requests” and “ISAPI Extensin Requests/sec”?

From the Microsoft website, the definition of these two counters is very obscure. For the "Current ISAPI Extension Requests": The current number of ISAPI requests being simultaneously processed by ...
0
votes
0answers
26 views

Best way to determine overhead of running DebugDiag in Production for Memory Leaks?

Our IT team is trying to track down some memory issues we're having in production with a specific customer. Since this is a classic ASP application on Win2K3/IIS6 we've determined that ...
-1
votes
2answers
36 views

IIS manager. Open web site outside the server computer [closed]

Possible Duplicate: Is it Possible to view my apache server (local host) from home or remote computer that is outside my LAN? Today i cofigured web server on Windows server 2003 i uploaded ...
1
vote
1answer
109 views

How to set IP Filtering under IIS6

we have a particular application under a virtual directory that is used for administatrive purposes. In order to protect the application, we have IP filtering enabled where we specify a list of ...
1
vote
1answer
76 views

IIS 6 prompts for creditials when on server, but not from client

I have a MOSS 2007 farm running on windows server 2003 R2 64 bit and IIS 6. When I try to connect to the farm locally on the server, no matter what site, CA or any of the SharePoint web apps I get ...
0
votes
1answer
46 views

How to enable post method on Server 2003 IIS 6? HTTP Error 405

I'm programming an Android application that read an XML file that sits on my server. I'm using POST method in order to simply get the content of the XML (or any other file for that matter) using ...
1
vote
1answer
56 views

Allowing services from another computer to access IIS

We're using some third party software which runs as a service on one computer, accessing an IIS resource on second computer. The second computer isn't in the same domain as the first, and there's a ...
1
vote
0answers
65 views

ASP.Net / IIS permissions or configuration issue

We have a 3 server web farm running an ASP.Net 3.5 application on IIS6, windows server 2003. We just installed an update to the application, and two of the three servers were fine but the third ...
0
votes
1answer
17 views

IIE 6.0 not recognizing index.php as Default document

This morning our server stopped recognizing index.php as th default document. It goes to the 404 error page. This has been working since we set it up several years ago. If you go to the index.php page ...
0
votes
0answers
39 views

HTTP 200 and win status 64 error

We have a ASP.NET webservice consumed by a remote client service. Remote service calls our service, we process it and return a value. The problem is, the client told us that sometimes their service ...
0
votes
1answer
72 views

IIS 6 problems - IIS seems like blocking the second request

I'm having very weird issue with IIS. My server is 2003 advanced server. I installed .NET 2 and .NET 4 on that server (.NET 1 is already there). We are running ASP.NET 2.0 site, ASP.NET 4.0 site and ...
0
votes
0answers
54 views

HttpBrowserCapabilities flaky after moving to Asp.Net 4.0

After upgrading a site to asp.net 4.0 on IIS6, we discovered that some Safari browsers started having problems---occasionally. I've traced this down to an incorrect browser detection in Asp.net's ...
1
vote
1answer
26 views

Why do my IIS6 requests freeze for a long time in the HTTPSYS_CACHEABLE stage?

One of my applications was experiencing intermittent delays in a specific part of the system. Users would click the "Save" button, and sometimes it would take an extra 30 seconds to respond. I turned ...
0
votes
0answers
18 views

IIS6 Win2003 failing and More packets than traffic

Windows 2003 Server - IIS 6 ,intel xeon E5504 @ 2.0GHZ 4 GB of ram Ok so I have an odd scenario occurring on our server since October. Our servers # of packets far exceeds the upload\download ...
1
vote
1answer
35 views

how to monitor file downloads within IIS 6

This is going to be a simple answer, I'm sure, but at the moment I am not sure what I need to do to get the answer. I have been asked to provide some data on the total unique amount of downloads a ...
1
vote
0answers
9 views

IIS won't forward the logged on user credential to webservice request?

Ive enabled Windows authentication in my IIS. for the sample lets assume my Active directory username is \domain\John My task flow is like that : Iis won't forward the loged on user credential ...
0
votes
1answer
16 views

IIS6 shows out of memory error - Error show is the same URL repeated many times in event log

I have an HTTPS ASPX based web site that is generating out of memory errors under load. The errors seem to coincide with what shows in the event log as a series of the same URL repeated many times ...
1
vote
2answers
42 views

How to route multiple sites on different IPs through Windows Server 2003

2 web sites on different IP addresses (both must be SSL) 1 server that is publicly accessible via 2 different IP addresses. I want to routing to be as follows: <External IP 1>:443 --> :443 ...
1
vote
1answer
30 views

IIS 6.0 logging an unknown value for IP address

My IIS 6.0 webserver is logging many thousands of entries that contain "UNKNOWN" in the the IP address field, that is the; Client IP Address (c-ip) option in IIS logging properties. I would say that ...
0
votes
0answers
16 views

PHP running user in IIS6 appears to change based on authenticated user

We have a Windows 2003 server running IIS which runs PHP. It appears that when anonymous access is allowed for the site in IIS, PHP is executed with the permissions of the IUSR_MACHINE user and can ...
2
votes
1answer
94 views

In need of entry for BROWSCAP.INI that helps detect IE 9

An application under IIS6 on a Win 2003 server uses BROWSCAP.INI to detect browser and version, but it hasn't yet been updated to detect IE 9, so the code checking for browser and vesion can't find ...
2
votes
1answer
79 views

How can I verify a client's identity using an SSL handshake to allow access to certain website pages?

I'm a programmer in the process of writing Web Services on a website for a specific client. These Web Service can only be accessed by this one client. They intend to send a client certificate over SSL ...
0
votes
0answers
25 views

Orphaned SQL Recordsets/Connections with IIS

I have an IIS 6 site running on Windows 2003 Server x86 with MS SQL2005 Enterprise edition running ASP Classic (no choice). The site runs very fast with about 8000 page views per hour. All of my SQL ...
0
votes
2answers
23 views

Deny IIS6 web request based on URL parameters?

I've got a legacy app running a third-party ecommerce system under IIS6. Some spammers recently discovered a bad security vulnerability in one of the store's forms, which are allowing them to send ...
0
votes
1answer
121 views

SQL Server database connections being dropped intermittently

Occasionally in one of our production environments (we have a dozen or so without different clients pointing to each) we get exceptions at different points in the process. The code doesn't do ...
0
votes
1answer
78 views

Can access website publically but not from machine on same network?

This problem has only started to happen over the past few days, and nothing has changed (that I am aware of) so struggling to see what has happened. I have a network setup that all run off the same ...
0
votes
3answers
46 views

XP IIS no longer listen to port 80 or 443 after installing Oracle 9i HTTP Server

I have installed Oracle 9i HTTP Server together with the database. After restarting the PC, even though i restarted the IIS and stopped the Oracle HTTP Server. When I go to http://localhost/ The ...
1
vote
1answer
72 views

SelfSSL in IIS 6.0

I am using IIS 6.0 and selfSSL to create a self signed certificate, but it only lasts one week. How do I prolong the time of this?
0
votes
0answers
28 views

W2K3 / IIS 6 - not serving non-https content for multiple sites

W2K3 / IIS6 Problem seems to have started over the weekend. There are about 8 sites in total on the server. Sites w/o SSL or accessed via http:// do not work remotely at all - but can be browsed from ...
0
votes
0answers
22 views

IIS 6 non-SSL sites all broken - can be browsed locally but not remotely

W2K3 / IIS6 Problem seems to have started over the weekend. There are about 8 sites in total on the server. Sites w/o SSL or accessed via http:// do not work remotely at all - but can be browsed ...

1 2 3 4 5 17