DotNetShoutout - Stories tagged with IIS
5
shouts

Configuring IIS to Run 32-bit Applications on 64-bit Windows

published 5 days, 23 hours, 12 minutes ago posted by dczupekdczupek 6 days, 20 hours, 14 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 4:15:51 PM GMT
Configuration required for running 32 bit apps on 64 bit IIS (more)
category: ASP.NET | clicked: 28 | comment | | source: blog.dczweb.net
tags: 32-bit, 64-bit, ASP.NET, IIS, IIS 6, IIS 7
4
shouts

StackOverflow - Podcast #84

published 20 days, 6 hours, 30 minutes ago posted by mithumithu 22 days, 21 hours, 3 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Saturday, February 20, 2010 3:26:36 PM GMT
Joel sits down with the Stack Exchange team, who are working on the hosted version of Stack Overflow at the Fog Creek offices in New York City. Meet the Stack Exchange team — David Fullerton, Aaron Maenpaa, and Emmett Nicholas. For Stack Exchange sites that have a smaller community, Stack Exchanges may email users more aggressively, to invite users to answer less trafficked SE questions. Joel proposes that weekly roll-up emails might work well on smaller Stack Exchange sites. Stack Exchange is a hosted... (more)
category: Podcast | clicked: 16 | comment | | source: blog.stackoverflow.com
tags: IIS, stackoverflow
2
shouts

Using IIS7 And Application Request Routing as Load Balancer – Part 2

posted by http://jon.torresdal.net/http://jon.torresdal.net/ 26 days, 1 hour, 36 minutes ago
Wednesday, February 17, 2010 10:53:38 AM GMT
Using IIS7 And Application Request Routing as Load Balancer – Part 2 In part 1 I explained why I needed a load balancer that was capable of doing smart balancing decisions using more than just IPs and why I decided to use IIS7 and Application Request Routing (ARR). In this part I will give a detailed explanation of how to setup ARR on Windows Server 2008 R2 Web Server Core. Server Core provide the following benefits over traditional installations according... (more)
category: ASP.NET | clicked: 3 | comment | | source: blog.torresdal.net
tags: Application Request Routing, ARR, IIS, IIS7
4
shouts

How to give anonymous access to the reports.

published 39 days, 1 hour, 9 minutes ago posted by PraveenPraveen 41 days, 1 hour, 23 minutes ago
Thursday, February 04, 2010 11:21:05 AM GMT Tuesday, February 02, 2010 11:07:18 AM GMT
Give anonymous access to the Application. Go to IIS. Select reports application –> properties –> Directory Security –> Authentication and Access control –> Edit –> Enable Anonymous access Give anonymous access to a report. Open the reports on the report server located at http://servername/reports Browse to the report that needs to be accessed anonymously. Select properties tab for the report. Select security from the left navigation. Select New Role Assignment from this... (more)
category: SQL | clicked: 35 | comment | | source: praveenbattula.blogspot.com
tags: Anonymous access, IIS, SQL Server Reporting Services, SSRS
6
shouts

ASP.NET 4.0: How to use application warm-up class

published 41 days, 22 hours, 45 minutes ago posted by gpeipmangpeipman 42 days, 22 hours, 58 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Sunday, January 31, 2010 1:31:25 PM GMT
About week ago I introduced IIS Application Warm-up Module. ASP.NET 4.0 provides separate mechanism for same purposes. ASP.NET 4.0 application warm-up is different and if you like you can use both warm-up methods together. In this posting I will show you how to make ASP.NET 4.0 application warm-up work. (more)
category: ASP.NET | clicked: 43 | comment | | source: weblogs.asp.net
tags: ASP.NET, IIS
9
shouts

IIS Application Warm-Up Module

