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
4 views

IIS 7.5 ApplicationPoolidentity when SQL Server is on another server

Could someone advise on best practice for setting up the Application Pool Identity for the web service under the following scenario IIS7.5 Web Service requires read/write permission to SQL database ...
0
votes
0answers
19 views

Code runs fine on localhost but doesn't execute on gatorhost

I wrote a small website in VWD. I am running it on my home machine using the localhost features of VWD. It runs flawlessly. Now the backstory. I had a linux server with gatorhost. I had them switch ...
0
votes
0answers
5 views

Permissions not the same when using a Virtual Directory in IIS 6

We have a web application which uses an SQLite database, normally this is accessed by giving the IIS user permissions to write to the database folder and works correctly. But when setting up the site ...
1
vote
0answers
23 views

Web Farm Framework - Limited deployment to specific servers

Is it possible when deploying apps using the IIS web farm framework to limit the number of servers the site is deployed on? The use case I am specific looking at is with a multi-tenant load balanced ...
0
votes
1answer
27 views

Java application server behind IIS 7.5 on Windows Server 2008

I have a Java application server (GlassFish, indeed, but the problem is the same for any other application server, I guess), running on port 8080. And I have IIS 7.5 listening on port 80 as by default ...
0
votes
0answers
5 views

Permission denied running WCAT remotely on EC2

I've been trying to configure a WCAT controller and several WCAT clients in EC2 for load testing a web application. I have wcat successfully running from localhost and executing a scenario without ...
0
votes
3answers
41 views
+50

IIS Windows Authentication except for local machine

I have a PHP site (Default Web Site) and an ASP.NET site (application under the Default Web Site) running together. I have set up Windows Authentication for the Default Web Site and it's fine. The ...
-2
votes
1answer
33 views

How to migrate domain from GoDaddy to my own server? [closed]

I have a simple site that's being hosted on GoDaddy. I've recently purchased my own personal server, and I'd like to migrate the domain over to that. My server is using IIS 7. Is there a step-by-step ...
0
votes
1answer
53 views

DNS and Windows Server for the First Time

I am trying to get my domain to point to my server correctly. In my domain manager I had to register a custom nameserver (instead of just pointing it to the IP for some reason), which I did as ...
-5
votes
2answers
53 views

Host website through VPN

Is it possible to host website through VPN by using windows and IIS? And if so how do I do that? How do I deal with the problem that more then me might use the same IP of the VPN provider? Edit: To ...
0
votes
1answer
13 views

Unable to write using IIS FTP … Keep getting Access is denied

