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

0
votes
0answers
9 views

how to create a node.js server on an azure VM

I'm trying to create a VM on azure that will host a node.js web service. I can't seem to get it to work. Any help would be great (Can be windows or Linux machine but needs to be able to run mongoDB) ...
0
votes
0answers
18 views

How to fix IIS Total Requests ramping up

I've got a site that has recently been experiencing a lot of downtime due to max memory usage. We're running a VPS with 8GB RAM, Windows Server 2008 R2, IIS 7.5, WebForms 4.0 site with SQL Express ...
0
votes
0answers
9 views

Network connection error when streaming a file to download on load-balanced servers

I have a site with a list of photos. The user has the option to download each of the photos. The download just writes the result to the output stream. Here's the code: [WebMethod] public static void ...
0
votes
1answer
10 views

WCF service timeout setting

I have a ASP.NET 4.0 app that is calling a WCF service. For testing, the closeTimeout, openTimeout, receiveTimeout, and sendTimeout values in the wsHttpBinding binding are all set to 01:00:00. When I ...
0
votes
0answers
14 views

IIS URL Rewrite rules conflict

I'm building rewrite rules to remove the extensions from every .aspx file and another one to rename a file. Something like this: Default.aspx -> Default w*User*Edit.aspx - User(we extracting the ...
0
votes
0answers
20 views

Windows 8 Home & IIS & VS 2012: Can't find virtual directory

I wonder if this problem is due to the Home Edition of Windows I use. I have several other development machines (Win 7 Pro) and never had problems with this. When I open a preexisting ASP.Net ...
0
votes
0answers
8 views

IIS7 Express missing 'IIS Manager Users' function

Using Windows 7 Home Premium with IIS 7.5 Express installed I cannot find the 'IIS Manage Users' function on the localhost / webserver level. I have been in Control Panel --> Programs and Features ...
0
votes
0answers
29 views

Reading a CSV file using jQuery

I'm using IE8 with jQuery 1.9.1. I want the user to select a csv file. The contents of the file should be displayed in the alert. So far, I have been able to do this: function getCsv(filepath) { ...
0
votes
1answer
28 views

Windows authentication mode working on one computer, but not another

We have two development machines, each one running Windows 8, and IIS 8, same versions. I have setup the exact same site, on both machines, but on one machine I get 401.2 error, removing ...
0
votes
0answers
20 views

IIS8 Server object error 'ASP 0177 : 800401f3' at Server.CreateObject(“ADODB.Recordset”)

I get the following error: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /loadHome.asp, line 15 800401f3 Line 15 is Set checkUser = ...
0
votes
1answer
7 views

The way to grand unmanaged dll with WRITE permission on files using fopen in ASP.NET web service?

I wrote a XML Web Service that run with unmanaged dll which create a file for writing. But when my unmanaged dll try to use _wfopen to WRITE something into an exist file, it causes a security issue : ...
0
votes
0answers
13 views

Rewriting urls with web.config file?

I need to write a web.config file that redirects urls like they are specified in this .htaccess file. I am deploying to multiple sites so this needs to work when the site is based both at root and in ...
0
votes
0answers
11 views

Error creating IIS WebApplication