published 49 days, 18 minutes ago posted by gpeipmangpeipman 51 days, 15 hours, 23 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Friday, January 22, 2010 9:06:44 PM GMT
During one of my sessions I demonstrated how to use IIS Application Warm-Up Module. Some applications need to perform initialization tasks before taking requests from users. Application warm-up module is very good tool for this because it does not depend on script language or any other aspect of web application. In this posting I will show you how to use application warm-up module with simple PHP script. (more)
category: Foundation | clicked: 36 | comment | | source: weblogs.asp.net
tags: IIS, PHP
11
shouts

Youssef Moussaoui's WCF blog : Behavior Merge in WCF 4.0 Configuration

published 80 days, 16 hours, 41 minutes ago posted by silverymssilveryms 82 days, 11 hours, 2 minutes ago
Thursday, December 24, 2009 7:48:36 PM GMT Wednesday, December 23, 2009 1:27:40 AM GMT
Behavior Merge in WCF 4.0 Configuration One of the brand new configuration features you can find in the Beta 2 release of .NET 4.0 is the ability to merge behaviors in the configuration hierarchy. This should make it easier to manage behaviors when you want a set of common behaviors to be used consistently. To illustrate how this works, let’s say you have the following virtual directory layout hosted in IIS:   ~\Web.config ~\Service.svc ~\Child\Web.config ~\Child\Service.svc                       ... (more)
category: Web Service | clicked: 84 | comment | | source: blogs.msdn.com
tags: Configuration, IIS, WCF
8
shouts

IIS SEO Tool KIT

published 87 days, 3 hours, 17 minutes ago posted by himanethimanet 88 days, 17 hours, 45 minutes ago
Friday, December 18, 2009 9:13:00 AM GMT Wednesday, December 16, 2009 6:45:05 PM GMT
Describes on IIS SEO Tool kit in detail (more)
category: ASP.NET | clicked: 34 | comment | | source: himabinduvejella.blogspot.com
tags: IIS, search engine optimization, SEO, SEO tool kit, Toolkit
5
shouts

AsiaTech: Learning by Practice : Why cannot this Asp.net application domain be unloaded?

published 94 days, 21 hours, 50 minutes ago posted by impaimpa 96 days, 4 hours, 32 minutes ago
Thursday, December 10, 2009 2:39:31 PM GMT Wednesday, December 09, 2009 7:58:00 AM GMT
According to the dump file, there are dozens of application domains for one asp.net web application. Troubleshooting: Asp.net starts new appdomain and unloads old one in various scenarios, for example: ·         Machine.Config, Web.Config or Global.asax are modified ·         The bin directory or its contents is modified ·         The number of re-compilations (aspx, ascx or asax) exceeds the limit specified by the (more)
category: ASP.NET | clicked: 46 | comment | | source: blogs.msdn.com
tags: .NET, ASP.NET, IIS
9
shouts

Improve Web User Experience with IIS SEO Toolkit RTW and IIS URL Rewriter 2.0 RC - Windows Server Division WebLog

published 117 days, 55 minutes ago posted by StevesSteves 117 days, 13 hours, 30 minutes ago
Wednesday, November 18, 2009 11:34:28 AM GMT Tuesday, November 17, 2009 11:00:15 PM GMT
Remember the scene in Diehard when he shoots the glass? That was cool. What’s even cooler is now you can fine tune your Web site for the search engine, thus improving the experience for your Web users.   Today, Microsoft announced the releases of IIS Search Engine Optimization (SEO) Toolkit RTW and IIS URL Rewriter 2.0 RC – both extensions for IIS.   Don’t take it personally – I know it can be hard when your significan... (more)
category: Foundation | clicked: 58 | comment | | source: blogs.technet.com
tags: IIS, IIS SEO Toolkit, IIS URL Rewriter 2.0
9
shouts

Announcing: IIS SEO Toolkit v1.0 release - Carlos Ag

