|
|
Stories recently tagged with 'IIS7'
|
|
submitted by
wisemx
27 days ago
learn.iis.net — This video demonstrates how Microsoft URL Rewrite Module for IIS 7.0 can be used to accomplish common URL manipulation tasks:
•Enabling user friendly and search engine friendly URLs for dynamic web pages
•Enforcing canonical host names for web sites
•Using rewrite maps
•Blocking unwanted requests
Also the video shows how to troubleshoot and debug rewrite rules.
read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
IIS7, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
1 month, 9 days ago
hanselman.com — "Last year I noticed that there were 11 ways to get to my blog. Literally 11 different URLs and it wasn't helping me my ranking in the search engines. I wrote about this in detail and how I used ISAPI_Rewrite to fix it up.
Fast forward to this year and the IIS7 team has been taking advantage of IIS7's modular design to release a bunch of new modules out-of-band." read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
IIS7, urlrewrite, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Bognit
2 months, 16 days ago
codersbarn.com — FYI: BlogEngine source download is a solution with a core Web Application project and a Web Site project consisting of the main deployable part. I hate Web Site projects; they should be stamped out!! read more...
add a comment
|
category: ASP.NET | Views: 10
|
|
tags:
IIS7, BlogEngine, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
3 months, 14 days ago
west-wind.com — "For the last couple of days I've noticed that my server's been inundated with a huge number of unwanted requests." -Article shows how Rick Strahl solved the problem with IIS7. read more...
add a comment
|
category: Database | Views: 13
|
|
tags:
IIS7, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 18 days ago, submitted by
Jemm
3 months, 18 days ago
weblogs.asp.net — "I ran into an interesting issue a few months ago with IE8 support on sites which use ASP.NET Themes. I’ll talk about the issue and how to fix it. More important, though, I’ll talk about how this small example fits into the whole IE8 / X-UA-Compatible thing, and why I think the way that turned out was bad for everyone." read more...
add a comment
|
category: ASP.NET | Views: 121
|
|
tags:
IIS7, IE8, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kalyanms1
4 months, 10 days ago
techbubbles.com — If you want to run your existing ASP.NET 1.1 websites under .NET Framework v1.1 please read this post Configuring .NET Framework 1.1 on windows vista and follow the below steps.
1. Open IIS 7 by going through Control Panel/Administrative Tools and please select the ISAPI and CGI Restrictions option from IIS section. read more...
|
|
tags:
IIS7, .net1.1, IIS, Tips, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
moldava
4 months, 15 days ago
aspalliance.com — Redirecting an HTTP connection to HTTPS is a very common requirement for applications that use SSL channel. A common example is Outlook Web Access (OWA). With Internet Information Services 7.0, we have a new configuration system and a new user interface. Here are the steps that you will need to automatically redirect an HTTP connection to HTTPS read more...
add a comment
|
category: ASP.NET | Views: 32
|
|
tags:
HTTPS, redirect, IIS7, ASP.NET, IIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
4 months, 18 days ago
blogs.iis.net — IIS 7.0 Failed Request Tracing (for historical reasons internally we refer to it as FREB, since it used to be called Failed Request Event Buffering, and there are no "good-sounding-decent" acronyms for the new name) is probably the best diagnosing tool that IIS has ever had (that doesn't require Debugging skills), in a simplistic way it exposes all the interesting events that happen during the request processing in a way that allows you to really understand what went wrong with any request. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
IIS7, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
4 months, 18 days ago
blogs.iis.net — So just by adding a new handler (ASPNETLikeHandler above) to the System.WebServer/Handlers will cause IIS to see this extension and correctly execute the page. Note that we use the preCondition attribute to tell IIS that this handler should only be used when we are running in an Integrated Pipeline Application Pool. read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
IIS7, ASPX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
4 months, 20 days ago
blogs.iis.net — DiscountASP.net who has been a very close partner of the IIS Team leading several offerings of our platform - including IIS Manager Remote Delegated Access to the Web Site and many other cool tools - has just built and released yet another cool module that extends the IIS Manager capabilities by having a GAC Viewer for their customers. read more...
add a comment
|
category: ASP.NET | Views: 11
|
|
tags:
GAC, IIS7, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rimsystems
5 months, 23 days ago
learn.iis.net — The Microsoft URL Rewrite Module for IIS 7.0 provides flexible rules-based rewrite engine that can be used to perform broad spectrum of URL manipulation tasks. read more...
add a comment
|
category: Other | Views: 26
|
|
tags:
IIS, IIS7 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
7 months, 9 days ago
blogs.iis.net — IIS 7.0 includes a very cool feature that is not so well known called Hostable WebCore (HWC). This feature basically allows you to host the entire IIS functionality within your own process. read more...
add a comment
|
category: Products | Views: 15
|
|
tags:
UnitTesting, IIS7, IIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 28 days ago, submitted by
Jemm
7 months, 28 days ago
weblogs.asp.net — "Last week the IIS team shipped the first technical preview of some really cool administration modules that I think web developers will find super useful."
Database Manager, Log Reports, Configuration Editor, Request Filtering UI, .NET Authorization, FastCGI UI read more...
add a comment
|
category: Products | Views: 11
|
|
tags:
ScottGu, ScottGuthrie, IIS, IIS7 | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|