Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
0
votes
0answers
25 views
How do I debug an impersonation issue when calling an asmx web service from a web site?
Here's the setup:
there's an ASP.NET web site hosted in IIS 7.5 on a Win2008R2 server (call it server A); the site uses Windows authentication and has impersonation set to true:
<authentication ...
0
votes
2answers
64 views
Is it possible to use .asp extension for ASP.NET code?
I want to ask if it's possible to configure server to work with .asp extensioned files as with ASP.NET pages. Or it's absolutly denied to not mix new code with old ASP?
0
votes
0answers
22 views
Request remains in pending even if function on server hits the return statemant
I have an XMLHttpRequest that carries a file. On the server, everything works perfectly, the file is saved and after that the return statement is hit but in the browser console, the request is shown ...
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
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) - ...
0
votes
1answer
14 views
Is there a way to give local “Everyone” user on web server “Full Control” to a folder in a website via web.config?
There is one sub-folder in my ASP.NET (web forms) website which needs the local "Everyone" user to have "Full Control" (I know, don't ask).
Every time I deploy a new version of my website I have to ...
1
vote
0answers
9 views
IIS8 new security implementation?
What are the new security feature introduced in IIS8?
I have one web app. I need to host that app in the IIS8 but If I put that app in C drive I am not getting the data..but the same worked with ...
0
votes
2answers
29 views
access to the path is denied asp.net in iis
i want to save file upload file in 'C:\inetpub\wwwroot\Content\SpeechFile\' in visual studio i can save this files
if (file != null)
{
string urlfile;
...
2
votes
0answers
46 views
IIS Application Initialization in Azure shows 500's periodically after an Upgrade Deployment
Recently, I implemented Application Initialization in one of our Azure projects in order to minimise the time it takes for each of the sites to warm up.
I essentially have implemented near exactly ...
0
votes
0answers
10 views
Server.TransferRequest not working in iis 7.5
i am using Server.TransferRequest in Gobal.ascx for url rewriting module.But when i put the appliaction in server with iis 7.5 it always gives an error.I am using integrated pipleline mode.Can anybody ...
0
votes
3answers
76 views
How to run .aspx page in IIS on Windows XP SP2
I want to set an ASP.Net Server (IIS) in my Desktop to run my asp.net .aspx pages. I'm currently using Win XP Service Pack 2. To install the IIS, first I inserted the XP cd to the disk drive and then ...
0
votes
0answers
39 views
IIS Error “unable to connect to the remote server” at third webservice
I have a strange problem in my application and I suspect that the problem is related to IIS.
I have a .Net application that integrates with salesforce api (webservice wsdl).
The asp.net application ...
0
votes
1answer
26 views
Connection for controluser as defined in your configuration failed. on iis7.5
i have installed the phpmyadmin on iis7.5 server8
my config.inc.php is
`
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual ...
1
vote
1answer
34 views
IIS 7 Rewrite Rule with SSL Redirect
I am having and problem using IIS Rewrite rules to handle all scenarios of redirecting an old domain to my newdomain and newly enforcing a SSL connection.
Here are the rules as I have them configured ...
-1
votes
0answers
24 views
How do you use simondean iis module from puppet forge [closed]
I'm posting this as a question because of the frustration trying to make this module work. I searched online for examples on using this but with so few downloads I couldn't find anything useful. So ...
1
vote
1answer
27 views
Able to visit site from domain name but not IP address
We have our website running with IIS7, a very strange thing happened just recently.
I'm able to visit the site without issue with the domain name (www._.com e.g. ), but if I actually enter the IP ...
0
votes
0answers
20 views
web.config not accepting url queries
Below is an example of the code in the web.config document. This method works just fine, but it's only to show that we have it working. We are running IIS 7.5 and MS Windows Web Server 6.1.
...
1
vote
1answer
22 views
IIS 7.5 - Files with no extensions causing Error 404.17
I am currently developping an ASP.NET MVC4 Website and I am trying to include javascript timezone support for JQuery Flot with date.js.
The timezones informations of date.js are stored into text ...
0
votes
1answer
20 views
Error while sending fax using ASP.net and FAXCOMEXLib as COMException (0x800710D8): Operation failed
I have asp.net application to send FAX using FAXServer using FAXCOMEXLib.dll
I am getting COMException (0x800710D8): Operation failed. I know one workaround to set application pool identity. but ...
2
votes
3answers
62 views
Run an application from the IIS application pool
I have a console application which basically sends emails once per day.
The Windows server administrator disallows this technique and doesn't want to allow extra software on the computer (launched by ...
0
votes
1answer
33 views
Sql server can't select from tables from time to time
We have Silverlight application that is installed on IIS 6. This application use membership API on Microsoft SQL Server 2008 R2 for login. From time to time logged-in users stops can do any queries to ...
2
votes
0answers
46 views
FastCGI - multithreaded application - IIS
I'm trying to find a proper way to connect an own application to IIS over FastCGI.
There's official FastCGI specification and quite old library on fastcgi.com site.
There are also some interesting ...
0
votes
0answers
7 views
How to deploy a asp.net application via live IP?
I develop an application that is ready to deploy I have live IP then how I deploy it to iis like from Internet I access that for example www.abc.com etc....
Thanks In Advance
1
vote
0answers
22 views
WIX Web Project installer removes manually added virtual directory
We have a project web installer that installs, upgrades etc. properly. The only issue is that on upgrade we have a problem with a virtual directory created inside the application manually via the IIS ...
0
votes
0answers
21 views
RIA Services errors after application pool restart
I have done some searching around and found some issues that might be related to mine but not the same, so I hope someone can shed some light into a problem we are experiencing.
We are developing a ...
0
votes
1answer
11 views
List IIS website
As part of a project I am working on ..I am in need of achieving following task.Can anyone throw some ideas ..
I am required to document the website , service account used by website , password for ...
0
votes
1answer
17 views
Error path of site running on localhost
I have a ASP.NET site running locally (localhost) on my Windows 7 computer. I have an error when loading one of the pages. The error is in an aspx.cs file and I can see how to fix it easy enough. But ...
0
votes
0answers
9 views
Globalization IIS configuration loses
I have a WCF service hosted in IIS, which uses the date in the format that the server has IIS installed, which in this case is (DD / MM / YYYY).
For some reason unknown at some point the WCF service ...
0
votes
1answer
19 views
Expire updated CSS and JS files
We have a site (MVC4 on Azure) on which we change our JS an CSS files occasionally. The updates are not scheduled and some times - quite often. I don't want to go into IIS and change settings or work ...
2
votes
0answers
26 views
Abort any POST operation in IIS
My site is getting DOS attack with POST VERB, my site is a static site and I am trying to stop any POST action on the home page.
I had the URL Rewrite installed on my server, so I am trying to write ...
0
votes
1answer
14 views
maximum message size quota exceeded, why is that?
I have a web service which I am testing with WcfStorm. When calling a function which my service exposes I keep getting the error "The maximum message size quota for incoming messages (65536) has been ...
0
votes
0answers
32 views
WIX : Create virtual directory under other website than 'Default Web Site'
I have created an installer where user has option to select a website from dropdown (dropdown will list all available websites) and provide name for virtual directory.
Code:
<iis:WebVirtualDir ...
0
votes
1answer
13 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 ...
-1
votes
1answer
28 views
How to add web application to default website in IIS 7 [closed]
I'm trying to add a web application to the default website in IIS 7. We already have other sites tied to the default website. My new application is in .NET 2.0 and I am setting it to the same app pool ...
4
votes
0answers
45 views
ServiceHostFactory.CreateServiceHost is called multiple time WCF
I have a wcf service which hosted at IIS
<%@ ServiceHost Language="C#" Debug="true" Service="MyService" Factory="InitializableServiceHostFactory" %>
my problem is that the CreateServiceHost ...
-1
votes
1answer
10 views
IIS - deleted parent of virtual directory but vDir still handling requests [closed]
I wanted to delete a virtual directory which was under a folder which also would become useless once the vDir was remove, so I deleted the parent folder in explorer and refreshed the site.
Requests ...
-3
votes
0answers
18 views
What could be the reasons for high Request Latency in .NET Web Application? [closed]
What could be the reasons for high Request Latency in .NET Web Application ?
This is not always the case but sometimes the request latency goes very high, and sometime continuously high for 4 to 5 ...
0
votes
0answers
16 views
Disable httpForbiddenHandler on Azure
My Problem is pretty simple, for a rewriting to the blob on a REST service, I want to allow .config an other special files at the end of the url.
I cannot change the format of the REST Service URL, ...
0
votes
2answers
20 views
After moving server and IP, stylesheets and other resources not found (404 errors in fiddler)
I have moved an Orchard CMS site from one host and server to another host and server. The IP address is obviously different.
All the files have been correctly copied and the correct html is ...
0
votes
0answers
7 views
Does my FTPS client have to send a copy of the Cert to the server to be allowed connect
Been at this for a while and in the process of trying to eliminate what may be causing me problem. The issue is not important, in any case I want to try and solve it myself without asking here. I ...
0
votes
0answers
40 views
503 (Service Unavailable) - IIS 7.5 deployed MVC web application
Every 24 hours or so, we receive a 503 from our IIS 7.5 web server that hosts our MVC application.
I read some related articles and checked if the Application Pool/Identity had the necessary ...
0
votes
0answers
6 views
View targetframework in amazonwebservice
I created a webapplication using MVC in dotnet.Now I have a requirement to host it in Amazon Webserivces(AWS). I created a login ID. How to view the target framework in AWS and also how to host my IIS ...
1
vote
2answers
31 views
How to publish an asp.net website on work network?
I have been developing an ASP.NET application and I would like my work colleagues to give me feedback on it. I tried running it on IIS but because the database is located on a remote server, I am ...
0
votes
1answer
26 views
IIS rewrite virtual folder
I need to create a URL rewrite rule in IIS for the following:
From:
http://hostname/virtual_path_folder/myisapi.dll?a=1&b=1
To:
http://hostname/myisapi.dll?a=1&b=1
Basically, I'd just ...
0
votes
1answer
37 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 ...
1
vote
0answers
14 views
How to replicate Apache custom two-factor authentication on IIS?
I've set up a small test server that does custom two-factor authentication on Apache, using a mechanism similar to this:
In <VirtualHost> file (of course, there are lots of other settings!):
...
0
votes
0answers
17 views
How To Discover AppPool Properties For Running Web App
I would like to know how to programmatically discover and enumerate properties of the Application Pool being used to run my C# web site in order that I can test properties of the App Pool against a ...
0
votes
1answer
42 views
IIS default datetime format
We have a WCF web service returns back some xml containing a datetime value as a string. The value is first read out from a database and then appended to an xml string using .ToString().
We have a ...
-2
votes
1answer
27 views
How to give resolution for looking server folders? [closed]
In my web application users need to chose folder with special file. But they don't see paths on server. How can I open server folders for viewing?
On local machine i look all directories fine:
On ...
0
votes
1answer
27 views
why is PHP missing from the web platform installer?
I'm running Windows8 with IIS8. I'm trying to install PHP using the web platform installer 4.5.
I used these steps.
http://support.microsoft.com/kb/2819022
The only versions of PHP I see are for IIS ...