published 117 days, 55 minutes ago posted by DustinDustin 117 days, 13 hours, 36 minutes ago
Wednesday, November 18, 2009 11:34:28 AM GMT Tuesday, November 17, 2009 10:54:06 PM GMT
Today we are announcing the final release of the IIS Search Engine Optimization (SEO) Toolkit v1.0. This version builds upon the Beta 1 and Beta 2 versions and is 100% compatible with those versions so any report you currently have continues to work in the new version. The new version includes a set of bug fixes and new features such as:Extensibility. In this version we are opening a new set of API's to allow you to develop extensions for the crawling process, including the ability to augment the metadat... (more)
category: Foundation | clicked: 25 | comment | | source: blogs.msdn.com
tags: IIS, IIS SEO Toolkit, search engine optimization, seo toolkit, SEO Toolkit 1.0
10
shouts

IIS SEO Toolkit – Report Comparison - Carlos Ag

published 117 days, 55 minutes ago posted by DustinDustin 117 days, 13 hours, 37 minutes ago
Wednesday, November 18, 2009 11:34:28 AM GMT Tuesday, November 17, 2009 10:52:49 PM GMT
One of my favorites features in the IIS Search Engine Optimization (SEO) Toolkit is what we called Report Comparison. Report Comparison basically allows you to compare two different versions of the results of crawling the same site to see what changed in between. This is a really convenient way to track not only changes in terms of SEO violations but also to be able to compare any attributes on the pages such as Title, Heading, Description, Links, Violations, etc. How to access the feature There are a c... (more)
category: Foundation | clicked: 46 | comment | | source: blogs.msdn.com
tags: IIS, IIS SEO Toolkit, Reporting, search engine optimization, seo toolkit, SEO Toolkit 1.0
9
shouts

General availability of Windows 7 & Windows Server 2008 R2, with IIS 7.5 - Mai-lan

posted by DustinDustin 136 days, 13 hours, 54 minutes ago
Thursday, October 29, 2009 10:35:32 PM GMT
As of today, Windows 7 and Windows Server 2008 R2 is generally available for purchase. This latest release of the Windows operating system contains IIS 7.5, which provides a set ... (more)
category: Foundation | clicked: 5 | comment | | source: blogs.iis.net
tags: IIS, IIS 7.5, Windows 7, Windows 7 RTM, Windows Server 2008 R2, Windows7
8
shouts

IIS Application Warm-Up for IIS 7.5 - The Official Microsoft IIS Site

published 145 days, 16 hours, 50 minutes ago posted by StevesSteves 146 days, 22 hours, 52 minutes ago
Tuesday, October 20, 2009 7:39:53 PM GMT Monday, October 19, 2009 1:37:33 PM GMT
IIS Application Warm-Up for IIS 7.5 enables IT Professionals to improve the responsiveness of their Web sites by loading the Web applications before the first request arrives. By proactively loading and initializing all the dependencies such as database connections, compilation of ASP.NET code, and loading of modules, IT Professionals can ensure their Web sites are responsive at all times even if their Web sites use a custom request pipeline or if the Application Pool is recycled... (more)
category: Foundation | clicked: 60 | comment | | source: www.iis.net
tags: IIS, IIS 7.5, IIS Application Warm-Up
7
shouts

Advanced Logging for IIS 7.0 - Log Filtering : Using Advanced Logging : Managing and Maintaining IIS 7.0 - Bobby Videna

published 147 days, 48 minutes ago posted by HeatherHeather 147 days, 19 hours, 9 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Sunday, October 18, 2009 5:21:22 PM GMT
Log Filtering in IIS Advanced Logging allows administrators to collect only the Web site traffic information that they are inter... (more)
category: Foundation | clicked: 47 | comment | | source: learn.iis.net
tags: IIS, IIS 7, IIS 7.0, IIS 7.5, logging, Web Site Traffic
9
shouts

Now Available: The IIS 7.5 Application Warm-Up Module - Thomad

