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

-2
votes
2answers
19 views

IIs can not load Css files in DNN

Today I opened my browser to work on my local portal , but IIS con not be load CSS files. Can you help me? How can I fix this problem?
0
votes
0answers
16 views

No Endpoint listening / incorrect address or SOAP action

I can hit the service page just fine from within IIS. I can browse to the *.wsdl page from the service page just fine. when I try to make the connection via my XBAP, I get the following error: There ...
0
votes
0answers
20 views

2-Way SSL (Mutual Authentication) in ASMX and ASP.Net

I'm researching on how integrate 2-way SSL in two IIS servers ASP.Net web site is hosted in one server. ASMX web services is hosted in another server. They both run under Dot Net 3.5 in Windows ...
0
votes
0answers
33 views

Connect to IIS Express service from PhoneGap (Android)

I am developing a PhoneGap application and want to test it on an Android emulator. My app call a IIS (Express) service to get a list of people. My service is hosted in local and to call it, I use my ...
0
votes
0answers
22 views

Web Platform Installer - Specific Application Pool in IIS7.0

I'm making a zip package to be uploaded to the MS web gallery. There is no SQL database, so manifest.xml looks pretty simple... <MSDeploy.iisApp> <iisApp path="test_app"/> ...
1
vote
2answers
51 views

Compress PDF files on Windows Server automatically

I have a user PDF upload submission system whereas quite often users will upload very large sized PDF's that have been originally meant for Print when we only need them for web sized viewing. I need ...
0
votes
1answer
32 views

IIS application creation by using Microsoft.Web.Administration library creates two application instead of one

I'm trying to automate IIS application creation and for this I'm using Microsoft.Web.Administration library. Here is part of code I'm using: IISHelper.cs public static void ...
0
votes
1answer
38 views

$_POST not working on certain web hosting

Recently, we've moved from one web host to another. The PHP version of our web hosting now is 5.3.13 and the older webhosting is 5.3.5 and on my localhost PHP version 5.4.7. I've adjusted some jQuery ...
0
votes
0answers
16 views

ASP how to get authorization rules in code? Not section from web.config, but actual rules

Well, to be honest, problem is why 'currentUser.Identity.Name' is blank. Options are: `<authentication mode="Windows"> </authentication> <identity impersonate ="false"/>` And IIS ...
0
votes
0answers
14 views

Handle Facebook signed_request without server side code

