Rev it up with PHP and IIS - Josh Holmes
Mark Brown and I did a talk at ZendCon last week on how well PHP runs in IIS and more specifically, some things that you should do in order to make it run really well on IIS. Quick warning, this is an...
View ArticleWindows Azure: Debug and redeploy your web applications quickly
My previous posting about Windows Azure introduced how to access web role instances using Remote Desktop. In this posting I will show you how your web applications are stored in virtual server where...
View ArticleVS 2010 SP1 (Beta) and IIS Express - Scott Guthrie's Blog
Last month we released the VS 2010 Service Pack 1 (SP1) Beta. You can learn more about the VS 2010 SP1 Beta from Jason Zander’s two blog posts about it, and from Scott Hanselman’s blog post that...
View ArticleUnit testing an HttpModule with NUnit and RhinoMock
This article outlines one approach to mocking ASP.NET and freeing your unit tests and your continuous integration server from dependencies on IIS and virtual directory configuration.
View ArticleRunning Multiple Websites in a Windows Azure Web Role - Wade Wegner
Prior to the release of the Windows Azure 1.3 SDK, Web roles hosted your application in IIS Hosted Web Core (HWC). While there were certainly ways to extend HWC, for the most part you were stuck with...
View ArticleSet up scheduled log file cleaning for Windows Servers running IIS
The one thing that is lacking as a feature in IIS is log file recycling. If you manage an IIS installation of any decent size, you’ll know first hand how quickly log files can fill up a server’s hard...
View ArticleIIS not starting: The process cannot access the file because it is being used...
Ok, apparently a few people knew about this issue, but it is new to me and has caused me nearly an hour to track down today. What happened is that I’ve been working all day doing some final...
View ArticleEnabling IIS Express support in VS 2010 Sp1 - Visual Web Developer Team Blog
With the Sp1 release of Visual Studio 2010 now available for download, you now have the option to use IIS Express as the development server for your web projects instead of the built-in Visual Studio...
View ArticleWorking with SSL at Development Time is easier with IISExpress - Scott Hanselman
One of the demos in my Mix 11 talk "An Overview of the MS Web Stack of Love" was showing how IIS Express and Visual Studio SP1 (as well as WebMatrix) can make working with SSL (Secure Sockets Layer) a...
View ArticleAdvanced Dotnet Tutorial: Hosting Mobile WebSite Under IIS
First we have to create a mobile web application. For how to create a mobile web site see my previous article Developing Mobile Pages. Once we have created our mobile pages the testing of the mobile...
View ArticleAdvanced Dotnet Tutorial: Security model of Internet Information Services for...
IIS has its own security configuration and even for any request reaching the ASP.NET runtime, IIS verifies the request with it's own security configuration. So the first gatekeeper in the ASP.NET...
View ArticleASP.NET Thread Usage on IIS 7.0 and 6.0 - Thomas Marquardt's Blog
I'd like to briefly explain how ASP.NET uses threads when hosted on IIS 7.0 and IIS 6.0, as well as the configuration changes that you can make to alter the defaults. Please take a quick look at the...
View ArticleIIS 7.0/7.5’s Hidden Tool. Run-time page request performance data. Week 21
In this episode you will learn more about the run-time information on all running page requests.
View ArticleHTTP Error 404.3 : WCF Hostes in IIS. Add a MIME type - Debug Mode
Normally when we host a WCF Service i9n IIS and while browsing we get the below frustrating screen Error message in above screen is very clear. We need to add MIME type for .SVC extension. To solve...
View ArticleUsing IP Restrictions with URL Rewrite Week 25
URL Rewrite offers tremendous flexibility for customizing rules to your environment. One area of functionality that is often desired for URL Rewrite is to allow a large list of approved or denied IP...
View ArticleAsp.Net switch site to SSL (https) the easy way
For this small article, I assume that you have an Asp.Net web application running on IIS and that you have setup your SSL certificate. So navigating to https://www.yoursite.com works. This blog post...
View ArticleMaking the most out of IIS compression - Part 1: IIS 7 configuration
Starting with this article, I'll show how to get the most out of the compression features built into IIS 7 and IIS 6. This first article focuses specifically on IIS 7.
View ArticleCreating New Website in local IIS using Visual Studio 2010
In this quick post you will learn how to create a new website in local IIS using Visual Studio and access it directly from browser.
View ArticleConnect to remote site through remote IIS manager | dotnet Expert Guide
I was about to blog how we can redirect domain.com to www.domain.com (redirecting can improve SEO ranking, tune to next post for more detail) in IIS 7. But before that I thought let me first blog how...
View ArticleIIS 7 : Redirect domain.com to www.domain.com | dotnet Expert Guide
IIS URL Rewrite extensions enables web administrator to enforce powerful rules to transform complex URLs into simple and consistent Web addresses. As well it also helps to produce user and search...
View ArticleARR Helper Week 33
This week we take a look at the issue caused by the man-in-the-middle and how to resolve it with ARR Helper, a small component offered by Microsoft to address this very issue.
View ArticleDeploying Web Applications using IIS Express
In this article, we are going to see how to deploy asp.net web applications or website using IIS Express
View ArticleRemove Trailing Slash From the URLs of Your ASP.NET Web Site With IIS 7 URL...
One of the aspect of SEO (Search Engine Optimization) is canonicalization. In this blog post, we will see how easy to work with IIS Rewrite Module in order to remove evil trailing slash from our URLs
View ArticleImport Apache mod_rewrite Rules in IIS 7 | dotnetExpertGuide.com
With Microsoft's Web Stack, many PHP applications are now hosted on IIS. As PHP is an open source, one of the advantages of using PHP is that you will find plenty of free script for ready to use. And...
View ArticleInstalling and Running node.js application with iisnode | dotnetExpertGuide.com
Over a last few days, all are talking about asynchronous programming especially node.js and signalr. Microsoft also included AsyncCTP within ASP.NET 4.5. But it seems node.js and SignalR is winning the...
View Article