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

Access IIS website from network computer

I have setup a website in my local pc (IIS). I can access the site with my computer using "http://localhost:8088" and "http://myip:8088" but I can not access the site from another pc in network. Anyone can tell me how can i do it??
Ronjon
  • 1,789
  • 4
  • 16
  • 26
2
votes
0 answers

global asax and beginrequest = This server variable cannot be modified during request execution

Anyone knows why I'm getting this error? Server Error in '/' Application. This server variable cannot be modified during request execution. Description: An unhandled exception occurred during the execution of the current web request. Please…
Fredou
  • 19,848
  • 10
  • 58
  • 113
2
votes
1 answer

IIS accounts in SharePoint 2010

I was recently tasked with the responsibility of cleaning up the health analyzer issues found on our SharePoint 2010 sites. One of the errors we are receiving is Accounts used by application pools or service identities are in the local machine…
David Drever
  • 799
  • 2
  • 8
  • 21
2
votes
1 answer

ASP.NET URL-rewriting works in Development Server but not in local IIS

I'm programming ASP.NET using visual studio 2010 and IIS 7.5 I have URL-rewriting in Global.asax (RouteTable.Routes.MapPageRoute). It works in Development Server but not in IIS. Is there a configuration for this in IIS?
nima
  • 6,566
  • 4
  • 45
  • 57
2
votes
1 answer

Custom 404.13 error in IIS7.5 without uploading entire file

Using IIS7.5 running MVC3, I have limited file upload size in web.config to 5MB
user173737
2
votes
2 answers

ASP.NET4.0 MVC4 IIS7.5 Error 403.14 I'm Literally Pulling Out My Hair

I want to get away from developing in PHP but doing that is proving to be a massive headache. I am trying to set up a website with MVC 4, ASP.NET 4.0, on Win7 Professional (64-bit). The website is just the basic site that is set up with Visual Web…
Chris Peterson
  • 713
  • 7
  • 13
2
votes
0 answers

SignalR & Windows 7's IIS 7.5 hangs

I am now testing new Chat with SignalR and IIS/ASP.net 4 and friends (MySQL, etc...) I can use SignalR with two clients (IE9, Chrome) or one only and it works. after some actions with code (refresh, change, refresh, etc...) I can see that requests…
Moshe L
  • 1,797
  • 14
  • 19
2
votes
1 answer

IIS 7.5 – a breaking change in extensionless URIs handling after Windows Server 2008 R2 SP1 is applied?

We are experiencing a problem with an application we recently migrated from IIS 6 .net 2.0 to IIS 7.5 .net 4.0 (ASP.Net Web Forms) The code performs custom rewriting in the global.asax Application_BeginRequest event and uses the…
Ken Burkhardt
  • 3,528
  • 6
  • 33
  • 45
2
votes
0 answers

asp.net web api on IIS returns 500 for remote POST calls, but 201 (ok) locally

I have an ASP.NET WEB API code running on .NET 4.5 with MVC 4.0 RC and EF 5.0 Pre-release. This is running on IIS 7.5, Win server 2008 R2 Datacenter. The phenomena is this: when calling POST locally to localhost (on IIS), all is ok and I get…
Nadav Lebovitch
  • 690
  • 6
  • 8
2
votes
3 answers

Published asp.net WebApp won't connect. 401.1 unauthorized

asp.net app (c#) worked fine in debug mode; published, getting 401.1 error (unauthorized). When I put in the url, a dialog asks for username & password. Put it in 3x, error. It's an internal app, using Windows authentication only. IIS 7.5, using…
2
votes
1 answer

MVC3 posted form fields are intermittently null in hosted environment

I have an MVC3 application that has a large number of forms for collecting user input. The forms rely on client side validation using jQuery. Everything works correctly when testing under a local IIS 7.5 installation. In the production…
2
votes
2 answers

WCF On HTTPS Generates "The provided URI scheme 'https' is invalid; expected 'http'."

I have been googling everywhere I can possibly find (including here on Stackoverflow) to figure out an error I've got trying to deploy a WCF service to IIS 7.5 on Windows 7 x64 that runs only over SSL with basic HTTP authentication. I've got a site…
ALEXintlsos
  • 1,809
  • 4
  • 17
  • 17
2
votes
2 answers

How to Redirect any subdomain request to main domain in asp.net

I'm trying to redirect all subdomain requests for domain.com to www.domain.com and user must access all part of website only by enter to main domain and click on links , for example if user directly enter following address in…
AminM
  • 1,658
  • 4
  • 32
  • 48
2
votes
1 answer

Websphere MQ access to SSL certificate when running inside IIS7 as DefaultAppPool?

I have a C# Web service which is running under IIS 7.5 on Windows Server 2008 R2 using the DefaultAppPool user as the application identity (IIS APPPOOL\DefaultAppPool). The Web service uses IBM Websphere MQ (7.0.1.2) to do it's stuff and uses the…
bs6mjb
  • 23
  • 3
2
votes
1 answer

Connection pool issue without leaks(!?)

I've got an asp.net 4 based web application with connection pool issues. Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size…
des
  • 35
  • 5