0
votes
1answer
13 views
IIS 7 Http Handler development issue
Hello everyone,
I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0 to develop an ASP.Net web site. I want to develop an Http module, which could inspect whether incoming request has s …
0
votes
3answers
26 views
ASP.NET MVC on 2008 R2 IIS7.5 Not Loading
as the title notes, we can't get in to our site.
this same site works fine for us in 2003 and in our dev environments. but once we moved to 2008 R2: we "can't get in".
i'd love …
0
votes
0answers
19 views
IIS7 and clientCaching with ASP.Net MVC
Hi,
Is it possible to declaratively set clientCaching for an Action using the web.config in IIS7.
We need to set an expiry value of 1 day for our Home/Index Action. As of now we a …
0
votes
1answer
17 views
winhttpcertcfg giving access to iiS user in Windows 7
I need to give access to the IIS user to a pfx certificate. The website is running under the App Pool under some user AppPoolUser. IIS automatically has the user name "IIS APPPOOL …
0
votes
1answer
21 views
How do I manipulate Handler Mappings cleanly in IIS7 using the Microsoft.Web.Administration namespace?
When manipulating Handler Mappings using the Microsoft.Web.Administration namespace, is there a way to remove the <remove name="handler name"> at the site level.
For example …
0
votes
2answers
19 views
cs-username not showing in IIS logs in IIS7 classic mode
I am running an asp.net application with forms authentication on IIS 7 in classic mode. Logging is turned on and the cs-username field is currently selected to be logged. However …
1
vote
1answer
29 views
Remote and automated IIS 7 management from build server - permissions issue
Here's the scenario:
Win2003 Build Server (CCNET)
IIS7 target deployment server
The various MSBuild tasks (Sdc.Tasks, MSBuild Community, MSBuild Extension Pack) for doing this …
0
votes
2answers
28 views
Lock down a site using Forms Auth in IIS7 with Windows Auth
I've posted this on Server Fault, but as there is sort of a programming aspect to it, I'll post it here too.
I have an ASP.NET MVC 1.0 application that uses Forms Authentication. …
1
vote
2answers
40 views
Can I use wildcards in the web.config location path attribute
In IIS 7 I try to deny access to all files with the extension .xml for all users.
I tried the following setting in my web.config file:
<location path="*.xml">
<syst …
0
votes
2answers
37 views
How to protect static content on IIS7 in Classic Mode?
I know how to protect my static (HTML) pages in IIS6, and how to do it using the IIS7 Integrated Pipeline, but how can I protect my HTML pages from unauthorised access in IIS7 when …
0
votes
1answer
29 views
HttpContext.Current.User is null even though Windows Authentication is on
In IIS7 under Windows Server 2008, I have a virtual directory with anonymous access off and Windows authentication on. In my web.config, I have:
<authentication mode="Windows" …
1
vote
1answer
17 views
Can customErrors be overriden by IIS? (7.0)
I control the code but not the server and the person at the other end knows as much about IIS as I do.
I have the classic:
<configuration>
<system.web>
&l …
0
votes
2answers
50 views
How can a page in IE render differently between Cassini and IIS7?
I am completely confused - I have a website that renders perfectly in IE8 when run through Cassini (in Visual Studio) but has several messed up elements (style/look) when deployed …
1
vote
1answer
25 views
How to create a web site with an application using MSBuild Extension Pack
What is the correct way to create a web site using the MSBuild Extension Pack?
I'm trying to use the MSBuild Extension Pack to create a web site using the following target. Unfort …
0
votes
0answers
24 views
Trouble setting up WebDAV
Rather than using FTP to access my hosting provider, which I read is unsecure, I'm trying to set up WebDAV (which I've never done before). I don't see WebDAV in the Actions pane o …
