Questions tagged [iis-7.5]

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

Internet Information Services (IIS7.5) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows Server 2008 R2 and Windows 7.

Some IIS Links:

See for more information.

4223 questions
1
vote
0 answers

Changing the app pool forces XML rather than JSON from web service

I have 2 identical sites. If I have the app pool as classic, the web service (in the picture) will return JSON. If I change it to integrated mode, it returns XML. code [WebMethod] [ScriptMethod(UseHttpGet = true, ResponseFormat =…
aron
  • 2,856
  • 11
  • 49
  • 79
1
vote
2 answers

Windows phone based live video streaming Application

i am hoping to develop a live video streaming app for windows phone. I want to know what protocols and libraries support are provided for windows phone? I want to implement a sort of Video chat application.. An example for Android and…
1
vote
1 answer

Razor file loads in on application but not in the other on same server

I have two applications setup in IIS7.5. MVC 3 is installed. One application serves Razor files fine. A separate application was recently created that will not serve Razor files. I get the following error when accessing the file using the full…
NickF
  • 40
  • 6
1
vote
1 answer

Use AppCmd to LIST CONFIG in APPHOST only

I have a requirement to use powershell to configure IIS7.5 on WebApplications that have not yet had code deployed (possibly at all, possibly old/broken web.configs exist) to the file system. I would like to be able to do this all at the APPHOST…
JonnyG
  • 759
  • 1
  • 13
  • 25
1
vote
2 answers

Trouble getting Asp.Net + Logging Application Block to log to Windows Application Event Log

So I'm trying to get an Asp.Net application running on Windows 2008R2 / IIS 7.5 to log to the Windows Application Event Log using EntLib Logging Application Block. It works great on our dev/test machines, but when we push to a more restricted…
1
vote
1 answer

Remove Feature from IIS 7.5

How can I remove an installed feature from an IIS instance? E.g., Url Rewrite? I couldn't find any menu item or something similar.
Konrad
  • 4,329
  • 10
  • 54
  • 88
1
vote
0 answers

IIS 7 and concurrent user requests for I/O extensive tasks

We have a application which renders the images on the fly with dynamic data using WPF. Each individual Image generation takes approximately on average almost a second (1 sec) for a A4 Size Image generation. The WorkerProcess shows the CPU usage 100%…
Abdullah
  • 39
  • 6
1
vote
3 answers

Triple Inner join with over 10.000 rows and asp-calculations stalls application

My ASP Classic application are fetching over 10.000 rows via a triple inner join. After this, it is going through each line, calculating some stuff and putting data in a multidimensional array with 17 coloumns. All this are being fetched through a…
MicBehrens
  • 1,780
  • 8
  • 34
  • 57
1
vote
3 answers

Is the static content (eg: .css, .js), sent from my server being gzipped?

As I was writing my initial question I saw this post. I deployed my site and enabled static content compression. But still received the following response. 1st Run 2nd Run I can obviously see that the response size has decreased. This might be a…
Rohan Büchner
  • 5,333
  • 4
  • 62
  • 106
1
vote
1 answer

Installing and Retrieving a WCF client authentication certificate on IIS 7.5

Here's what I want to do: take a working ASP.NET application that calls a 3rd party web service using WCF certificate authentication for both the client (my web application) and the server (the service). I got this working in my development…
Paul Keister
  • 12,851
  • 5
  • 46
  • 75
1
vote
1 answer

IIS 7.5 site using impersonation does not have permissions to access Sharepoint web services

edit updated with new information I've been trying to configure a ASP.Net site to use windows authentication impersonation, and use this to call Sharepoint 2010 web services. I've enabled impersonation and windows authentication on the site, and…
Iain
  • 105
  • 2
  • 8
1
vote
1 answer

c# overwrite file, error file in use by IIS 7.5

I have a program that overwrites a certain set of files required for my website, however the traffic on my website has increased so much that i now get the error File in use. Which results in it being unable to update the file.. This program runs…
Raskaroth
  • 639
  • 1
  • 9
  • 25
1
vote
1 answer

IIS7.5 HttpErrors ExecuteURL not executing

I am thoroughly stumped on this one. Basically, I have an MVC page with a custom AuthorizeAttribute that throws a 403 error if a user is authenticated, but does not have appropriate access. The problem I am having is that I would like to redirect…
Justin Pihony
  • 66,056
  • 18
  • 147
  • 180
1
vote
1 answer

How to register WCF on a website other than Default Web Site with ServiceModelReg?

I am trying to fix a problem where my wCF services will not work on my live site which runs under it's own website instead of under Default Web Site. I am trying to run ServiceModelReg -i but for my website, not the Default. If I put -h it says that…
Rodney
  • 5,417
  • 7
  • 54
  • 98
1
vote
1 answer

how to get a HttpModule to authenticate to SqlServer

I need to add a database call to a HttpModule. I used the same connection string that we use for our WCF service which is hosted by IIS, however the HttpModule can not authenticate. (We use Windows Authentication and yes the WCF service does…
edepperson
  • 1,035
  • 1
  • 14
  • 33