I am having issues writing to my FTP site ... I am able to connect to the site using my FTP client. I have given the user account READ/WRITE authorizations inside of the IIS Web Site (which also ...
1
vote
1answer
24 views

IIS web server slows down when FTP transfers are in progress

A client is running an ASP.NET web site on an IIS Server (on Windows Server 2008 R2). It's a dedicated physical server, at an external host, and, for the most part, the site runs fine. The client has ...
1
vote
1answer
14 views

REST proxy for IIS

I am looking for a REST Proxy to run on IIS so that an https GET/POST/DELETE etc can be forwarded "as-is" to another REST server for fulfilment, and to return the results as-is also. I've done a ...
0
votes
0answers
19 views

Video to iPad from IIS6 - how to range requests

i have this problem - since iPad dont support flash, we use HTML5 video for this case (flowplayer and its .ipad() function). Video is mp4, mime type is correctly set (and present in headers), and this ...
0
votes
1answer
13 views

Can I use Web Deploy to deploy a PHP application from IIS on Windows 7?

The Web Deploy 2.0 page on iis.net states the "Web Deploy Tool also enables administrators and delegated users to use IIS Manager to deploy ASP.NET and PHP applications to an IIS 7.0 server." I'm ...
3
votes
3answers
115 views

How many domains can be bound with one SSL certificate?

Let say I have an ASP.NEt application which is bound with more than 10 domains using host headers. Is one certificate is enough for me? or I need more than 1 certificate for each domain? If I need 1 ...
0
votes
0answers
11 views

oracle proxy connection

I have a standard 3-tier of web, app, oracle db servers. currently due to network policies, the web cannot access the oracle db and instead is required to go through the app. is there anyway i can ...
0
votes
0answers
34 views

http service 503 unavailable Only for HTTPS

My azure website is working fine with http. Now, I have added a self-signed certificate and a binding in IIS 7. When I run the application with https, I get certificate error warning. When I confirm ...
-2
votes
2answers
53 views

Same website hosted by two different servers at different locations [closed]

Is it possible to have the same website hosted by two different servers at different locations? By this I mean having the other server a few miles away on a different public ip. Currently I'm hosting ...
1
vote
1answer
24 views

How do I hide a directory of text files on IIS?

I have a directory of text files on IIS. I would like this directory to be hidden. I have set the web.config as follow: <?xml version="1.0" encoding="utf-8" ?> <configuration> ...
0
votes
1answer
30 views

Windows IIS Authentication not working with FQDN but is without it

I have an Intranet website, not internet, and whenever I go to http://mysite The website accepts my integrated authentication of the logged in user on the computer/client via IE. if I go to the ...
0
votes
0answers
12 views

Running SAS 9.2 executable from a .NET (C#) web application or web service doesn't work

We currently have a machine which has SAS 9.1.3 installed, a simple ASP.NET web service whose methods call sas.exe with some parameters using the Process class in .NET. When SAS 9.2 was installed ...
0
votes
0answers
14 views

JBoss 7 + IIS 6 web application configuration

Good morning! I successfully bound my iis 6.0 to my jboss 7 web application following tutorials like this: http://www.techstacks.com/howto/iis_and_isapi_redirect.html I used my application before ...
0
votes
1answer
52 views

Is it Possible to use a Single Certificate for a site which has many different domains

I have an ASP.NET application on IIS(Windows Azure) which has many different domains. All domains are working on http. Now, I need to use https. Whether, a single certificate is fine for all of my ...
0
votes
1answer
23 views

Can Reporting Services 2008 be installed on an existing web farm?

I have a question regarding whether Reporting Services can be installed on an existing web farm, at least the front end portion. The situation is that we have a limited number of servers available to ...
0
votes
1answer
15 views

How would I share ports between my IIS applications?

By request of our network administrator, I would like to do so unless someone could give me a strong argument against it. What should i watch out for?
0
votes
2answers
37 views

FTP directory restrictions via IIS6

We are trying to setup the FTP on our stand-alone dedicate Windows Server 2003 (Standard, 32bit, SP2) IIS6. We are NOT using AD. It is NOT setup for user isolation, as I need the "administrator" ...
1
vote
1answer
52 views

Pulling Asp.net deployment packages on an IIS server

I would like to know how you can set up an IIS server to pull updated, pre-built packages from the internet. Bonus points for minimizing the necessary adjustments to the server. setting: The company ...
1
vote
0answers
41 views

ARR Reverse Proxy and multiple sites as subdirectories with IIS 7.5

I have multiple websites (combination of ASP.NET Webforms and MVC3) that we are trying to consolidate under a single domain with each site under a directory on this main domain. So I want to take the ...
0
votes
1answer
10 views

IIS service status / Error calling OpenSCManager()[code:5]

Okay I'm totally new here so give me a chance here. Not much of a server person here. I'm trying to setup a Web Server here. I get the error on the installer "Error calling ...
0
votes
0answers
11 views

initial IIS 500 error - what's wrong [closed]

Running IIS7 with site under default as virtual directory: When restarting IIS, first request always generate 500 internal server error. Even for static test.html I've checked inetpub/logs - no ...
1
vote
1answer
17 views

IIS rewrite rules skipped even though the pattern matches

Sorry for the vague title, the problem is too complex to summarize in a short phrase... I'm trying to set up the following redirection rules: blog.mydomain.net/en/something: redirected to ...
0
votes
2answers
40 views

How to Route a Request From Modem to a Private IP PC?

I have public IP which is attached with a Modem. A private IP has been assigned to my PC. Now, I need to remotely access my PC website(IIS website). I can access the modem configuration page through ...
0
votes
2answers
37 views

IIS 7.5 Not Working with Remote (External) IP

I just installed IIS 7.5 on Windows 7 Ultimate from Control Panel with Default Settings and Everything is going fine when I access the site with "localhost" or my local Ip "192.168.0.2" But when I ...
1
vote
1answer
41 views

Virtual Hosts w/ IIS 7.5.x Not Paying Attention to Path

I have setup numerous linux web servers (using Apache) but I am new to IIS. I am trying to setup two new vhosts, let's call them vhost1.domain.com and vhost2.domain.com for the purposes of this ...
1
vote
1answer
14 views

Ignoring HTTP 1.0 requests in IIS

Is there a way to ignore HTTP 1.0 requests in IIS (7.0)? I don't see any reason to accept requests that are not HTTP 1.1.
1
vote
2answers
63 views

Is using a RAM Disk to serve IIS ASP.net beneficial on a VM Webserver?

Setup: Windows Server 2008 R2, Hosted on HyperV Virtual Machine allocated 3GB Memory. I've setup a RAMDisk (capacity of 512MB more than sufficient for our requirements) using ImDisk on this virtual ...
-1
votes
0answers
30 views

Help with ftp server on windows server 2008 [closed]

Im new with windows server 2008 and ftp server. I have a windows server 2008 wind ftp server and i cant seem to establish connection to upload file from my website, also tryed to connect tru cmd and ...
1
vote
1answer
30 views

IIS 7.5 - different file size for same compressed file served from two different servers

I'm facing the problem that our lengthy CSS file (129 KB) gets delivered by our ASP.NET web app (running on IIS 7.5 using .NET 4.0) compressed to 24 KB on my local server machine and 36 KB on both our ...
0
votes
1answer
23 views

IIS 6.0 | ASP | Display error message 500

In IIS 6.0 how can I display the message of an error 500? I develop in classic ASP.
1
vote
0answers
9 views

Accessing network files from asp.net. What permissions do I need?

I have a web app that loads files from another server on the network. It's causing an error that I believe is related to it not having proper permissions to access the files. I know very little ...
0
votes
0answers
18 views

Selected certificate was already installed on another server [closed]

IIS7 All sites had certificates installed and working. Renewing them using the same CA. Generated the CSR's and sent them on to the customer. They sent them on to be signed. The customer sent me on ...
0
votes
0answers
39 views

ARR & URL Rewrite, how about Cookie?

I have a question about using ARR(Application Request Routing), for example, I want to rewrite request from "www.old.com" to "www.new.com", and handler in "www.new.com " will request cookie whose ...
-2
votes
2answers
64 views

Alternative to Port 80 for http

In Windows Server 2008 we can host multiple websites under a single IP by relying on Host headers. My problem is I have only one IP address and I want to dedicate it to a single application like ...
0
votes
0answers
53 views

Big file creation on IIS with crystal reports

I want to know if there have been any issues creating big files on IIS with Crystal Reports. I create reports that are bigger than 800 megs; it works fine when i do this locally. However, as soon as ...
0
votes
0answers
16 views

Monitor bandwidth history from inet logs?

So, I went through the painful painful process of setting up awstats on a windows machine using WAMP and awstats customization. But, even running the scheduled task to push records and having to ...
1
vote
1answer
31 views

Sharepoint server application unavailable after .NET 1.1 install on 64-bit 2008R2 server

When trying out a tool on my Windows Server 2008R2 I had to install .NET 1.1. Unfortunately this messed up my IIS install completely. I managed to recover most websites by running the ...
1
vote
0answers
21 views

How to deal with certain characters in IIS URL Rewrite

I had a question on how to rewrite a url and had a great answer on the site, and it worked, but there is some characters that I can't find how to encode and iis doesn't like at all The original ...
-1
votes
0answers
33 views

IIS on Windows 7 stops working after MS updates [closed]

How do I get my IIS to work again? Thanks! Here are the details: I have been successfully using the IIS in a small office environment (about 5 users), for several months. I have not changed ...
2
votes
1answer
32 views

“IIS Admin Service is Disabled” Error When IIS Admin Is Running

Issue: I am trying to start the Default Website on IIS, but I am getting the following error: As you can see, it says that IIS Admin is disabled, when it is actually running. Question: Is there ...

1 2 3 4 5 48