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
1 answer

asp.net mvc 3 with .net 4 and runAllManagedModulesForAllRequests=false

I had my mvc site with runAllManagedModulesForAllRequests=true and had no problem, then I found, that for .net 4 I can disable it and have faster processing of static resources, I've changed to false and bam - 404 on my controller actions. I'm…
Giedrius
  • 8,430
  • 6
  • 50
  • 91
1
vote
1 answer

mvc mini profiler - IIS7 issue

similar to this question mvc mini profiler (1.4) & IIS I am running IIS 7.5 and my app pool is run in integrated mode on a Webforms site and when the requests for the mini-profiler-includes files happen i get a bunch of 404 errors? the only…
Chuck
  • 143
  • 10
1
vote
2 answers

Why is the session losing values? (MVC3 called from PHP post form on IE9 only)

Possible Duplicate: Session variable is lost on RedirectToAction in IE I'm using MVC3 and the application is called from an external PHP website (form - post). I've got this: Internet Explorer 9 (9.0.8112.16421 update 9.0.3) Home controller -…
Anderson Matos
  • 3,132
  • 1
  • 23
  • 33
1
vote
2 answers

Authentication Ignoring Default Document

Today I moved my application from a server with IIS6 to a new one with IIS7.5 (windows server 2008 R2). The odd thing is that I cannot access the default document although it has been set in the default documents section. The file is the…
profanis
  • 2,741
  • 3
  • 39
  • 49
1
vote
0 answers

How to detect the missing resouce from a web site hosted in IIS?

I am deploying a web site written by someone else. It requires quite a lot of resouces which I am not sure I have them all. Now the site is encountering "Object reference not set to an instance of an object" error, which I belive is caused by some…
smwikipedia
  • 61,609
  • 92
  • 309
  • 482
1
vote
0 answers

Issue provisioning IIS 7.5 server using Web Farm Framework 2

We are getting the following error when trying to provision a secondary server: We did have DFS-R services installed, and as suggested in this post, we removed them, but no luck..
Matt Evans
  • 7,113
  • 7
  • 32
  • 64
1
vote
6 answers

"Could not find a part of the path" c# IIS deployment on production

I am loading an xml file from my applicatin: XDocument.Load(HttpContext.Current.Server.MapPath("/") + "XMLMetadata\\Actions.1.xml"); In the dev environment it is working fine. But After I deploy the application, the system cannot find it. this is…
SexyMF
  • 10,657
  • 33
  • 102
  • 206
1
vote
1 answer

Request.ServerVariables["LOGON_USER"] or Current.User.Identity.Name Empty

I'm using forms authentication, with the application pool set to classic I've enabled forms authentication and anonymous access, and I've disabled windows authentication. I'm still unable to read the LOGON_USER or IPrincipal.Identity.Name. In IE9…
Jake
  • 51
  • 5
1
vote
1 answer

Connection leaks in Classic ASP using Server.CreateObject("ADODB.Connection")

I'm looking at an existing classic asp application. The setup is as follows: db.asp: opens a connection using Server.CreateObject("ADODB.Connection") and then calls conn.open func.asp: has helper methods to execute queries using the conn object…
ILovePaperTowels
  • 1,445
  • 2
  • 17
  • 30
1
vote
4 answers

MVC3 app on IIS7.5 with route to file x.jpg not working

When my clean, just created new app (.net 4.0 integrated) is on Visual Studio Web Server everything works fine. Link like this below works fine and controller returns image. http://localhost:12345/image/a.jpg But when I run this app on IIS 7.5 then…
dariol
  • 1,959
  • 17
  • 26
1
vote
1 answer

AJAX call using HTTP 1.1

We have one of our sites hosted externally, and all of our internet access is through a proxy. We've found that this remote site (ASP.NET 4.0, IIS 7.5, Server 2008 R2) doesn't work on most of our domain machines due to the "Use HTTP 1.1 through…
cjk
  • 45,739
  • 9
  • 81
  • 112
1
vote
1 answer

Securing an IIS 7 WebDav enabled virtual folder with ADFS

We have an ASP.NET application on IIS 7 that accepts authentication tokens from ADFS 2. We used Windows Identity Foundation in the application to do that. On the same IIS, we have a WEBDAV enabled folder to which Microsoft Office users save files.…
1
vote
1 answer

Unable to connect to localhost using ip or pc name via wifi

So I created an app and published it to wwwroot via IIS 7.5 on my local pc at home. I can access it via IP/Host from the pc the app resides on, but I can't access it from my laptop or phone via wifi. Is there something with my router config that I…
Darcy
  • 5,228
  • 12
  • 53
  • 79
1
vote
1 answer

Display Custom Error Pages on IIS 7.5 and IIS 7

I use Asp.net 4 C# and IIS 7 locally and IIS 7.5 on Production Server. I need display Custom Error Pages. At the moment I use some logic in my Global.asax to bypass IIS default pages. Locally using IIS 7 I was able to successfully display…
GibboK
  • 71,848
  • 143
  • 435
  • 658
1
vote
2 answers

IIS 7.5 with process idenity set to user has wrong USERPROFILE

First of all, this is my third question on the similar topic.. and still I have no answer, maybe only approaching it (see first, second). My web application (ASP.NET MVC3 under IIS 7.5) runs git to access some github repositories. After I upgraded…
Alexander Beletsky
  • 19,453
  • 9
  • 63
  • 86
1 2 3
99
100