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.

learn more… | top users | synonyms (1)

0
votes
0answers
99 views

iis7 returns 404 not found error randomly for node.js sites

Server, located in Germany Windows Server 2008 / IIS 7 node.js 0.8.22 iisnode 0.2.2 x64 web.config <configuration> <system.webServer> <handlers> <add ...
-3
votes
0answers
19 views

Host IIS7 webpage [closed]

I want to host a webpage in IIS 7. How can I host my webpage over internet or at least over lan, because I tried to host it over lan, but I wasn't able to open it. I was able to open it trough ...
0
votes
0answers
19 views

Distributing a package via IIS-Server; Authentifcation fails

I tried to distribute a debian package over an IIS to debian machines. Therefor I created a simple repository using the following steps: Creating a folder repo Copying the necessary files into this ...
0
votes
1answer
33 views

Running memory-intensive background task on a web server

I've got a web application that is a front-end to a very memory-intensive, multi-threaded image processor. The web application is running out of memory when it kicks-off large image processing tasks. ...
0
votes
1answer
10 views

Error deploying application on server

I am trying to get my asp.net application working on the server(windows 2008 R2). I have created the virtual drectory/application in IIS7.5. When I try to browse the app. from IIS, it defaults to ...
0
votes
0answers
35 views

IIS 7.0 installation in windows 7 home basic

I have windows 7 home basic OS in my laptop...also i have windows 7 ultimate SP1 iso file Now i want to upgrade my windows 7 home basic to windows 7 ultimate SP1 ..how would i do that?? Also i have ...
0
votes
0answers
25 views

Hiding parameters of URL for a Tomcat behind IIS

In a project, I am using Tomcat behind an IIS (IIS is not my choice). And I am using ARR for routing requests from IIS to Tomcat. I am wondering if it is possible to hide the parameters in URL from ...
0
votes
0answers
24 views

Provide pre supplied credentials to windows authenicated iis site

Basically I have siteA which is an anonymous. This site allows the user to put in their username and password. What I want to do is supply that username and password to siteb which is windows ...
0
votes
0answers
47 views

IIS7 URL Redirection not working when target is a tomcat application

I am running Tomcat7 on IIS7, under Windows 2008 R2 Standard. Tomcat is only running a single application, which is RoboHelp Server (for documentation). I can access the application normally, either ...
0
votes
0answers
72 views

Getting Windows User ID When Using Forms Authentication

I'm working on an ASP.NET MVC app running on our intranet. We are using forms authentication, however the usernames set up will be the same as the Active Directory usernames. I'm trying to find a ...
0
votes
0answers
9 views

activedirectorymembershipprovider iis7 windows authenication external access - no forms auth

I'm looking to try and use AD externally to allow access to websites that are using windows authenication in IIS7. basically a generic signin page that will allow them to have access. WITHOUT USING ...
0
votes
0answers
20 views

Serve images from an alternate location without exposing the location using url re-write

On my asp.net site running in IIS7 I want any images, css and scripts (\.js|\.css|\.jpg|\.png|\.gif)$ on the HOME page to be loaded from a sub-domain, but for reasons I won’t go into I want them to ...
0
votes
1answer
50 views

IIS 7.0 - URL Rewriting Root Folder

I have done a bunch of sites using URL Rewrite actions in the web.config with much success. Today I am trying to do the following rewrite rule: Example url: domainname.com/ANYTHINGHERE/PRODUCTID I ...
0
votes
1answer
77 views

SOAP client in IIS cannot access web services in Tomcat

I have IIS (localhost:443) and Tomcat (localhost:8080) both running on my local machine. The Tomcat contains Java web services and I can remotely debug it in Eclipse IDE. I have an application ...
0
votes
1answer
33 views

Remove NEGOTIATE from WindowsAuthentication in IIS

I have a site running in IIS 7.5 that is accessed using a DNS alias different from the actual server name. In IE 8, integrated authentication is failing, but in Firefox and Chrome everything works ...
0
votes
1answer
14 views

IIS7 rewrite regular expression does not identifying + sign

I am using PHP with IIS7. In web.config file i have made rewrite rule. Pattern which i am matching is ^product/([0-9a-zA-Z\+\-]+)$ Now the problem is it does not work when there are + sign in url ...
1
vote
1answer
13 views

