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
28
votes
3 answers

Granting write permissions to a networked UNC folder for ASP.NET under IIS 7.5 and Windows Server 2008 R2

BLUF Our application is attempting to write a file to a UNC folder using an ASP.NET web service running under .NET 4.5, IIS 7.5, and Windows Server 2008 R2. However, any attempt to write the file to the desired location results in an access denied…
Ryan Taylor
  • 8,740
  • 15
  • 65
  • 98
28
votes
13 answers

HTTP Error 403.14 - Forbidden IIS Error for ASP.Net MVC 4 Application

we developed an asp.net mvc 4 application. in vs 2012 this work fine. we publish this web application and putting it on iis 7.5, but when we want to browse web application through iis, this error message was show: HTTP Error 403.14 - Forbidden The…
Pezhman Parsaee
  • 1,209
  • 3
  • 21
  • 35
28
votes
7 answers

Windows Authentication not working in IIS 7.5

I am having a problem with getting windows authentication to work on IIS 7.5. The application is an internal site built in asp.net MVC 3. The application pool is using a specific domain user and the site is using windows authentication. Every…
divide_byzero
  • 790
  • 2
  • 9
  • 24
27
votes
3 answers

403 - Forbidden on basic MVC 3 deploy on iis7.5

Possible Duplicate: ASP.NET MVC on IIS 7.5 I am trying to deploy a basic MVC 3 application to my 2008 R2 Server running iis 7.5 but receive a "403 - Forbidden" error trying to view my page. I have anonymous authentication enabled, and my app pool…
Ben Finkel
  • 4,753
  • 7
  • 34
  • 49
27
votes
3 answers

Does an IIS 7.5 web app with windows authentication require end users to have file permissions?

Short version: For IIS 7.5 web applications with Windows Authentication does the end user need to have Read file access? Long version: I have an intranet ASP.NET web app that uses windows authentication. It's installed at dozens of different…
Rory
  • 40,559
  • 52
  • 175
  • 261
27
votes
10 answers

IIS 7.5 - 403 Forbidden

Ok, I have scoured online resources and applied all the suggested solutions. I am setting up a simple website on Windows Server 2008 R2 under IIS 7.5 using the "ASP.NET v4.0" pool. I am setting this up as an application under Default Web Site with a…
dotnetster
  • 1,601
  • 1
  • 16
  • 19
26
votes
4 answers

Import-Module WebAdministration wont load from script but does from command line

I'm coming onto a project that uses PowerShell to script the build. The build makes use of the WebAdministration module to manage the local IIS instance. When I run the build script the following error is thrown when trying to import…
Klee
  • 2,022
  • 3
  • 23
  • 32
26
votes
6 answers

IIS 7.5 no images css js showing

I have 2 Windows 2008 R2 x64 servers NLB, ARR with shared configuration. I have the application files in a network share. ASP.net pages (.aspx) come up fine but no css,images,js work. I also have a .htm file shows css and images just fine. In the…
dm80
  • 1,228
  • 5
  • 20
  • 38
26
votes
8 answers

SignalR Negotiate 404

I am using SignalR 2.0. Everything works fine when running locally on my VS 2012. But when I publish the site on IIS, it breaks. The site loads but one of the scripts returns 404 Not Found. The script is something…
user1594757
  • 291
  • 1
  • 3
  • 5
26
votes
8 answers

Getting an ASP.MVC2/VS2010 application to work in IIS 7.5

I've recently downloaded beta 2 of VS2010 and started playing with ASP.NET MVC2. Initial development was done with Casini, but now I wanted to run the application from IIS 7.5 (I'm running Windows 7). I've installed the IIS6 metabase compatiblity…
Jeroen-bart Engelen
  • 1,157
  • 2
  • 12
  • 19
25
votes
1 answer

How to prevent IIS from shutting down Web Site when not in use?

I have a web application hosted under IIS. It is a data warehouse, and during its startup process it requires instantiating a large set of items in memory (takes roughly ~20 minutes to fully set up). Because this website is critical to our company,…
painiyff
  • 2,519
  • 6
  • 21
  • 29
25
votes
3 answers

What happened to php_mysql.dll?

Finally, after hours of strugling, I finished installing PHP 7.02 on our IIS 7.5 Windows Server 2008. All functions properly except for one error: [20-Jan-2016 15:19:26 UTC] PHP Warning: PHP Startup: Unable to load dynamic library …
DarkLite1
  • 13,637
  • 40
  • 117
  • 214
25
votes
7 answers

HTTP PUT not allowed in ASP.NET Web API

On my Web API project, I cannot perform an HTTP PUT to my resources. I've read through some similar questions on this problem and I've followed the recommended advice. First off, I uninstalled WebDAV completely on my machine (Windows 7 64-bit) and…
Mike Bailey
  • 12,479
  • 14
  • 66
  • 123
24
votes
4 answers

Stopping cookies being set from a domain (aka "cookieless domain") to increase site performance

I was reading in Google's documentation about improving site speed. One of their recommendations is serving static content (images, css, js, etc.) from a "cookieless domain": Static content, such as images, JS and CSS files, don't need to be …
Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289
24
votes
3 answers

SignalR WebSockets on IIS 7.5

On my IIS 7.5, my SignalR application always used long polling. As per my search, IIS 7.5 does not support WebSockets yet. I hope, I missed some tools or configurations to enable WebSockets in IIS 7.5. Or I didn't?
ZeroHackeR
  • 573
  • 1
  • 5
  • 7