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

How to keep ASP.NET session during long request processing?

The scenario is following: A user clicks to download a complex report that takes long time to complete (longer than the session timeout is). After the report is completed, user clicks on any other link, but the session is expired. The user is…
TN.
  • 18,874
  • 30
  • 99
  • 157
2
votes
1 answer

Implementing Source Control with A Network Storage Check-In Location

Let me start by explaining the basic background for the scenario I am in. I need to implement a source control solution for the web-development company that I am working for. Our current development model is a shared network location for all files…
2
votes
3 answers

How to set startup page for a specific folder?

How to set startup page for a specific folder?
Meysam Savameri
  • 558
  • 2
  • 12
  • 30
2
votes
0 answers

IE8 refuses to load .aspx page

In Brief: My company is currently working on a small asp.net website to be used by a set of our customers. The site fails to load in only IE8 in our production environment, instead displaying a general page-not-found error (not a 404 from our…
2
votes
1 answer

How to compare settings of two websites on one IIS7.5 server

I have two websites running on one server in IIS7.5 and would like to find a way to compare the settings each one has. (I see the question has already been asked for IIS6.) I want to do this so I can see why one website is handling HTTP 404 errors…
Magnus Smith
  • 5,895
  • 7
  • 43
  • 64
2
votes
0 answers

Using IIS 7.5 Express to launch MVC 3 application, gives HTTP Error 404.20 - Not Found

I have an existing MVC3 application and I want to run that using IIS 7.5 express. When I try to do that I get the following error: HTTP Error 404.20 - Not Found No default document. Most likely causes: •A default document is not configured for the…
2
votes
1 answer

null user.identity in iis 7.5

We are getting a null reference exception from the following line in iis 7.5 if (!User.Identity.IsAuthenticated) we are using forms authentication and also have anonymous authentication enabled. This works just fine in iis 7. Following is our…
devmet
  • 95
  • 1
  • 8
2
votes
1 answer

sqlserver express on aws microinstance throwing invalid operation error

i am porting a web application to aws. there is an aspx page that collates info from about 15 or 20 different tables data tables from 3 different databases. it is running fine on godaddy shared hosting and also on my dev servers but when i put it…
2
votes
0 answers

IIS7.5 Application Initialisation and Web-gardens

While using IIS7.5 and the Application Initialisation module it's possible to have your web application always be running and also have a custom method notified to warm up your cache etc. Is it possible for this feature to work in web-garden mode? …
7sharp9
  • 2,147
  • 16
  • 27
2
votes
1 answer

Setting users' username and password in mercurial

I am a newbie to Mercurial. I am using Mercuraial hg server 2.3.1 on IIS 7.5 (Windows 7). I followed the this tutorial (I used the latest version of python(Python 2.7) and mercurial(2.3.1)) . It is working fine. But now any user from the client…
Arjun
  • 141
  • 2
  • 7
2
votes
3 answers

503 Error After Microsoft Request Routing Is Installed - 32 bit 64 bit madness

I have a requirement to install the Microsoft Request Routing component for IIS 7.5 running on a Windows 2008 R2 SP1 64Bit machine. After installing Microsoft Request Routing via the Web Platform installer our ASP.NET 4.0 application gets a "HTTP…
Ken Burkhardt
  • 3,528
  • 6
  • 33
  • 45
2
votes
1 answer

windows and anonymous authentication on IIS 7.5, allow auto login for internal and manual login for external

Scenario: https asp/asp.net website running of IIS 7.5 (windows server 2008) IIS currently configured to allow anonymous authentication and forms authentication ,asp.net impersonation are disabled while windows authentication is not installed (I…
ssq
  • 51
  • 1
  • 6
2
votes
1 answer

Multiple Web/WCF Projects in One IIS Application

An Visual Studio project, for ASP.NET or WCF, typically is assigned one-to-one with an IIS application. But what if, for example, I want two WCF projects to be hosted in the same appdomain within IIS? This implies that I would have two Visual…
Brent Arias
  • 29,277
  • 40
  • 133
  • 234
2
votes
1 answer

URL Rewrite of domain name in IIS 7

I have two asp.net sites in IIS, api.mydomain.com and mobileapi.mydomain.com. and some of the requests to api should be rewritten to mobileapi. I cant get it to work. From my experiments it seems like I cant rewrite the domain name part of the url…
viblo
  • 4,159
  • 4
  • 20
  • 28
2
votes
0 answers

IE9 slow rendering while using IIS 7.5 (but not with file protocol)

i'm currently having a weird problem with ie9, (32bits) i'm trying to display a page (with lot of tables, images, css and js) when i display the page using the http protocol the page takes about 4sec to render/display now if i try to display the…