I added a webApplication Under Default website using powershell as follows: function CreateWebApplication([string]$WebApplicationName,[string]$AppPoolName,[string]$PhysicalPath) { try { ...
0
votes
0answers
11 views

wix - virtual directory definition

In order to define virtual directory in the IIS you should define physical path and can define specific user. I try to understand what in the wix elements used for each one. I can see that there is ...
0
votes
0answers
23 views

Webservices do not work on server

Since the last time I hosted website(VS 2010) on IIS 7, none of the webservices work. My project has many webservices in different forms and none seems to work. When I invoked directly,entering URL in ...
0
votes
0answers
6 views

IIS redirect to LAN hosted site

I have an IIS install on a computer at my house. I have port forwarding set up to forward requests to that server. I have another computer on our LAN that hosts sites for other purposes. I would like ...
0
votes
0answers
10 views

IIS application pool identity account passwords shown in clear text

When I use the "appcmd list appool /text:*" command, it shows me the application pool identity passwords in clear text. I am able to view the passwords in clear text using Get-WMIObject in PowerShell ...
2
votes
2answers
26 views

localhost works eventhough mapping in hosts is commented [closed]

Why is it that localhost works for me on Windows 7 Pro when the mapping in hosts file to 127.0.0.1 is commented out? For example, when I publish a website in Visual Studio I can use localhost when I ...
0
votes
1answer
16 views

Programmatically run xml using cmd and c#

I'm using C# to create an application that will install IIS unattended. So far I have this : string currentDir = Directory.GetCurrentDirectory(); string backOneDir = Directory.GetParent(currentDir ...
0
votes
2answers
32 views

Running AppFabric on a server with 128gb RAM - Latency and Garbage Collection

I'm looking at the viability of using AppFabric as a data cache for our our data. Our data is: accessed 4 million times a day updated 50k times a day. searched 500k times a day. It houses around ...
0
votes
1answer
17 views

Enable Windows Authentication to AJAX Enabled WCF service in Firefox not woring

My website Windows Authentication and Anonymous Authentication enabled and database connection string is also windows authentication (based on user login). I called AJAX-Enabled WCF Service and it ...
0
votes
0answers
8 views

Are the client URL GET length limits on HttpWebRequest.GetResponse() different between server 2008 R2 and 2012?

In my context i have an webapp, which uses ajax to my own MS WebAPI , and that webAPI then generates an Odata QUery and calls another service. the issue i am have is happening when my WebAPI runs the ...
0
votes
0answers
11 views

No http handler was found for request type 'GET'

I have read and attempted the repairs in at least 8 threads here to no avail. I am still getting this error "No http handler was found for request type 'GET'" on my default.aspx file when loading a ...
0
votes
0answers
16 views

IIS 7.0 WCF Web Config Error

I created WCF Service Application in Visual Studio, copied the DLL's to IIS and all was working fine - I could connect to the service with a client. I have made changes to the Web config file to use ...
0
votes
1answer
53 views

Weird ASP.NET Authentication issues

I have developed a .NET 4.0 ASP.NET website. All working great locally. Developed on IIS7.5, WS2008R2 Enterprise + all updates. I deploy to WS2003 server. All almost works except, when I am logging ...
0
votes
0answers
12 views

Basic Authentication not working even for correct credentials in IIS 7

I am currently having a issue in basic authentication for a WCF service deployed on IIS. When I browse the service i get a pop up window from the browser to give my credentials.Even if i am giving ...
0
votes
0answers
8 views

ARR rewriting URL twice

I'm trying to setup a rewrite rule to rewrite http://x.example.com to http://example.com/folder/x. While looking at the FailedReqLogFiles to see what's happening, I see that the URL is indeed being ...
0
votes
0answers
5 views

That implicity disable kernel cache in ASP.NET?

I research kernel cache in IIS 7 and how it work with ASP.NET. I found list of conditions when not use kernel cache http://support.microsoft.com/kb/817445/en-us I found information about disabled ...
0
votes
0answers
12 views

IIS returning 404 on Windows Server 2012

I have a Windows 2012 server and have set up the folders appropriately in InetPub in the root directory. I have created a .NET web application under Default Web Site but IIS is not returning any ...
0
votes
4answers
41 views

How to get base URL using javascript

How do I get the base URL using javascript? E.g., When I browse my site from visual studio, and if my URL is http://localhost:20201/home/index, I would want to get http://localhost:20201 If I host ...
0
votes
0answers
4 views

Adding custom headers in IIS not working

I am trying to add a custom header in IIS 7.5 with the following: <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" ...
0
votes
0answers
17 views

HTTP BASIC AUTH + IIS + NTLM + PHP Logout Script

I have the following configuration: IIS + NTLM + HTTP Basic AUTH + PHP. Everything is fine except that there is no way to logout a user.... The way http://test@localhost.com doesn't work I think ...
0
votes
0answers
10 views

ASP.Net mvc website not deployed properly on localhost

I'm trying to deploy a website from Visual Studio 2012, but it does not seem to work properly whenever I deploy it to my local IIS server using "Publish" from the projects context menu. However, when ...
1
vote
1answer
40 views

Remove cache with javascript

So my javascript files are being cached. Originally I just had them in a script tag like so: <script type='text/javascript' src='js/example.js'></script> Now my understanding is that it ...
0
votes
3answers
44 views

How to solve Server Error in '/' Application.?

I have been trying to access my partner's web application from my computer but this problem keeps showing up.I have tried to convert the web application to an application in IIS,but the problem still ...
0
votes
1answer
14 views

ASPX embedded resource not showing

I am using a ASPX page as a embedded resource for displaying that in a iframe on a separate page. Works absolutely fine on all the development machines. Even if i host that in IIS in my machine, it ...
0
votes
1answer
16 views

Where is IsolatedStorage located on the filesystem when using IIS/ASP.Net?

For one reason or another, I'm using IsolatedStorage with ASP.Net under IIS 8.0(Integrated mode w/ .Net 4.5). This actually works exactly as I'd expect. However, it's very handy to debug isolated ...
0
votes
1answer
24 views

When using IIS Express through Visual Studio 2012, resx changes are not recognized

In my html code of a C# web application I have the resx references as: ul class="inlineList" li fmt:message key="scrollabletable.footer" / span data-bind="text: ...
0
votes
2answers
55 views

How to set correct file permissions for ASP.NET on IIS

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Error Code : 0x80070005 Config Error : ...
0
votes
1answer
24 views

Using CFContent on IE with SSL

CFContent does not work with IE on a SSL site. I have been looking for a fix but have not found one. As an alternative I was to have the CFContent download the excel sheet to a directory and then use ...
2
votes
0answers
31 views

Configure IIS To Send “text/html” In Response for IE11

The updated version of Internet Explorer in Windows 8.1, IE11, has the following User Agent string as per this: Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko Our website is ...
-1
votes
0answers
7 views

IIS8 bottle-neck diagnosis [closed]

I am serving an application from iis8. The database and PHP are all working fine. However intermittently it will bottle-neck when requesting multiple JSON responses. The server is brand new and should ...
0
votes
0answers
5 views

Web Service / Config Failure

We have a custom webservise at ...\12\OurAppName\WebService.asmx Invoking this web service through the .../_vti_bin/OurAppName/WebService.asmx?op=<methodName> yields the error: ...
1
vote
0answers
15 views

Rewriting custom tag attributes using IIS Url Rewrite 2.0 and ARR

I've developed a custom grid control that uses data-* attributes to configure how the grid is supposed to work (in a similar vein to how Bootstrap data API components work. For a particular ...
0
votes
1answer
11 views

DeploymentObjectProvider IIS extensibility

I'm building a custom provider for MSDeploy and followed some examples: http://sedodream.com/2012/06/07/ASPNETProvidersAndSQLAzure.aspx ...
0
votes
2answers
13 views

Why I am running into problems with a PHP Date function on IIS?

I am developing a PHP website but am just trying to test it quickly on some IIS hosting I have (on a sub domain of the original website with is Classic ASP) The whole page falls down after the third ...
0
votes
1answer
39 views

Want to run WPF application on Asp.net web application.

I want to run my WPF application on asp.net web application. Actually I have a WPF page.xaml which contain the image viewer, which actually open image and edit it as required. Now I want to embed that ...
4
votes
2answers
45 views

Aspx page working in background even after browser window is closed

I have an aspx website which is hosted in an IIS server. The website allows user to search for some information and user can export the details to excel. Once the export is successful an email is sent ...
0
votes
1answer
18 views

Why is location.hostname not consistent?

I have a asp.net MVC project, and in one of my javascripts, I am calling location.hostname When I host my application on MVC, on my Windows 7 & 8 PCs, I am able to get it to print out ...
0
votes
0answers
9 views

Switching branches on a directory that is an IIS site causes blank pages

We have an ASP.NET site that we have in a GitHub repository, and the devs clone it for testing and building locally. The local build path is configured in IIS as a site, so the devs can go to ...

1 2 3 4 5 245