IIS 7 with Windows authentication fail

I have a folder on my website I want to protect with Windows authentication. The problem I get is that the prompt is re-appearing - like the credentials are not correct. But when I look in the event ...
0
votes
0answers
9 views

Site bandwidth is not showing

I configured Awstats in windows2008 server, the statistics file and dns cache file is generated.But in the statistics file the value for bandwidth is zero. I installed awstats-7.1.1,Active Perl5.16.3 ...
0
votes
1answer
57 views

session not working in classic asp on iis server 8

My Session variable isn't initialising in classic asp webPages which is hosted on iis server 8, I have already configured the Session properties in session state feature view as well as in the ...
0
votes
1answer
204 views

Format of the initialization string does not conform to to specification starting at index 0

I am using Microsoft Enterprise Lip I I have this method to Insert resource in the website I get this error down i don't think it is permission problem and really i don't know how to solve it.by the ...
1
vote
0answers
19 views

Automatically reenabling ASP.NET service after failure in IIS 7 server

Due to exceptions in my web application (which i'm fixing now) the ASP.NET v4.0 service pool stops (and i have to start it again) and my question is... is there any way to configure the IIS server so ...
1
vote
1answer
61 views

IIS 7 Url Rewrite - Matching Sub Domains, but excluding specific urls

I have a URL rewrite set up on a site where users can create their own sites on a subdomain. <rule name="CName to URL - Rewrite" stopProcessing="true"> <match url=".*" /> ...
-1
votes
2answers
173 views

NODE.JS versus IIS (Why node) [closed]

Whats the point of node.js creating its own server and tries listening on it, isn't IIS/apache give us all of that? I understand its based on I/O Completion but we have web-servers technology in ...
0
votes
1answer
30 views

remove www URL site

I created a rule and it works fine (removes www from the url), except I have multiple domains pointing to the same source. How can apply this rule to specific address only, If I have 2 domains ...
0
votes
0answers
20 views

change URL using url rewrite for asp.net using IIS

Is it possible to change my URL using URL rewrite in the asp.net web.config file from: http://www.abc.com/Blog/tabid/83/catid/31/Cars to : http://www.abc.com/Blog/Cars thanks
0
votes
1answer
22 views

Setting up IIS Output Caching programatically

I wonder if it's possible to change Output Caching values for the IIS using C# code. I mean these options:
0
votes
0answers
38 views

IIS 7 Url Rewrite Custom 404 Not Firing

I am using web forms with RegisterRoutes method (routes.MapPageRoute) in global.asax like in mvc for extensionless Urls ... I have set the customErrors mode="On" and 404 Page ... Problem is when i ...
0
votes
0answers
10 views

IIS 7 Html output logging

Is it possible to configure IIS 7 to log all ASPX pages output for each request, without modifying the web application code? I know I can catch End_Request in Global.asax and then write log from ...
1
vote
1answer
28 views

Cannot inherit from a type that is not marked with DataContractAttribute or SerializableAttribute.

I am getting the following error on one of the servers, but not on the other. The project files are identical. I assume there is some difference in configuration, but I cannot find it. Cannot ...
0
votes
1answer
46 views

Canonical Rewrite for subpages not working by using rewrite rules in web.config

We have a simple HTML asp.net website hosted on Azure, we are facing a redirection issue when we copy paste the sub-page URL(without WWW) in the browser. Example : www.example.com/subpage.aspx works ...
1
vote
1answer
45 views

Why is Web Deploy ignoring my setParameter tags?

I have a Web Deploy Package that produces an App.SetParameters.xml file along with all the other package files. The SetParameters file has several setParameter nodes that are supposed to update ...
0
votes
0answers
12 views

asp creating a windows authenicate session with impersonation, from website to authentication mode=“Windows”

I have two websites sitea siteb SiteA is just a site with a username and a password with a submit button. When I click this button I have it navigate to siteB. The trick is siteb is a windows ...
0
votes
1answer
44 views

IIS Creating windows login from an anonymous login page. Classic Mode. Basically a generic password/username submit page

I do NOT want to use intergrated mode. I do NOT want to use intergrated mode. So please no links to layered authenication. Thats NOT what i want. What I have is this, a anonymous page that ...
0
votes
0answers
43 views

URL rewriting based on input url

I have a web application written in asp.net webforms 4.0 The site has about 20 aspx.net pages and 30 controls. If you go to www.mysite.com the default page is www.mysite.com/challenge.aspx. if a ...
-1
votes
0answers
10 views

How to decide the spn details at run time in IIS7

I have two application in the website each runs in different identity. I wanted to set the spn in the machine for both identies. or i wanted to decide the spn at run time based on the request. if i ...
0
votes
1answer
184 views

How to increase memory and cache size for application pool in IIS 7 efficiently

I have searched the internet for how to increase memory and cache size for application pools in IIS 7 but all topics are diffused and I don't know the effect of combining those settings together. Can ...
0
votes
2answers
80 views

IIS 7 error 500 internal server error in asp

I am having a asp web application running through IIS...If i insert data in a form from my system..The application connects to SQL Server 2008 and insert data.. i am able to insert...if i do the same ...
0
votes
1answer
120 views

javax.mail.MessagingException: Could not connect to SMTP host locally via netbeans

I know that there are many questions on this topic, and I have been searching for an answer for the past 4 months. Everyone says check host address, port, and firewall. Well I have done these items, ...
0
votes
1answer
27 views

Kentico Page not Found URL catches the virtual CSS Handler, messing up the UI

We use CSS Handler to combine and minify our site. This is the setting in web.config for that <css> <add key="virtualPathPrefix" value="~/ctvresources/css/" /> <add ...
0
votes
0answers
22 views

IIS 7 Unable to cast object of type RolePrincipal to type UserPrincipal

We are upgrading our application currently running on IIS 6 (Windows 2003) to IIS 7 (Windows 2008). The app works fine until we moved it to IIS 7 where it apparently tries to hand off a new type of ...
0
votes
0answers
24 views

Custom 404 Page NOT Served for extensionless URL

I am running into a situation, My custom 404 page works just fine with URL that has extensions. http://www.space.ca/ssss.aspx A custom page URL serves up as intended, however, if you try the link ...
0
votes
0answers
31 views

Web Service request fails on IIS

I am developing an ASP.NET page that consumes a web service. My web application is hosted on iis and i am attaching my project to it. The problem is that when i debug my web service call local (using ...
0
votes
0answers
73 views

Configure IIS 7.0 to download APK [closed]

I had a quick look on google, which I am going to return to now in a minute. But I would like to know does anyone have any advice on configuring IIS 7.0 to allow the download of APK files? Thanks for ...
0
votes
0answers
52 views

IIS7 import crt file

I generated a certificat request with IIS7(Win2008R2 X64), send the request to my registar. Then I get 2 files :a .crt file a .pem file (only for the root authority). I'm trying to use this crt ...
0
votes
1answer
69 views

Authenticate via Windows AD integration without login popup

I have disabled anonymous access. My pool is using "Integrated Windows Authentication". Problem: When a logged in user in Windows (logged in user entry is there in AD) tries to access my ...
0
votes
1answer
27 views

Tracing Request Process time in classic ASP

Working on performance issue with classic ASP application. I would like to trace the request start time and the request end time, like how we do it in ASP.Net application's global.asax.cs file's ...
0
votes
1answer
39 views

Impersonating different users during install in WiX setup

I've just created a WiX v3.5 installer to install my Web application to IIS7. I have custom actions to allow the user to choose which website and app pool they want and to name the Virtual directory ...
0
votes
0answers
13 views

Regarding application pool identity

I have a simple web application and i have configured it to run through IIS.when ever i run through visual studio it is using window identity but when i flip to IIS and simply browse that particual ...
0
votes
0answers
21 views

How to write an XML deployed in IIS 7.0?

An ASP.NET (2.0) Web Application is deployed in IIS 7.0 on Win 7. There are few xml files, application reads and writes data from those files. But, after deployning this application in IIS 7.0, I can ...
0
votes
0answers
19 views

PHP::DOTNET loading throws error every other page load

I am currently testing a dll that I have created in vb.net inside php. I am loading it through php's dotnet com object. It loads up fine the first time. But if i hit f5 and refresh the page it will ...

1 2 3 4 5 141