Questions tagged [iis-7]

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.

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

Some IIS Links:

See for more information.

9490 questions
4
votes
3 answers

ASP.NET Ajax not running with IIS 7

I have a small web application with ASP.NET AJAX running well under the Cassini ASP.NET from http://www.ultidev.com/. But when I tried to host it under IIS7, the AJAX is not working. The UpdatePanel, the Calendar extension, the client side…
Narazana
  • 1,940
  • 15
  • 57
  • 88
4
votes
2 answers

SignalR 2.0 - 404 in IIS Virtual Directory

I'm having an issue when deploying a very basic MVC5 app running SignalR 2.0.2. Everything works great in my local development environment when I'm running it with IIS Express. When I deploy to IIS, my js receives a 404 error attempting to connect…
Bob Manz
  • 106
  • 2
  • 8
4
votes
3 answers

Keep IIS 7 URL Rewrite module from matching /ScriptResource.axd

I have a website and I have installed URL Rewrite using Web Platform Installer. I wish to allow a user friendly URL like www.foo.com/123456 to go to www.foo.com/page.aspx?blah=123456. Using the User-friendly URL template accomplishes this except…
D.R. Payne
  • 101
  • 1
  • 4
4
votes
4 answers

HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler

I purchase hosting from bigrock When I run simple aspx page this error occured HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler. Detailed Error Information Module …
Lingraj Gowda
  • 159
  • 1
  • 1
  • 12
4
votes
3 answers

Configure IIS 7.0 to enable webservices in classic mode

What are the configuration file settings to enable webservices on IIS 7.0 in classic mode? The site has to be in a classic mode application pool because the Report Viewer controls crash when running in Integrated Mode. However in a classic mode…
intermension
  • 2,593
  • 2
  • 18
  • 14
4
votes
3 answers

Classic ASP Impersonation problem on IIS7 Windows 2008 server

I am trying to write to a file on a server (web05) from a classic asp site running on Windows 2008 serer on IIS7 (webadmin). This fails and web05 logs an anonymous logon attempt during the course of the save operation. Webadmin's site is running on…
nitech
  • 1,822
  • 3
  • 21
  • 35
4
votes
3 answers

Error when using appcmd to delete an application using IIS 7

I'm using appcmd to script a site I am deploying. At the start of this I am trying to remove some sites that are automatically installed by a vendor's site. They need to be removed because they are set up incorrectly putting to a non-existent part…
user3299213
  • 41
  • 1
  • 3
4
votes
0 answers

Make Application_BeginRequest handle all request including static files

How can I make Application_BeginRequest handle every single request including static files? Global.ascx.cs protected void Application_BeginRequest() { } I currently have this on my web.config
CodeMilian
  • 1,262
  • 2
  • 17
  • 41
4
votes
3 answers

WCF communication between 2 servers crashes after IIS7 process recycle

I am kind of stumped with this one, and was hoping I could find some answers here. Basically, I have an ASP.NET application that is running across 2 servers. Server A has all of the business logic/data access exposed as web services, and Server B…
donnovan9
  • 150
  • 2
  • 9
4
votes
1 answer

Use WMI to create IIS Application Directory with C#

We have a web application that is installed on Windows 2003 and Windows 2008 systems. In the past, our install code used ADSI to create a couple of application directories in IIS, but this requires the IIS 6 management components to be installed in…
Shane Rimmer
  • 43
  • 1
  • 3
4
votes
5 answers

Broken Images on IIS7

I have a ASP.NET MVC site and it works just fine when I run it locally. Once I deploy that site to IIS 7 all links to resources are broken (ie. script files, images, css files). Could this be a route issue or would it be an IIS setting? Here are my…
Lukasz
  • 8,710
  • 12
  • 44
  • 72
4
votes
1 answer

IIS7 Url Rewrite - Redirect from {any}.aspx to {any}

I am converting my website from Asp.Net Webforms to Asp.Net MVC. I want to redirect all my old .aspx files to drop the .aspx. I run IIS7 with the Url Rewrite module installed. Example: /about.aspx -> /about The user will go to…
Martin
  • 11,031
  • 8
  • 50
  • 77
4
votes
2 answers

IIS7 ADODB VBScript runtime error '800a01ad' Classic ASP - read lots, cannot resolve

I have installed IIS 7 on my dev machine after a drive crash. Previously running IIS 6. Most sites I have use Classic ASP and use the following code: Set con = Server.CreateObject("ADODB.Connection") I'm now getting the following error:…
Mark Anderson
  • 330
  • 3
  • 14
4
votes
3 answers

gzip HttpWebRequest

I am submitting HTTP POST requests via HttpWebRequest which contain a large amount of content. I would like to gzip the message content. Is this possible? Does IIS 7 have to be configured to handle the compressed content? It has already been…
user38309
  • 2,268
  • 3
  • 21
  • 33
4
votes
1 answer

runAllManagedModulesForAllRequests = "true" killing windows authentication in IIS7

We have windows authentication set up on our staging server for our clients to help prevent google from indexing our staging URLs. We recently found out that one of our sites is seemingly ignoring our IIS settings (anonymous authentication is…
Keith
  • 5,311
  • 3
  • 34
  • 50
1 2 3
99
100