Top "Iis" questions

Internet Information Services (IIS) is a web server created by Microsoft for use with Microsoft Windows.

HTTP Error 500.19 and error code : 0x80070021

I have a simple webAPI build by Visual Studio 2013. It works well when I run it from VS13 but when …

asp.net-mvc iis asp.net-web-api asp.net-mvc-5 iis-8
Cannot open database "test" requested by the login. The login failed. Login failed for user 'xyz\ASPNET'

I have created a web service which is saving some data into to db. But I am getting this error: …

c# asp.net sql-server iis web-services
How to set .net Framework 4.5 version in IIS 7 application pool

I installed the Visual Studio 11 Beta and suddenly all the async action methods I had created under the VS 11 Developer …

.net visual-studio iis
How can I get the current page's full URL on a Windows/IIS server?

I moved a WordPress installation to a new folder on a Windows/IIS server. I'm setting up 301 redirects in PHP, …

php iis
How to solve "Could not establish trust relationship for the SSL/TLS secure channel with authority"

Really thought I had this issue fixed, but it was only disguised before. I have a WCF service hosted in …

wcf iis certificate
How can I get my webapp's base URL in ASP.NET MVC?

How can I quickly determine what the root URL is for my ASP.NET MVC application? I.e., if IIS …

.net asp.net asp.net-mvc iis
What is the difference between 'classic' and 'integrated' pipeline mode in IIS7?

I was deploying an ASP.NET MVC application last night, and found out that it is less work to deploy …

asp.net asp.net-mvc iis iis-7 integrated-pipeline-mode
What is an IIS application pool?

What exactly is an application pool? What is its purpose?

asp.net iis application-pool
Script not served by static file handler on IIS7.5

I've just tried to deploy my first web application to IIS on my Windows 7 Home Premium notebook. After creating the …

asp.net windows iis iis-7.5
How to check if mod_rewrite is enabled in php?

I was wondering if it is possible to check if mod_rewrite is enabled on Apache AND IIS in PHP. …

php apache mod-rewrite iis