IIS (Internet Information Services) Version 7 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Window Server 2008 and Windows Vista.

learn more… | top users | synonyms (1)

0
votes
0answers
21 views

IIS 7 suddenly redirecting to non-existent page for authentication

When I fired up VWD this morning and tried to launch a page I was greeted with a "The resource cannot be found." error. Turns out that I was redirected to "/Account/Login" for authentication. That ...
0
votes
0answers
10 views

redirectMode=“ResponseRewrite” doesn't work

I have 404.aspx to manage requests to non-existent pages. It works perfect on IIS6 but now I have to move it to IIS7. The website use .net 2.0 classic 32bit AppPool, no MVC. non-.net requests like ...
0
votes
0answers
4 views

Deploy IIS without killing current transaction in webservice and winservice

I want to deploy some web services to IIS 7 , but if they are currently in use, doing any kind of transaction, wait until it finishes to update it. Also I want to update a win service that consumes ...
0
votes
1answer
31 views

Redirect http to https IIS7 [closed]

I'm trying to force any users using the calling my website through http://www.mysite.com to route through https://www.mysite.com automatically. I've added the following markup to my ...
0
votes
1answer
15 views

How do I give access to another computer on my network, to my website hosted locally?

We have a local instance of IIS 7 running with a website. Instead of the default "localhost" we have something like, mysite.compname.com. This is a separate entry into IIS 7 and the default website ...
0
votes
2answers
24 views

Not sure how I can determine my ASP.NET website domain and port, programatically

In my global.asax I'm wiring up some services via AutoFac for DI/IoC. One of these services would like to know the domain name and port of the current website. for example:- ...
0
votes
1answer
12 views

Web Service hosted in IIS7.0 is not getting refreshed

I hosted one web service .NET 4.0 in IIS 7.0. I used my own Application Pool with .NET 4.0. After hosting I changed some code in web service application. Web service application is running fine but ...
1
vote
0answers
7 views

Boolean set of conditions

I am currently rewriting URLs for my mobile website version with rules like that: <rule name="MOBILE example rule" stopProcessing="true" patternSyntax="ECMAScript"> <match ...
0
votes
1answer
11 views

Readout mailroot-path for IIS 6 & 7 using c#

I am trying to read out the mailroot-path for the Drop and Pickup folders for my SMTP Virtual Server Domain. I currently need this for domains created with IIS 6.0 but in the long run will also need ...
0
votes
0answers
19 views

Signalr issue with IIS 7.0

I have a chat app that runs fine in windows 7 using the Visual studio integrated web server as well as in IIS 7.5 The app how ever fails to work in windows 2008 server with IIS 7.0 The hub is ...
0
votes
1answer
20 views

Programmatic Access to Visual Basic Project is not trusted from IIS

I'm using an executable which tries to access the VBA object model programmatically by importing and running VBA macros in Word07. If I call that executable from command line everything works fine ...
0
votes
1answer
46 views

Installing Laravel 4 on Windows IIS Inetpub wwwroot

Having spent an entire day wrestling with this, could someone please explain how I can install Laravel on Windows ? I have installed the very latest version of PHP 5.4 (using Windows Installer) and ...
0
votes
0answers
18 views

getting Error “An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.” when identity impersonat is set to true

I tried to deploy the application in IIS. I set The identity impersonate to true. the authentication type is windows and in application Pool i set version to 4.0 and managed pipelie mode to ...
1
vote
1answer
17 views

When does IIS call CGlobalModule::OnGlobalApplicationResolveModules?

I have created a native module for IIS 7, 7.5 and 8.0. The module is registered within the IIS configuration and is loaded when an application pool is initialized. The module's RegisterModule export, ...
0
votes
0answers
8 views

Convert .htaccess to web.config

I did a LAMP project for my client. But now he needs to move the work to an IIS Server. And I am having a lot of trouble converting my .htaccess file to web.config. And yes, I tried Google and read a ...
0
votes
1answer
26 views

IIS7 only able to load Default Web Site

I'm trying to set up IIS to run websites instead of running them on VS Development Server. I've registered ASP.NET with IIS correctly (using this answer to make sure), added a new site with the ...
-1
votes
0answers
13 views

How the Redirection for HTTPS with HTTP subdomain works [closed]

I have an mvc3 website with an ssl certificate from verisign. I have written http to https redirection code to make sure all the requests to my site is done through a secure channel. I would like to ...
0
votes
0answers
30 views