published 147 days, 48 minutes ago posted by HeatherHeather 147 days, 19 hours, 11 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Sunday, October 18, 2009 5:18:44 PM GMT
IIS is a demand-driven web server, i.e. IIS does things only when asked for. For example: an IIS worker process spawns up only when requests arrive for the sites that are hosted in this worker process. Without requests there isn't a worker process. This is great from a resource consumption point of view. Worker processes which don't run do not consume resources, memory in particular. There is a drawback to this architecture however. The first requests that get handled by a newly spawned worker process ... (more)
category: Foundation | clicked: 41 | comment | | source: blogs.iis.net
tags: IIS, IIS 7.5, IIS Application Warm-Up
9
shouts

Provide a Better Web Site Experience with Faster Response Times - Windows Server Division WebLog

published 147 days, 48 minutes ago posted by HeatherHeather 147 days, 19 hours, 14 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Sunday, October 18, 2009 5:15:44 PM GMT
Provide a Better Web Site Experience with Faster Response Times Have you ever hummed the Jeopardy theme song while waiting for a Web site to download - even on a high-speed Internet connection? Sometimes the problem is OUT of your control – whether it is an Internet traffic jam, scheduled maintenance, or some other unknown cause for a delay in receiving your request to view the latest on what the stock market is doing. But sometimes the problem is IN your control – such as pre-loading worker processes a... (more)
category: Foundation | clicked: 36 | comment | | source: blogs.technet.com
tags: IIS, IIS 7.5, IIS Application Warm-Up, IIS Extensions, Performance
10
shouts

IIS Advanced Logging 1.0 Released - Vishal Sood

published 151 days, 1 hour, 59 minutes ago posted by DustinDustin 152 days, 2 hours, 50 minutes ago
Thursday, October 15, 2009 10:31:10 AM GMT Wednesday, October 14, 2009 9:39:43 AM GMT
We proudly announce the release of IIS Advanced Logging 1.0.    IIS Advanced Logging 1.0 includes the following features:Client-side logging. Advanced Logging builds capabilities into IIS to accept client-side consu... (more)
category: Foundation | clicked: 57 | comment | | source: blogs.iis.net
tags: IIS, IIS 7, IIS7, logging
10
shouts

IIS Media Services 3.0, including IIS Live Smooth Streaming, has been released - Chris Knowlton

published 151 days, 1 hour, 59 minutes ago posted by DustinDustin 152 days, 2 hours, 52 minutes ago
Thursday, October 15, 2009 10:31:10 AM GMT Wednesday, October 14, 2009 9:37:57 AM GMT
What Just Happened? We just released IIS Media Services 3.0, a set of extensions for Internet Information Services 7 (IIS) that provide an integrated HTTP-based media delivery platform. This includes the new IIS Live Smooth Streaming and the separate IIS Advanced Logging package. In addition, we released the beta of the Smooth Streaming Player Development Kit, which allows developers to easily create Smooth Streaming experiences using Silverlight. Supported features include PlayReady, DVR controls, i... (more)
category: ASP.NET | clicked: 32 | comment | | source: blogs.iis.net
tags: IIS, IIS Media Services 3.0, Smooth Streaming, Streaming
9
shouts

IIS Media Services 3.0 and Player SDK released! - Alex Zambelli

published 151 days, 1 hour, 59 minutes ago posted by StevesSteves 152 days, 3 hours, 44 minutes ago
Thursday, October 15, 2009 10:31:10 AM GMT Wednesday, October 14, 2009 8:46:09 AM GMT
Last week was a big one for Smooth Streaming! IIS Media Services 3.0, the IIS7 media extensions pack containing Smooth Streaming, has completed its 6-month beta development cycle and has been released to Web. You can download it here:http://www.iis.net/extensions/LiveSmoothStreaming Chris Knowlton has written an excellent summary of everything that’s gone into this... (more)
category: Foundation | clicked: 29 | comment | | source: alexzambelli.com
tags: IIS, IIS 7, IIS 7.0, IIS7, Internet Information Services, Silverlight, SL, Smooth Streaming, Streaming
Previous 1 2 3 4 5 6 Next