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)

1
vote
1answer
4k views

Cannot establish connection to SQL Server

I am trying to access SQL DB that is located on my computer from an application that is located on a server (has IIS7). I set the ConnectionString in the WebConfig with the IP of my computer and I ...
0
votes
1answer
7 views

Shibboleth Service Provider for SAML authentication

Hi we are building an application in ASP.Net using .net framework 4.0, IIS 7. we are trying to use SAML(2.0) authentication. We have an identity provider whose login credentials will be used by our ...
0
votes
1answer
13 views

MySQL access denied in PHP, CLI will connect

At first I tried just connecting with PDO in PHP. However, I get access denied messages. I can use the exact same commands to connect to the command line interface, but php gives this error from PDO: ...
0
votes
0answers
4 views

JScript.NET Exec() StdOut hangs, StdErr 2>&1 and redirect to file tricks not working

Been doing hours of research on this and i'm thoroughly stuck, I'm looking to get the response from sending a command to cmd from JScript.net server-side on my website. Here's how far i've gotten... ...
0
votes
1answer
9 views

IIS Rewrite Rule is not setting HTTP_COOKIE

I'm working with a client who has a mobile site setup through a third party. Currently, we check through IIS whether a user agent matches any of your standard mobile agents in which case we redirect ...
0
votes
1answer
48 views

How to call an exe from a Web Service in C#

Here is the problem, we need to print some document from a mainframe terminal, but we can only call web services from mainframe. We have a .exe applications the we want the Web Service to call it and ...
0
votes
1answer
9 views

Deploying non-MVC website to IIS7 (Windows 2008) server from Visual Studio 2012

Is there a documentation or how-to on deploying non-MVC website from Visual Studio 2012? I have seen some saying to use references (bin directory) which is all I need for Visual Studio 2012 but I ...
1
vote
0answers
30 views

IIS7 / MVC4 Routing: Run different routes in separate app pools?

Can I configure IIS7 to run the actions of two separate controllers under two separate routes in different app pools? Using old .svc web services, I could separate service calls by having a separate ...
0
votes
1answer
19 views

Request URL Too Long (20K characters) IIS 7

I have an iPad application which sends data to a .NET application. The iPad application was written by a bunch of monkeys who implemented all the requests as GET instead of POST. The application is ...
0
votes
1answer
11 views

Configuration file cannot be accessed, insufficient permissions

I apparently, according to this error, cannot access my site: Cannot read configuration file due to insufficient permissions which basically means it cannot access my web.config file due to it ...
0
votes
1answer
6k views

WebForm_DoPostBackWithOptions is not defined

I downloaded and setup MS's Stock Trader app. I'm running Vista Ultimate, IIS7, VS 2008 / .NET 3.5. The entire app is about 120 MB so is quite involved but it all seemed to setup fine from the msi. ...
0
votes
1answer
8 views

Redirecting Subdir to HTTPS

I have a site, mydomain.com/secure which I only want to be accessible via HTTPs. This is mapped as a virtual directory like this: -wwwroot --secure (Virtual directory, bound on port 443 only) - ...
0
votes
1answer
13 views

IIS7 HTTPS 301 redirect

I have two websites running on the same IIS7 instance - let's call them oldname.com and newname.com (the newer one is simply a rebranded version of the old one). Both sites are SSL-enabled. The ...
0
votes
0answers
21 views

SQL Server 2008 R2, Hebrew returned as question marks

I've got an ASP Classic site hosted on IIS 7, powered by SQL Server 2008 R2. The data in the tables of the DB is in Hebrew. The problem is that when I try accessing the data from the site (as ...
2
votes
3answers
4k views

ASP.net C# requires IIS restart when new DLL copied to BIN directory

We are receiving a problem whereby every time we copy a dll to the bin directory, our main domain on the website grinds to a halt and the only way to bring it back up is by restarting the "WWW ...
7
votes
6answers
1k views

ASP.NET MVC Url Route supporting (dot)

I hope that you can help me with the below problem. I am using ASP.NET MVC 3 on IIS7 and would like my application to support username's with dots. Example: http://localhost/john.lee This is how my ...
20
votes
5answers
3k views

Dots in URL causes 404 with ASP.NET mvc and IIS