jquery ajax post method not work in iis7

I have problem with ajax call in IIS 7 in MVC , i use jquery ajax like this: $.ajax({ url: '@Url.Action("IsLoanNumberValid", "File")', type: 'Post', cache: false, data: { ...
0
votes
0answers
7 views

IIS 7.0 - Enabling FTP publishing for 3 subdomains bound to a same IP address

I have 3 web applications in IIS 7.0, they're bound to different subdomains of a same domain, same IP address. The problem is that I enabled FTP publishing for the 3 web applications (in order to ...
0
votes
1answer
26 views

Is using Config.Current.Pipeline.Rewrite the most efficient way to implement watermarking on hotlinked files?

I'm running ImageResizer on iis7 in Integrated mode. I just want to make sure I'm not introducing unnecessary overhead with this code in my Application_Start. The intent here is to watermark certain ...
1
vote
1answer
12 views

IIS URL Rewrite {R:N} clarification

I've not been able to understand the purpose of {R:N}. Could anyone please clarify when to use {R:0] vs. {R:1} usage example: <action type="Redirect" url="http://www.{HTTP_HOST}/{R:0}" /> ...
0
votes
0answers
5 views

ICACLS grant all users Read for Folder

I've got an invalid parameter for trying to set all users icacls C:\ssl\* /grant users (oi)(ci)r Invalid parameter users Is there an easy way to set read for all users on whatever is in this ...
0
votes
0answers
33 views

SOLVED - Cannot initialize the data source object of OLE DB provider “Microsoft.ACE.OLEDB.12.0” for linked server “LinkedServer”

I’ve created a .NET website that uses SQL Server 2008 R2 with a linked server to an Access database (.mdb). The linked server works, I can browse to the .mdb tables and query the tables in SQL ...
0
votes
0answers
15 views

IIS Application Pool Identity oddity

I was tinkering with a asp.net test website on my dev server trying to get an app to use Windows Auth and also connect to SQL Server....anyway I think I changed a setting somewhere, and I'm not sure ...
0
votes
1answer
15 views

Not all dll-s gets deployed from the MSI into IIS7

We have a .NET web application with a web setup project that results an MSI. The installer works fine for Win2003 IIS6. However, if we run the same MSI under Win2008 IIS7, one of our dll-s does not ...
0
votes
0answers
26 views

IE10 IIS7.5 formatting incorrectly

I'm running into a formatting problem that only occurs with IE10 and Win2008 with IIS7.5. Using the IE10 compatibility modes via the developers toolbar, IE7,8,9,10 all work with Win2003 and IIS6. It ...
1
vote
0answers
28 views

WCF Service stop responding unexpectedly with error “client authentication scheme 'Anonymous'.The remote server returned an error: (403) Forbidden.”

we developed a WCF service ( running on windows server 2012) and client API which are connected each other with client certificate authentication. They were running cool up to we made a stress test on ...
0
votes
1answer
30 views

IIS throws 404 error for aspx pages

I have a website which is on .NET 4.0 pool. Overnight after deploying the code, I'll test the site and IIS will serve it fine. But the very next day it stops serving the aspx pages and throws 404 ...
0
votes
0answers
21 views

login failed for user X in IIS 7

I am getting this error "Login failed for user "CORP\C3PJX$" and note C3PJX is my server name. so here is the story, i am doing all the development on a local server (C3PJX) but i am pulling all my ...
0
votes
1answer
20 views

3 requests for every resource (2 x 401.2 and 1 x 200) in a windows authenticated asp.net mvc app

I was trying to track down why my site was so painfully slow in IE9 when I pulled out Fiddler and realised that every request is being sent 3 times (twice I get 401.2 and then a success). I verified ...
1
vote
1answer
13 views

When navigating to the site root, I get an IIS splash screen

I have a website configured in IIS 7, with an application (another site) located that site. My bindings are set so that if I navigate to mysite.com it should open the root site, and ...
2
votes
2answers
32 views

rewrite rule not redirecting http to https

Currently we are trying to setup a redirect from htttp to https in our web.config limited to the domains we use. But it's not working. <rewrite> <rules> <rule ...
0
votes
0answers
18 views

Set IIS Website Application to use Application Pool identity for Anonymous authentication (via code)

I can see here how to enable anonymous authentication and specifically set a username and password for the credentials. Can anyone tell me if it's possible using .NET to set the credentials to use the ...
-1
votes
0answers
38 views

App pool issue in two different .NET Runtime Version on server

I have two asp.net C# websites "A" and "B" in different .net version (4.0 and 3.5). My shared server configured as 4.0 .net version. Currently I am trying to host my website A on main domain under ...
0
votes
1answer
19 views

PDFTK with PHP exec() fails using Amazon EC2 Windows Server IIS7

I'm using PDFTK to merge some PDFs on my Amazon EC2 instance running Windows Server and IIS7. When I try running PDFTK using PHP exec(), it does not work. For example: <?php $e = exec("pdftk"); ...
0
votes
1answer
16 views

Pechkin on DotNetNuke 7

i have tried to install wkhtmltopdf with Pechkin as dll in the DNN "bin" folder. But when i upload the pechkin.dll DNN crashes. I tried to upload the System.Drawing and System.Net dlls because i hope ...
0
votes
1answer
24 views

Google+ signin “Getting Started” project - problems with IIS

Using the C#/.NET Google+ sign-in quick start project, I'm hitting problems with IIS6. Here are the steps I followed: downloaded the project from Github modified the index.html and signin.ashx ...
0
votes
0answers
17 views

Virtual Path When application is under other than default web site in IIS7

I want to get the virtual path of the application in IIS 7, so that i can compile that application from command prompt aspnet_compiler -v path but my application is under different site (not in ...
0
votes
2answers
34 views

Setting Connection time out programmatically in asp.net

Is there a way to Set Connection timeout used in IIS in asp.net programaticaly in one page ? without setting it globally for all the website from IIS itself ?
0
votes
1answer
12 views

https to http redirection not working

I am trying to achieve following redirect. https://abc.com to http://www.abc.com I have already used following redirect rule, which works fine for http non-www to http www redirect, but it is not ...
0
votes
0answers
16 views

Additional HTTP(80) binding IIS7.5 not working

I'm really baffled with this one. This is a very straight forward addition, or so i thought. I am trying to add an additional hostheader binding to an already existing IIS7.5 site over HTTP(80). ...
0
votes
0answers
7 views

Resets after machinekey update?

We started getting ScriptResource.axd 404's after putting up 3 servers load balanced. WE had the same error previously which related to not having set the machine keys. The machine keys have now been ...
0
votes
1answer
21 views

IntelliTrace Collector for Visual Studio Error

I've installed the IntelliTrace Collector for Visual Studio (http://www.microsoft.com/en-us/download/details.aspx?id=30665). I've setup the logging directory and gave the app pool full permission ...
1
vote
1answer
34 views

How to get latest video streamed to client without using cached copy?

We stream videos to our client and we noticed an issue where a video was uploaded but the browser still played the cached value (old video). I assume this is related to the etag of the video (as I ...
0
votes
2answers
36 views

Can't decode cyrillic value from Request.QueryString

On my IIS7 I have ASP.NET WebForms site, and I use cyrillic values in the query string. I use HttpUtility.UrlEncode for params when do redirect, in the end I have url like: ...
0
votes
1answer
19 views

Cpu cores per IIS website (process)

I've heard that only 1 cpu core can be used per asp.net 4.0 website in IIS 7. Using more cpu cores means entering webfarm territory (as a result session management should be done respectively). But I ...
0
votes
0answers
19 views

Can a .htaccess file break user rights in a IIS 7 environment?

Good day all, I recently ran into an issue where a .htaccess file was able to screw with user rights within our CMS on our IIS(7) server. The .htaccess file was located within a directory off the ...
0
votes
0answers
27 views

How to copy a single Project file to a separate IIS virtual directory as part of Web deploy publish web?

I have an ASP.NET Web API project that is deployed to an Application inside IIS 7 Default Web Site. As part of the deployment I need to copy a single JavaScript file called MyCustomScript.js that sits ...
0
votes
1answer
20 views

Differences between Multipart and Form in terms of client upload

I created C# client with HttpClient library. I use BASE64 encoded data in order to upload file (via POST). Sometimes, I experienced errors (maybe because of content length limit) even the data is not ...
1
vote
0answers
38 views

Visual Studio 2012 IIS 7 - JavaScript File Lock

I am using Visual Studio 2012 to develop an MVC 4 web application. I have also created a virtual directory on my local IIS 7 server which points to my MVC application. Both IIS and Visual Studio 2012 ...

1 2 3 4 5 142
15 30 50 per page