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.
0
votes
0answers
13 views
Response 400 (bad request) when invoking WCF service with other user than Administrator
I have a simple WCF service (hosted in Server01) which I've been using with no problems. After installing in this particular server (lets call it ClientServer01), I started to get the response 400.
...
0
votes
0answers
10 views
iis7 rewrite module setting up a rule
I have been trying for 2 days without success to setup a rewrite rule which is succesful when you 'test the patten'
Anyway I am using wildcards and have found browsers even cache the rules making ...
1
vote
1answer
12 views
Installing MS SQL 2005 drivers for IIS 7.5 .NET apps
I don't normally do .NET development but I have a small .NET app that I need to set up on a new Win2K8 IIS 7.5 server, the SQL 2005 server is on a different box. I've tested the .NET app on an Win7 ...
0
votes
1answer
15 views
Install SSL certificate when request generated on another server
I have a new SSL certificate to install (IIS7) but when I do complete certificate request I get 'Cannot find the certificate request associated with this certificate file. A certificate request must ...
0
votes
0answers
11 views
IIS7 Rewrite rule with querystring
I'm a noob on rewrite syntax but I need a rule for my VS2010 web.config file that converts
http://mydomain.com/<anydirectoryname>
into
...
0
votes
0answers
13 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
11 views
Redirect Loop - IIS7
Getting a redirect loop when using the below rule on IIS7 using the rewrite module.
<rule name="redirect" stopProcessing="true">
<match url="test" />
...
0
votes
0answers
14 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
4 views
Customizing Directory browsing for videos
I was hoping there was some way to customize the IIS 7 Directory browsing website to play video files, instead of trying to download them.
For example, when a user clicks on a video in a directory, ...
1
vote
0answers
16 views
How to get 2 domain canonical redirect in web.config to work
I have an Umbraco CMS that is hosting 2 web sites with different domains. I need to perform canonical redirects for each using the iis rewrite from the web.config.
Example: mydomain1.com -> ...
1
vote
1answer
20 views
How to use the MVC ActionResult RedirectResult?/ It just returns a 302 and does not redirect
I am trying to return a ActionResult from an MVC api, and if you give it a redirect uri in the post body it should redirect that uri. Right now if you do not give it a uri it performs fine. But if you ...
0
votes
1answer
20 views
ASP.NET Forms authentication requires Anonymous enabled
I am working with ASP.NET application that uses Forms Authentication. However, if I turn off all authentication methods except for forms, I will get a
HTTP Error 401.2 - Unauthorized
When ...
0
votes
1answer
21 views
How to avoid pop up login when calling WCF service from jquery ajax
Friends,
I know you have been facing these kind of question a lot.I was unable to find an answer even after a lot of google search.Well, lets come to the issue.
Requirement: Call a WCF Service GET ...
1
vote
0answers
21 views
404 error when accessing a WCF Data Server On MVC 3, IIS 7
I know, there are quite a few search results for this problem, but nothing helped.
The WCF data service runs happily in the dev environment, on the staging server, but not on the live box.
I've tried ...
0
votes
0answers
16 views
How to Configure UrlRewritingNet on the server side IIS 7 Windows 7 Server
I have finished an ASP.NET web site after making tests.
I am using UrlRewritingNet dll from http://www.urlrewriting.net/
Then I have published it in order to upload my server (Windows 7, IIS 7 ...
0
votes
0answers
23 views
MVC4 WebSite 404 Error on IIS7
Set-up
I have a website built in Visual Studio 2012 using MVC 4 and .NET framework 4.5.
It is being hosted on a Windows 2008 and running IIS7.
I am using a VS2012 "Web Deploy Package" to deploy to ...
1
vote
1answer
15 views
Whats the difference between asp.net 4.0 and asp.net 4.0 integrated pipeline?
While looking around in a webhost/website setup panel I came across this
When would I choose a pipeline option over a non pipeline option?
1
vote
4answers
58 views
Obfuscate HTTP Handler designed to return image
I'm trying to retrieve an image from a HTTP Handler.
An issue which I'm having is trying to make it so that only the application can access the image, I've tried editing the anonymous IIS ...
3
votes
2answers
61 views
+100
How do I enable GZIP compression for POST (upload) requests to a SOAP WebService on IIS 7?
How can I enable compression for POSTed data uploaded to a .NET WebService (SOAP, not WCF)? I thought it would be a simple matter of enabling dynamic compression in IIS but after enabling, it's only ...
1
vote
0answers
59 views
ASP.NET application hangs after Page_Load - seems to be worker process specific?
The Problem
I have an ASP.NET web application connecting to an SQL server database.
Occasionally, the application hangs when some specific users try to log in. I can replicate this when I try to log ...
-1
votes
0answers
17 views
Duplicate content on 302 redirect
I have my website with SSL and then there are some 302 redirect:
https://mywebsite.com/test redirects to http://www.mywebsite.com/test
http://mywebsite.com/test redirects to ...
0
votes
0answers
12 views
“HTTP Error 500.52 - URL Rewrite Module Error.” django
I want to use django under iis7+windows2008. but now there are some troubles...
I create a website , and a django virtual directory named mysite.
e:\www\website
and I can look the right page of ...
0
votes
1answer
11 views
IIS 7 + Windows Server 2008 - Sending Emails from Classic ASP using CDO
On our existing platform we decided to upgrade our development server from Windows Server 2003 to 2008 some time ago.
The problem we are facing is that all asp scripts that used to send emails before ...
1
vote
2answers
27 views
Accessing ASP.NET web application that only runs on a local machine
So I have zero experience with deploying software or putting something live. The situation is like this:
I have developed a dashboard web application on a laptop. This application uses a microsoft ...
0
votes
3answers
54 views
why does Railo with IIS be very slow?
I have ColdFusion installed in my machine.
Just now i have downloaded and installed Railo.
I have stopped the ColdFusion application server.
I have created a simple app and mapped with IIS.
To run a ...
0
votes
1answer
24 views
Why is MapPageRoute / RedirectToRoute working on dev machine but not on production server?
I have a regular webforms project (non-MVC) and I successfully implemented a MapPageRoute and RedirectToRoute scenario. The page routing is done by database lookups because I am translating query ...
1
vote
1answer
20 views
Remove specific query string key/value pairs in htaccess (but leave others intact)
I'd like to build an ISAPI_Rewrite 3 "RewriteRule" to handle the following permanent redirects:
╔════════════════════════════════╦════════════════════════════╗
║ Input ║ ...
0
votes
1answer
26 views
.Net form is inserting domain name into path
This is pretty bizarre, but after copying my website into a new application directory, by the same name, on GoDaddy, .Net is adding the domain name to all my path references.
For instance, I have ...
1
vote
1answer
29 views
Slow connection speed while uploading data more than 1MB to IIS
I am using IIS as my web server. I am going to use this web server to receive data from a a http client on a Universe database. Whenever i send a Post request that has more than 1 MB then the data ...
0
votes
0answers
9 views
browser compatibility issue with ie7+8 - wodpress on iis7
hey everyone im really desprate :)
i have checked all the posts related to this issue and no luck
i have a wordpress website www.optisoft.co.il
on windows server 2008 , iis 7
the website is not ...
1
vote
1answer
23 views
IIS7 URL Rewrite ignore rules in sub application
I have MyWebSite and MyApp as shown below:
MyWebSite
web.config
MyApp
web.config
Pages
page.aspx
I want the next URL will work:
www.mywebsite.com/oldpage.aspx
...
0
votes
1answer
18 views
Will an ASP.NET web application be temporarily unavailable while deploying via WebDeploy?
I am currently using the publishing functionality in Visual Studio 2010 to publish an asp.net web app to an IIS 7.5 server, via Web Deploy. The server itself is Windows 2008 R2 server with Web Deploy ...
0
votes
0answers
21 views
Why does calling drush command by system() fail?
I have Drupal 7 site on IIS 7.5 server.
Inside IIS Services Manager I choose user with administrator rights in anonymous authentication settings.
I'm sure that drush command is in evn path. When I ...
0
votes
2answers
33 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
1answer
50 views
How to call an exe from a Web Service in C# [duplicate]
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
2answers
21 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 ...
0
votes
0answers
18 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
15 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
12 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
17 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
18 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
34 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 ...
0
votes
1answer
10 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) - ...
1
vote
0answers
37 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
0answers
42 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
1answer
26 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
0answers
22 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
0answers
24 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.
...
1
vote
1answer
32 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
0answers
15 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 ...





