I have a custom authentication HttpModule that is pretty strait forward. But I want it to run only for managed requests (and not for static ones).
Asp.net MVC automatically adds configuration section for IIS7 web server:
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesFor...
Is it possible to attach (or debug with F5) to IIS7's worker process without installing IIS6 Metabase?
...
How to configure a wcf service hosted in IIS 7 to enable access for only defined users / groups to.
Existing configuration:
<authentication mode="Windows"/>
<services>
<service name="MyService.Test" behaviorConfiguration="MyService.TestBehavior">
<endpoint address="" binding="wsHttpBinding" contract="MyService.ITest">
<ide...
I have jqGrid running fine locally in VS 2008 in a ASP.NET MVC project. When I upload the project to the server (W2008, IIS7) I get an error in IE 8, Object doesn't support this property or method on the call to jqGrid. In Firebug - jqGrid is not a function. All other JQuery plugins works fine (before and after the upload). Any ideas wh...
I'm trying something new to me using WCF and WWF to build up a set of services for use by a few client applications. I'm create 2 libraries (Workflows and Services) and 1 Web Application called API. The web application is hosted within IIS 7.
In the API web application, I've added a file called InventoryService.svc file that has Service...
Hi
I have the following defined in my web.config (
<rewriteMaps configSource="Rewrites.config" />
I have a CONFIG file that can be regenerated by an administrator via a web page. However when this file changes then the new changes are not picked up until the application recycles.
My queestion is that I want to be able to recycle th...
I'm developing an website which is to be viewed on mobile (cellphone) devices. I'm just using plain HTML 4.01, nothing special at all. The pages render fine on all the mobile browsers we've tested, except for Nokia Series 40 1-5th editions. On closer inspection, it seems that IIS is automatically rendering the html with the content-type ...
Is there any way to remove "Server" response header from IIS7? There are some articles showing that using HttpModules we can achieve the same thing. This will be helpful if we don't have admin right to server. Also I don't want to write ISAPI filter.
I have admin rights to my server. So I don't want to do the above stuff. So, please hel...
I've written a site for my summer internship using ASP.NET MVC. The progress is going well but one thing I have found painful is deployments. Particularly, because we have frequent deployments and I've been doing them by hand.
I'm looking for sort of the "standard" .NET deployment tool that can be utilized with an ASP.NET MVC project ...
I'm working on (surprise) a web framework that entirely is dependent on mod_rewrite, however I'd like for it to be compatible with IIS ( if possible ). There's a slight slight chance one of the sites being built will have to be stored on an IIS box, I'm wondering if there's any rewrite module in the most popular versions of IIS I could r...
I have just moved from Windows XP Pro to Windows Vista Ultimate. I installed IIS and all sub categories (including Classic ASP).
I have a few websites in my wwwroot folder that are Classic ASP sites. When I try to view them through localhost, I keep getting an error message:
An error occurred on the server when processing the URL. P...
In a Web server installer that I'm maintaining, we keep track of whether or
not the installer had installed IIS 7 and/or ASP (under Vista or later) and
save an appropriate value to the Registry if so. During an uninstall, if that
value is there and no other Web sites are using IIS on that machine, the user
is asked whether or not IIS/ASP...
I'm on IIS7
I have a button on a page.
When I click it, a new thread is started which calls a void method, which takes 20 to 30 minutes to complete.
The problem is the called void method stops running as soon as control is returned to the browser. (At least it appears to)
protected void _Build_Click(object sender, EventArgs e)
...
Hello All,
I am using IIS 7 on Server 2008.
I just tried migrating my app from an older platform - everything works fine, except the email feature.
This is my config:
< mailSettings >
< smtp from="[email protected]" deliveryMethod="Network" >
< network host="mail.xyz.com" port="25" userName="[email protected]" password="12...
The Goal
I would like only a certain group of users (who are in an Active Directory group composed of users from two domains) to be able to execute a web script, in http://www.site.org/protected, after being challenged for authentication.
The Setup
Windows 2008, IIS 7. User Account Access has been disabled, as it is a pain and someti...
In IIS7 I am trying to set a really far future expires header for all content that have the file name that has a specific word in it. For example I would like to set this header on any file being requested from IIS7 that is
*cached*.js
I know that it is possible to set far future expires headers, But I want to know if it is possib...
I get an access denied error when I try to attach to w3wp.exe from Visual Studio 2008 on Server 2008 64-bit, even though I have the application pool set to run as my own unprivileged user. On Server 2003 I was able to do this.
Something weird is going on because when I run Process Explorer as myself I can't see any detailed process inf...
It seems that every time Windows auto-installs security updates, all of our secure sites return "connection was reset..." messages. After I remove and reapply new self-signed SSL certificates, the sites are back up and running. All of our sites with Verisign or Network Solutions certs are never affected by these updates.
2 questions:
...
I tried to enable my site on loclhost to be accessed from other computers but i can't find a way to do this. I have tried to add shareing to "Internet Guest Account" but that doesn't work either. I just can't forse it to enable access from my other computer.
...
Hi there,
I'm using II7 and bits down loader to deploy my application to customers. Can someone please tell me how to allow asmx files to be downloaded and not executed on IIS 7.
I tried to do this with the MIME type, but no luck.
Regards
...