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

C++ CLI DLL not being loaded by IIS7 but only if built with anything newer than VS2008

For my development environment I'm using Windows 7 Ultimate x64, with VS2008, V2010 and VS2013, and my application is written in C#. The remote test server has Windows Web Server 2008 R2 x64 and IIS 7. Here is my specific issue: I have a native C++…
rh101
  • 148
  • 2
  • 8
4
votes
2 answers

Configure IIS7 to server static content through ASP.NET Runtime

I searched high an low and still cannot find a definite answer. How do I configure IIS 7.0 or a Web Application in IIS so that ASP.NET Runtime will handle all requests -- including ones to static files like *.js, *.gif, etc? What I'm trying to do is…
Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288
4
votes
1 answer

How to differentiate between / (the root) and /default.aspx in ASP.NET

Request.RawUrl always returns the /default.aspx variant. I did not find any way at all to differentiate between these urls. Does anybody know how to do that? Environment is .NET 3.5SP1 on IIS 7.
usr
  • 168,620
  • 35
  • 240
  • 369
4
votes
1 answer

IIS - Turning on Basic authentication causes Login redirect loop

After enabling Basic Authentication on an IIS site, I try to access to the site. It doesn't show the login form, but redirect me to somewhere else with a long link that I can't figure it out. http:// my…
4
votes
1 answer

Unable to start debugging on the web server 'localhost'

I am having intermittent issues when running a debug session from Visual Studio 2012. This issue is resolved by restarting the IDE. When I try to debug a website in a given solution, I am presented with an error that reads: Unable to start debugging…
KnowHoper
  • 4,352
  • 3
  • 39
  • 54
4
votes
1 answer

IIS7 ISAPI Filter Module & HttpModule Events - How do they line up?

So IIS7 in Integrated Pipeline mode uses a IsapiFilterModule to shim ISAPI filter DLL's and fire off the correct "events" on the filters, which is quite different than previous versions of IIS or IIS7 in classic mode because this means that…
4
votes
6 answers

How to correctly publish and update an ASP.NET app in IIS

I have an issue every time I update my ASP.NET application on my IIS server. The issues are: I get an error telling me to turn custom errors off The default web site redirect at the TLD redirects the URL indefinitely I…
nate
  • 1,418
  • 5
  • 34
  • 73
4
votes
3 answers

IIS Request Filtering Allow URL

I am using IIS7 request Filtering (WebSite level) with 'Allow unlisted file name extensions' set to un-checked. After this setting when I access my web application say, _http:/machine_name/app1 then it fails. After adding correct file extensions…
Cloud30001
  • 75
  • 1
  • 7
4
votes
2 answers

Where to find a Free Open Source SSL for IIS, and how to install it

I'm looking for a free Open Source SSL Toolkit where I can install SSL's on my staging server for testing. I checked out OpenSSL.org but was unable to find anything for IIS. Does anyone have any idea where I can find such a thing?
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
4
votes
0 answers

Amazon SES, The SMTP server requires a secure connection or the client was not authenticated

It was working fine when tested on the local SMTP but when deployed over the Amazon web server getting the following exception. The SMTP server requires a secure connection or the client was not authenticated.The server response was: Authentication…
Shawn
  • 41
  • 5
4
votes
4 answers

ASP.NET app using lots of memory - Leak?

I have an ASP.NET website that seems to be using a lot of memory. I left it for 7 hours on Sunday and it reached 3.2gb. I thought .NET handled all it's own garbage collection / free'd objects and so on, so I am not really sure where to start looking…
webnoob
  • 15,747
  • 13
  • 83
  • 165
4
votes
2 answers

Wincache extension is not working on IIS properly (its still slow|

i have spend many many hours to get wincache work, because my app in Symfony 2 is slow on my Windows 8 (initialisation time > 2s). Wincache solution founded here https://stackoverflow.com/a/9487264 IIS is installed and its in phpinfo(). But problem…
PayteR
  • 1,727
  • 1
  • 19
  • 35
4
votes
1 answer

Classic ASP session weirdness between HTTP and HTTPS

I have an ecommerce website written in Classic ASP that uses Session to store shopping cart content and other things. Items are added to the cart in HTTP and when the user checks out they are taken to HTTPS. At this point there is no issue, the…
johna
  • 10,540
  • 14
  • 47
  • 72
4
votes
1 answer

Get client certificate for page registration

I want to make a registration page for clients, that would only contain a button register and unregister. When the user would click on any of these 2 button he would should be prompted to select a client certificate from his computer. I would also…
m0sa
  • 10,712
  • 4
  • 44
  • 91
4
votes
2 answers

A HttpModule that doesn't work in IIS7

I have a HttpModule that redirects certain URL:s in an ASP.NET WebForms application. It works on my machine with the ASP.NET Development Server. But when I upload it to our Win2k8 server with IIS7, it doesn't seem to react at all. I've put the
Peter Evjan
  • 2,423
  • 3
  • 32
  • 50