I have pure client side application with no server side code (and I cannot have server side code, that is client's request, it has to be platform nonindependent). The application will be hosted as ...
0
votes
1answer
25 views

Server error after ASP.Net application deployed

Server Error in '/MyApp' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the ...
0
votes
2answers
46 views

Reducing number of redirects - http to https

I am trying to reduce the number of redirects at my website login page in order for the page to load faster. My final task is deciding if it's possible to remove the redirect for the login page and ...
0
votes
0answers
24 views

Alternative Smooth Streaming Player (Silverlight) [closed]

I am current using smooth streaming player on my local com with IIS and Encoder pro 4. However, My supposed output client PC doesn't support Silverlight and i cannot install/change the Machine in ...
-1
votes
0answers
11 views

How to configure web aplication to debug on iis [closed]

i want to configure my web application to debeug on iis 6.0, i use vs2010. What i want is to run my application on a custom server and not in my local machine, i was trying to use remote debugger ...
0
votes
1answer
29 views

MVC Project Can Not Be Found on Android Browser

I have an MVC mobile website hosted on IIS, deployed and running just fine inside of a corporate network. The issue I am having is that this site "can't be found" on android mobile devices. iOS seems ...
0
votes
0answers
18 views

ASP.NET - Windows prompt or forms authentication?

I have an interesting requirement... My company wants to force users to re-authenticate when accessing certain web based applications inside our network. This is coming down from a directive that ...
0
votes
2answers
36 views

iisnode 500.21 Handler “iisnode” has a bad module “iisnode” in its module list

Getting this error on Server 2008 R2 64bit, IIS 7.5, iisnode 0.2.4.0, node.js 0.10.5 - HTTP Error 500.21 - Internal Server Error Handler "iisnode" has a bad module "iisnode" in its module list ...
2
votes
0answers
23 views

REMOTE_USER missing under ASP.NET after SSO

I'm working on bringing an ASP.NET MVC application (IIS) behind a SSO system. I don't know much about the SSO but was told by the local support that after login by some CGI, the REMOTE_USER ...
0
votes
0answers
25 views

How to set up the connection string after I publish the website in the IIS?

I have two computer at home (one for develop, and the other server as both the IIS web server and the database server with SQL Server Express 2010 installed). I can use the form based Aspmembership ...
0
votes
1answer
14 views

Why PEAR_INSTALL_DIR has wrong PEAR path?

This question is related to: Why $pear->packageExists() returns always false on installed package? PEAR_INSTALL_DIR has: C:\php\pear but this path doesn't exists in my system. I have PEAR ...
0
votes
0answers
15 views

Difference between Windows Sockets API and http.sys?

What is the difference between Windows Sockets API and http.sys? Why has IIS replaced windows sockets API with http.sys?
4
votes
1answer
26 views

Why $pear->packageExists() returns always false on installed package?

I installed Mail (http://pear.php.net/package/Mail) by pear install Mail everything seems to be ok, but checking for this package programmatically: $pear = new PEAR_Registry(); $enabled = ...
0
votes
3answers
59 views

how to operate On List of IIS Application Pools On Remote Server Using Powershell?

I am trying to build powershell program which would: connect to the remote server Show number of active IIS app pools on the active server based on the selection (1,2,3,4,....n etc) it would reset ...
0
votes
1answer
27 views

How can I use start script change IIS Application pool pipeline mode

I used a web role. I just wonder if I can use Start script for my project to change the pipeline mode to classic. I can use C# code achieve that, but I prefer to use cmd, The problem I meet here is ...
1
vote
1answer
38 views

IIS Application Request Routing Server Farm Settings

On an IIS server with Application Request Routing, new server farms to be routed to can be added by right-clicking Server Farms -> Create Server Farm. This will pop up a dialog where the settings for ...
0
votes
1answer
68 views

Session state are different for same domain with/without www prefix

I have Azure(C#/MVC) project which uses session state. I store sessions in Cache shared in memory of my role instances. But session state stored in http://mydomain.com and http://www.mydomain.com are ...
1
vote
1answer
90 views

IIS smooth streaming does not play a video on asp.net MVC 4 with Razor

I am trying to get a basic demo working but can't succeed, I've spent hours and hours on it.. I am building an iis smooth streaming player with no controls at first that auto plays the video, I am ...
0
votes
1answer
48 views

Custom error pages in web.config file are not covering all url paths

In my web.config file I have specified some custom errors: <customErrors mode="RemoteOnly" defaultRedirect="~/Error"> <error statusCode="500" redirect="~/Error" /> <error ...
0
votes
1answer
21 views

How do I get VirtualPathProvider to include page presenter and interface files?

I have implemented a VirtualPathProvider which fetches a page from a database. This works ok for a simple application consisting of just one markup file (.aspx), its code file (.aspx.vb) and a master ...
0
votes
0answers
29 views

Page name of the page that got the 404 in asp.net .. web.config vs IIS 404 redirect in Azure

I'm trying to move an asp.net 4.5 solution to Azure and noticing vb.net Request.URL and Request.UrlReferrer don't seem to give me the page name of the page that got the 404 when using web.config to ...
0
votes
0answers
5 views

Word automation in IIS

I built a system which uses Microsoft Word on server side to parse my client word files. I used mmc -32 to setup properties of Microsoft Word component. In the identity tab, if I select interact ...
0
votes
1answer
17 views

ASP.NET MVC Deployment Error

I'm getting this Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the ...
1
vote
1answer
29 views

IIS 8 401.3 with ACL and static content

I'm having a problem with IIS and ACL's. I have configured an MVC application under a dedicated AppPool. The apppool runs under the ApplicationPoolIdentity (which in my case would be the user IIS ...
0
votes
0answers
41 views

Asp.net with C# and Mono on Debian - Nginx / g-wan

i'm developing a web application in C# and Asp.net. Acutally i'm looking for using an efficient and performant running System. Well the Question ist now: Option: Asp.net & c# & Mono & ...
1
vote
1answer
54 views

ISAPI Rewrite rule to allow optional parameters

I am using ISAPI rewrite to rewrite a news feed to our web site. The problem I have is that the rewrite rule does not account for optional parameters that may be passed for google tracking. A ...
1
vote
1answer
34 views

need to retrieve windows logged in user in Jboss

My application was running Jboss 4.2.3 GA and i enabled the tomcatauthentication in server.xml. I also enabled integrated windows authentication on IIS. By doing these steps, i was able to retrieve ...
0
votes
0answers
14 views

Configuring Mercurial ACLs under Windows/hgweb

I have Mercurial 2.3.1 set up under Windows/hgweb.cgi and serving up repos under IIS 7.0/https to authenticated network users. I'm trying to set up ACLs to limit pushes to certain files/dirs on the ...
0
votes
2answers
95 views

WCF Error - Method Not Allowed

When running the WCF test client and debugging the WCF service locally, everything works fine. After I deploy it to IIS on a remote server and then try loading it with the WCF test client I start ...
1
vote
3answers
121 views

IIS 7.5 Mercurial setup ignoring maxAllowedContentLength

I'm trying to setup Mercurial on IIS 7.5. I have a web.config for an application directory that is ignoring the maxAllowedContentLength attribute and I simply cannot get IIS to accept it! I've tried ...
1
vote
1answer
47 views

IIS7.5 Not Compiling Code

I have just upgraded to using IIS7.5 to host websites on localhost. However, the dynamic compiling of ASP.NET is not working for any web site. I have checked the C:\windows\microsoftnet\framework... ...
0
votes
0answers
38 views

Trick .net website application into thinking every request is secure?

Is it possible to set in the global.asax.cs, web.config, or even IIS a value so that .net thinks requests are always secure? So, that Request.IsSecureConnection is always true and it accepts secure ...
0
votes
0answers
23 views

.NET Memory Cache 4.0 performance counter showing phantom cache entries

I've been monitoring a WCF API service, that's installed on 2 of our servers running under IIS 7.5, using the .NET Memory Cache 4.0 "Cache Entries" performance counter, and I happened upon some ...
0
votes
0answers
36 views

IIS 6.1 - Connection_Abandoned_By_ReqQueue

I'm having a strange problem with one of my sites in IIS 6.1. All of the other sites are running fine, however this one is currently producing an error "Connection_Abandoned_By_ReqQueue" for nearly ...
0
votes
0answers
9 views

Is requests in IIS httppipeline processed serially?

Based on iis architecture, request from client hitting IIS will pass through httppipeline, specifically through each httpmodule and finally reaches respective httphandlers and then to worker process. ...
0
votes
0answers
29 views

Problems with Automatic Login on Intranet

I'm having a problem with the automatic login I'm trying to do. First of all, sorry about my poor English. Well, here on the company, we have a Intranet, developed in VB.NET and SQL SERVER 2008. And ...
0
votes
0answers
44 views

Running a Windows Scheduled Task from ASP.net

I have a Windows scheduled task that runs a database import process every hour, but I'd like users to be able to kick it off out-of-schedule by hitting a button in an ASP.net dashboard (running in ...
0
votes
2answers
27 views

Map legacy htm files to equivalent action

I was trying to do the following: public class RouteConfig { public static void RegisterRoutes(RouteCollection routes){ { //other stuff routes.MapRoute( name: ...
2
votes
1answer
24 views

Determine bindings from IIS hosting environment

I would like to retrieve the bindings of a running IIS application directly from the context of the applications running code. I've explored System.Web.Hosting.HostingEnvironment, but from there I ...
0
votes
0answers
11 views

IIS module related query

In ISAPI filter we use HTTP_FILTER_CONTEXT::ServerSupportFunction(pfc, SF_REQ_GET_PROPERTY, &id, SF_PROPERTY_INSTANCE_NUM_ID, (DWORD)NULL); to uniquely identify a request and ...
0
votes
0answers
36 views

How can i install ARR on azure VM via PowerShell?

I have deployed my project to Azure Cloud Service but additionally i must install Application Request Routing (ARR). peace of .ps1 PowerShell command: if( Get-Service was ) { Write-Host ...

1 2 3 4 5 244