Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.

learn more… | top users | synonyms

1
vote
1answer
15 views

Asp.NET Forms Based Autheticaiton Not Working in IE9 or 10

I have two asp.net web form applications shared on a virtual server. Everything was working great. I had to move to a new virtual server with the same specs at a different vendor. The first web ...
1
vote
1answer
12 views

ASP.NET Validation of viewstate MAC failed - IIS recycled

I've seen this issue in many posts. In my asp.net site I keep track of any error that occurs using a log that is populated using Application_Error method in Global.asax file. ASP.NET Validation of ...
0
votes
0answers
5 views

webform_postbackoptions is undefined after adding machine key

I added machine key to solve the View state error in my asp.net application. Now i am getting webform_postbackoptions is undefined which fails all my postbacks. I check my Webresources.axd.But it is ...
0
votes
1answer
8 views

How do I tell my service (all calls REST/JSON) to handle OPTIONS requests?

I have written a WCF service to return JSON on REST requests. Works great with a browser hitting it. But when my JavaScript hits it, the first request is an OPTIONS request for the url with ...
0
votes
0answers
6 views

URL rewrite code in Web.config throw 500 error

When I deploy a new version of code that has the following snippet on web.config and it gives me a 500 error. When I take this out. It works ok. IIS has URL rewrite module on it. I am not sure what ...
-1
votes
0answers
17 views

IIS website in its own app pool - not connecting to database server [closed]

Apologies for the long question, it is a strange mix of technologies and I'm trying to include all the relevant information. I'm a DBA so my IIS/app pool knowledge is limited. I am intending to run ...
1
vote
0answers
18 views

401 - Unauthorized - Subcode 0?

When browsing to a site hosted in IIS 7.5, we are getting 401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the ...
0
votes
0answers
16 views

Unexpected Cache Request Header and 304 status

I have a WPF window with a WebBrowser control. I want to navigate to a page that requires Authentication, but I want to automatically login the user. byte[] authData = ...
0
votes
2answers
34 views

Can't seem to link to css file in subfolder

I am experiencing and bizarre and frustrating problem. The file structure for my server is as follows: mysite _css style.css index.cfm zdevelopment _css style.css ...
0
votes
0answers
8 views

iis url redirect http to non www https

i need to redirect from www.domain.de to https://domain.de -works http://www.domain.de to https://domain.de -works http://domain.de to https://domain.de -does not work rewrite> <rules> ...
0
votes
0answers
10 views

IIS Custom Duration Logging

My ASP.NET Web Application serves on IIS 7.0 and .NET 4.0 I want to measure total duration for "any request to my web services methods (asmx)" This log needs to include some custom data (for example ...
-1
votes
0answers
6 views

How to specify host name in IIS5 [closed]

I can find option to specify the host name in IIS7 But in IIS 5 how can I do that? IE IN IIS7 I have edit binding option,THERE I CAN specify The hostname. In IIS 5 HOW TO DO THAT
-3
votes
0answers
15 views

asp.net mvc 4 Google map not being displayed after published

I am using google maps api in asp.net mvc 4 application and loading maps by calling this: https://www.google.com/jsapi When i publish application to IIS google maps is loading fine ...
0
votes
0answers
5 views

SSL offloading redirect to https

How do you tell the load balancer to redirect from a http request to a https request? I have a .net app which will redirect visitors to SSL if they visit certain pages.
0
votes
0answers
13 views

IIS7 native module wrong length of parameters in HTTP_COOKED_URL

I am not sure if this is a bug or if I am doing it wrongly. I am following the example code at http://msdn.microsoft.com/en-us/library/cc165613(v=vs.90).aspx In particular, when I use ...

1 2 3 4 5 836
15 30 50 per page