Tagged Questions

The current version of IIS is built on a modular architecture. Modules can be added or removed individually so that only modules required for specific functionality have to be installed. The full installation of IIS includes these standard modules HTTP (request-processing pipeline, errors, ...

learn more… | top users | synonyms

0
votes
0answers
7 views

IIS Url Rewriter to detect feed and redirect to Feedburner

My site generates its rss feed in http://mysite.com/sydnication/rss/articles path. I want to redirect all users to feedburner when they access this url except for when feed burner's own user agent ...
-2
votes
0answers
15 views

How to connect to remote IIS Web Server from Visual Studio [closed]

I want to create users and each user can access to his own website created for him.The user name and website name are same.Now how can a user can log into iis web server from visual studio so that a ...
1
vote
0answers
16 views

MySQL and IIS latency While Running Stored Procedures

We have a stack running a custom application within a web page. There are two web servers running IIS behind a load balancer that communicate with a single database server running MySQL. All servers ...
-3
votes
1answer
26 views

How to monitor IIS Server using SNMP? [closed]

I want to monitor IIS using SNMP. I dont want to poll IIS continuously in my application, I want to register some threshold values in IIS, and when threshold is exceeded , my application should get ...
0
votes
1answer
52 views

Which port number to use for FTP on IIS 7

Following these instructions I managed to configure my FTP server for SSL on a windows server 2008 (IIS 7) while enabling Require SSL connections. However I'm not able to connect to the FTP server ...
3
votes
2answers
25 views

Migrate Team Foundation Server 2010 to new hardware

Situation: TFS was installed on a windows 7 pc, to replace the source safe 2005. People log in via the tfs web portal and visual studio users connect also to tfs. Now a new server arrived and the TFS ...
0
votes
1answer
15 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 ...
1
vote
1answer
23 views

phpmyadmin and import of an existing database

I have just installed phpmyadmin on a windows 2008 sever with IIS installed and I want to important a database which I have created on my own machine onto this server within phpmyadmin When I try do ...
0
votes
1answer
10 views

ASP.NET Error “The specified network password is not correct”

I have a .NET application running on server 2008 running IIS 7.5 that has two sites bound to the same IP address. A customer has moved the application root for one of the sites by accident to a ...
1
vote
0answers
15 views

Remote access to IIS 5.1 via NTLM

I'm trying to configure remote access to IIS 5.1 web server on a virtual xp machine. The web server is used to expose a ASP.NET web service. I want to access the web service using Java client by ...
0
votes
1answer
23 views

redirect to a static page on another web server when main web server is down

We have a single IIS web server in house that when it goes down we would like to redirect traffic to another web server and display a message that the web site is down. I have been all over the net ...
1
vote
0answers
20 views

Unable to remove IIS 7 completely

I faced some issues in loading COM component through a WebService because the user hadn't permission for C:\Windows\system32\inetsrv\config\schema folder. When I opened the file using Windows ...
0
votes
1answer
58 views

Wildcard certificate with SAN

I am attempting to create a wildcard SSL cert with a Subject Alternative Name (SAN) for use in IIS 7.5 and I'm having some issues. Because I need to include a SAN, I am using the Custom Certificate ...
1
vote
1answer
22 views

Upload throttling in IIS 7

I've got a situation where multiple concurrent file uploads are being executed in a web application. These uploads are of massive files, among several users, and it's choking the system into terrible ...
0
votes
2answers
40 views

How to move files from one intranet over to another intranet via internet without ftp

I'd like to move a handful of files from one intranet over to another intranet via the internet without ftp..programmatically. I have IIS on the receiving intranet.
0
votes
3answers
44 views

Windows Server 2003 W3SVC Failing, Brute Force attack possibly the cause

This week my website has disappeared twice for no apparent reason. I logged onto my server (Windows Server 2003 Service Pack 2) and restarted the World Web Publishing service, website still down. I ...
0
votes
0answers
17 views

SMTP IIS sending email from ASP application help

I have succefully setup my ASP app to be drop the email to a maildrop box designated by the ISS. I can see the email in the folder which I have specified. This is what I have specified in my IIS ...
0
votes
1answer
55 views

Local DNS not resolving on network machines

I installed a new modem, for which I had to enable DHCP, and ever since our network has not been able to resolve domain names in our local development environment. If I am to log on to the server ...
0
votes
0answers
17 views

Missing file after moving operation on IIS

I have parallels control panel on IIS windows server ,i try to move folder from one path to another , but the following error give by parallels Error: Unable to copy /path/ to /to/path Sharing ...
0
votes
1answer
25 views

Setting Up a mobile specific site url

I have a website setup at https://www.example.com, hosted on IIS 7.5. I would like to add a mobile version of my application at https://m.example.com. How do I create a seperate site that can be ...
3
votes
1answer
48 views

What does IISReset do in addition to recycling all Application Pools?

And are any of those things not programmatically available (.Net) from Microsoft.Web.Administration?
2
votes
3answers
37 views

How can I make Windows Server start my Apache service after the IIS service?

I have both Apache and IIS on a Windows Server 2k3. The Apache server is reached by tunneling through IIS using the Apache Tomcat Redirector Everything works just fine until I reboot. When I do ...
0
votes
1answer
39 views

Nginx/haproxy/IIS - Configuration questions and concerns

Our environment is mostly consisting of SSL web sites running on IIS/ASP.Net. The majority of the site code is reporting, analysis, and user specific views of data. We are expanding the number of ...
3
votes
1answer
23 views

Deploy a GWT app within IIS 7

I am currently trying to configure an ASP.net Web Application through Web.config, to host a GWT WebApp in a specific folder. I've managed to configure the mimeMap for the .manifest file extension in ...
0
votes
0answers
12 views

net::ERR_EMPTY_RESPONSE in IIS7.5

I have precompiled an asp.net 4.0 site and I am trying to run it on my local IIS. I have other sites on the same local IIS which are working fine. Any ideas why this is happening?
0
votes
1answer
34 views

Two factor mechanism to differentiate lan from wan side users

I'm in a situation where a customer of mine would like 2-factor authentication (e.g. log in and receive e-mail with access URL) according to the following rules: If the users is on the LAN, do not ...
2
votes
0answers
49 views

Setting PHP remote write permissions in IIS7

I have two windows server 2008 servers. One is a web server one is a file server. A php script runs on the web server and is supposed to write to the other server. I am getting a permissions error. I ...
1
vote
1answer
118 views

Delete log files on IIS hosted website after certain days

I want to delete log files created by my Silverlight application on IIS in a way that the server should check log files older than "n" number of days and delete them automatically. Is there any ...
2
votes
2answers
109 views

SSL Redirect in IIS without causing the browser to give a warning

I have the subdomain https://a.site.com. I need to redirect it to https://a.site2.com as site.com is no longer is in use (we have rebranded). What is the best way to do this without getting the ...
2
votes
1answer
26 views

Why do caught exceptions cause IIS or even entire Windows Azure server to fail?

I'm not sure if this is a serverfault or stackoverflow questions, so I apologise if I'm posting in the wrong place. I have a Windows Azure applicaion (web-role) which I'm having serious problems ...
1
vote
4answers
49 views

How can I search IIS logs of several servers at the same time?

I need to search the logs of all the servers in the array for a particular string. Specifically, I need to determine if a given user is using OWA, EWS, or something else with our CAS servers. Is ...
0
votes
1answer
66 views

Intermittent 400 Bad Request Errors in IIS

We recently upgraded our infrastructure to Windows server 2008 R2 (64 bit), and are now getting intermittent 400 errors on post. I set up failed request tracing, and have caught a couple of them. ...
1
vote
0answers
22 views

Web form losing POST values in a proxy environment [migrated]

I have an ASP.NET form (a login page), when I POST the values to the server (windows, IIS 6), the request passes through a proxy and the POST pareameters end up getting lost and ultimately the page ...
0
votes
1answer
71 views

activesync issue - port 443 not open on server

I have inherited a SBS2003 server, one of the users is attempting to set up his iphone on it. the server has been working fine for the past 5 yrs or so. it is using a xxxx.dnsalias.com for a static ...
0
votes
1answer
24 views

Creating application versions in IIS

I have an ASP.NET web application hosted on IIS 7. Currently, I access this application by visiting: [http://]//machinename/ApplicationName/Default.aspx. I want to have multiple versions of the same ...
1
vote
1answer
53 views

Caching an Umbraco website running on IIS 7.x with .NET 4.0 on an AWS EC2 instance

What are the available options for caching an Umbraco website on AWS EC2? So far, we've considered using Varnish but it's not recommended for a production environment. Is there a de-facto HTTP ...
1
vote
2answers
36 views

On IIS on windows xp what is considered a single connection?

On IIS running on Windows XP what is considered a single connection? If there are only 10 connection allowed on a single computer running windows xp (according to the MSDN website) what is considered ...
3
votes
2answers
47 views

How to correctly set up DNS with custom name servers and IIS for multiple domains

I just obtained a Windows Server 2008 VPS. Rightly or wrongly I followed instructions from the host to set up custom name servers. So now I have ns1.mydomain.com and ns2.mydomain.com. The are both ...
1
vote
1answer
32 views

How to manually run application as “IIS APPPOOL\MyAppPool” user

I tried: runas /noprofile /user:"IIS APPPOOL\MyAppPool" cmd.exe But it asks me for a password. And my admin password is not working there. I get: RUNAS ERROR: Unable to acquire user password
1
vote
6answers
97 views

More powerful replacement for Microsoft's IIS 7 Manager

Does anyone know of any more advanced/powerful replacements for the "Internet Information Services (IIS) Manager" for IIS 7? It might include things like selecting multiple items to ...
1
vote
1answer
13 views

IIS7 logging options - Difference between Server and Site level

I am setting up my first IIS 7.5 server and have come unstuck. Is there a difference between the server logging options and site logging options. I am assuming that the server logging options relate ...
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 ...
0
votes
1answer
31 views

Moving from Shared Hosting to unmanaged VPS - Help setting up DNS / assigning domain name

I currently have an asp.net application on a new VPS. My domain is registered with another register company. From that company, I currently have the domain name server set up to point to a Custom ...
0
votes
1answer
118 views

Enable Windows Authentication on website, allow only some users

I am investigating this problem. I have a CGI application that I publish through a website published in IIS7. EDIT: I changed the web.config to use url authorization. This is the web.config of a ...
0
votes
1answer
22 views

IIS Redirect to www

I'm using IIS 7 to host a web application. Currently, I have a rule in the web.config that re-directs all traffic to HTTPS, however it doesn't automatically redirect traffic to www which is important ...
0
votes
2answers
92 views

Is it possible to configure the location of “Temporary ASP.NET Files” folder in IIS?

Under IIS7.5 after switching pool identity to domain user I got this error: "The current identity (domain\username) does not have write access to ...
3
votes
4answers
147 views

Is re-starting IIS safe?

I've added extensions to my php.ini file and I need to restart my IIS server. Is it safe to re-start IIS? Will I lose any information or am I just being over-worried? All I need to do is open IIS ...
0
votes
1answer
92 views

Scripting IIS7 configuration for ISAPI DLL

First, I'll humbly admit that A.) I'm a programmer and B.) I'm asking this for someone else so I have almost no first hand experience with what I'm asking. We would like to be able to write an ...
2
votes
1answer
147 views

IIS changing enable32BitAppOnWin64 option on one pool affects all pools

If I change the enable32BitAppOnWin64 option on one pool all other pools will change their enable32BitAppOnWin64 option to the same value as the changed one. I guess this behavior isn't by design. ...
0
votes
1answer
26 views

IIS FTP Upload, file rights

We needed a way to allow administrators to upload support files to user directories using FTP with IIS. We have folder redirection and roaming profiles in place and we have created an active directory ...

1 2 3 4 5 44