I have a project that requires my URLs have dots in the path. For example I may have a URL such as www.example.com/people/michael.phelps URLs with the dot generate a 404. My routing is fine. If I ...
0
votes
1answer
38 views

Deploying a Solution with multiple projects on IIS7 - Missing DLLs

I'm trying to publish a solution that contains several projects -one of them is MVC- to IIS7. When the MVC project is published and some views are being accessed I get the following error: Could ...
1
vote
1answer
24 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
0answers
25 views

80040111 ClassFactory cannot supply requested class (Exception from HRESULT: 0x80040111 (CLASS_E_CLASSNOTAVAILABLE))

Retrieving the COM class factory for component with CLSID {0A80A563-28AE-11D3-9CD6-00C04F8B8EF1} failed due to the following error: 80040111 ClassFactory cannot supply requested class (Exception from ...
0
votes
0answers
160 views

WCF service with both HTTPS and HTTP endpoint

I have successfully configured a WCF service that uses mutual certificate authentication with a WCF client over SSL. For the mutual authentication over HTTPS the client and server both have ...
0
votes
0answers
16 views

IIS 7 Classic Mode Windows Auth not working

I have a site in IIS 7 that uses windows authentication to authenticate users. To get the website's report viewer controls to work, I have had to change the app pool to use classic mode. This has ...
0
votes
1answer
10 views

“This is an invalid script resource request.” error when Websense crawls /ScriptResource.axd

I am getting the following error very often on my websites: "This is an invalid script resource request." The error occurres when a spider tries to crawl /ScriptResource.axd or /WebResource.axd. ...
9
votes
2answers
10k views

How to increase thread-pool threads on IIS 7.0

Environment: Windows Server 2008 Enterprise, IIS 7.0, ASP.NET 2.0 (CLR), .NET 4.0 I have an ASP.NET application with no page and no session(HttpHandler). It a streaming server. I use two threads for ...
1
vote
1answer
26 views

Site names are showing wrongly in Microsoft.Web.Administration.dll in C#?

I am trying to get the Site names which are available in IIS 7 using the following code; using (ServerManager serverManager = new ServerManager()) { var sites = serverManager.Sites; foreach ...
0
votes
2answers
57 views

TransferRequest vs Transfer in ASP.Net

I have gone through the links mentioned below, iis forum and HttpModules & Server.Transfer / Server.TransferRequest / RewritePath problems. but unable to catch the concept behind these transfer ...
0
votes
1answer
27 views

Asp.net site lost authentication when login in other site on same server

I have 2 Asp.net website in the same ISS7 webserver. Both site use forms authentication. When I'm logged in on first web site and I try to login on second web site, I lost authentication on fisrt one. ...
0
votes
0answers
5 views

IIS8 Redirect from old page to new with query string intact

I'm looking to redirect two old legacy pages which no longer exist and redirect them to a new page with the query string intact in IIS8 akthough the IIS7 code will work also. I have tried many things ...
63
votes
7answers
35k views

Login failed for user 'IIS APPPOOL\ASP.NET v4.0'

I have a web project (c# asp.net, EF 4 and MS SQL 2008 & IIS 7) I need to move my website (that was working with no problem in CASSINI) to IIS 7 locally. So locally in IIS I have my Default Web ...
1
vote
1answer
31 views

Error 429 in IIS and 64 Bit Windows Server 2008

I am trying to deploy a 32bit ASP web app on Server 2008 and IIS 7. I have another server where the app is running fine, but on this server, every time I load the ASP Page that calls one of my DLL's ...
1
vote
3answers
856 views

asp .net 4.0 app on IIS7 Error 404.17

I am having a problem setting up a website under IIS 7. I have created an application and the application pool for the application. Application pool is using .Net Framework 4.0 as my .net app is ...
0
votes
1answer
9 views

Cannot host website on my personal server

I am not able to host my website on my personal server. I am using IIS7. I have already forwarded the port number 80 on my router and configured my firewall to allow incoming connections on port 80. ...
2
votes
1answer
72 views
+50

IIS7 is losing the authenticated user for cffileupload (CF10)

On one of our intranet pages, I'm using cffileupload to upload multiple photos: <cffileupload extensionfilter=".jpg,.jpeg,.png,.gif" url="/submissions/photo_gallery.cfm" ...
0
votes
1answer
130 views

IIS7 “Not enough storage is available to process this command” intermittent error in HTTPHandler

So, I have a web site that serves videos via a HTTP handler, which is our security layer. Some clients have reported that the videos are not working intermittently. I was finally able to reproduce ...
0
votes
1answer
11 views

IIS Browse link does nothing and 404 error

My client had to reinstall the whole server, so I redeployed my ASP.NET MVC app, but I can't browse it. I deployed successfully with the FTP and the website is in the proper local directory. When I ...
0
votes
2answers
40 views

Maximum request length exceeded iis 7

I appreciate this has been asked numerous times before, but i cannot seem to get this working. I have the following values in my config file: <httpRuntime maxRequestLength="16384" ...
1
vote
1answer
24 views

Url Rewrite HTTPS -> HTTP except certain page (IIS 7)

Only one page, and all dependencies (css, jpg etc), is to be SSL for now. I created the following rewrite: <rule name="Not Appointment Form 4.1 SSL" enabled="true" patternSyntax="ECMAScript" ...
0
votes
1answer
52 views

jsdebug Web Service method name is not valid

I recently migrated multiple websites in our development area from an x86 Windows 2003 (IIS6) to x64 Windows 2008 R2 (IIS7). I used "msdeploy" to do the migration. Originally I migrated the entire ...
1
vote
1answer
32 views

Trouble setting up IIS for ASP

Windows 7 Ultimate IIS7 At first I enabled all settings in IIS, the default page of IIS could be viewed but when I tried to view pages in C:\inetpub\wwwroot\MyWeb, I used to get a 404 error. ...
3
votes
2answers
2k views

In IIS, why doesn't Window Authentication show up as one of the options for my web application?

I'm reading about how to set up windows authentication for my web application on IIS 7. In the description they have Window Authentication as an option in IIS. I have windows authenication turned ...
0
votes
1answer
27 views

How to set up permissions für Umbraco correctly? (Repository unavailable on install)

I can't get an Umbraco installation set up completly. I have been running into the error: Oops...the installer can't connect to the repository Starter Kits could not be fetched from the ...
0
votes
0answers
19 views

Dev express Grid : Master-Detail with IIS 7

Forgive me as i am totally new in Dev express. I have created a web application in VS2005 (Framework 2.0) with Devexpress 7.3 version. Then I have Added Dev express Grid Master Detail with Tabs in ...
1
vote
1answer
26 views

How to check whether Application_BeginRequest is called for static resources like images on real IIS webserver?

We have an ASP.NET 4.0 website, and we use the Application_BeginRequest event in Global.asax to do some smart redirects. When debugging the solution under the local ASP.NET Development Server provided ...
0
votes
0answers
5 views

Web Hosting but public site cannot access in

I'm trying to hosting a web and I successful publish in localhost, so I go configure port forwarding to my pc and go to firewall open the port, but outside cannot access in. I using Technicolor TG784n ...
7
votes
2answers
2k views

WebApi's {“message”:“an error has occurred”} on IIS7, not in IIS Express

Thanks in advance for taking the time to look at this question. I'm working with ASP.NET MVC 4 WebApi and am having a lot of fun with it running it on my local computer on IIS Express. I've ...
1
vote
1answer
3k views

“Site is under construction” page for asp.net site

I have to implement ability to show "site is under construction" page during doing some maintenance work on site. There are a lot of ways to implement such behavior (using global.asax file, using IIS ...
7
votes
3answers
4k views

IIS Manager Bad Data. 0x80090005

When I tried to set Physical Path Credentials in the Advanced Settings, I've got an error message as follows: Internet Information Services (IIS) Manager Bad Data. (Exception from HRESULT: ...
0
votes
2answers
363 views

Cannot browse to node/folder name without extension in Umbraco

I'm using IIS7 and Umbraco 4 to run a clients site but I'm having issues browsing to pages with extensionless URLS. The site is running several languages which are separated by Umbraco Folders. What ...
0
votes
2answers
1k views

Powershell update IIS Bindings

I'm trying to update the http binding on a particular site which I can do with: Set-ItemProperty "IIS:\Sites\SiteName" -Name bindings -Value ...
2
votes
3answers
3k views

Powershell command to set IIS logging settings

I'm creating a powershell script so I can create website hosting with a single command using the IIS Powershell Management Console. I have the commands I need to create the IIS Site and add bindings ...

1 2 3 4 5 140