Stories recently tagged with 'IIS'

IIS Express and Visual Studio 2010 without SP1(www.jrummell.com)

submitted by johnrummelljohnrummell(1321) 1 year, 2 months ago

Here’s how you can integrate IIS Express with Visual Studio 2010 without SP1. I’m taking advantage of External Tools again. read more...

2 comments |category: |Views: 16

tags: another

How to backup IIS 6.0 Metabase(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 1 year, 4 months ago

Have you ever had migrate a IIS web server before? It can be a real pain especially if the web server is hosting a lot of web sites. read more...

add a comment |category: |Views: 0

tags: another

Silverlight and Integrated Authentication(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 1 year, 9 months ago

Using integrated authentication with Silverlight should be simple. However the differences between Cassini (Visual Studio Web Development Server) and IIS in combination with some WCF configuration pitfalls cause a slew of pitfalls... read more...

add a comment |category: |Views: 37

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

Collection of VS2010 Web Deployment posts(vishaljoshi.blogspot.com)

submitted by JemmJemm(9604) 2 years ago

"In past few months I and my team have written several blog posts on VS 2010 Web Deployment features… In VS 2010 there was a lot of investment made in Web Deployment and over next few months we will be writing more on the subject…" read more...

add a comment |category: |Views: 12

tags: another

Scripting IIS7 With PowerShell(www.gregshackles.com)

submitted by gshacklesgshackles(156) 2 years, 3 months ago

A simple example of how to use PowerShell to manage IIS7 virtual directories and switch between branches in version control. read more...

add a comment |category: |Views: 21

tags: another

IIS 7 – Managed pipeline mode – Global.asax redirect not working(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 4 months ago

I implemented the exception handling and after logged the exception wrote line for redirecting the page to the error page. So that user will see the custom error page instead of the original exception screen. But, when I deploy the code on WS 2003 or earlier it's working without issues. But, When I deploy the code on IIS 7, it stopped working. So, This is the post for fixing that problem. Hope it will help you to understand it well. read more...

add a comment |category: |Views: 89

tags: another

IIS SEO Toolkit(himabinduvejella.blogspot.com)

submitted by hima_.nethima_.net(440) 2 years, 5 months ago

A Story and features on IIS tool kit read more...

add a comment |category: |Views: 8

tags: another

Dynamic IP Crawlings(logiclabz.com)

submitted by webtipswebtips(265) 2 years, 7 months ago

Block dynamic IPs from crawling in IIS read more...

add a comment |category: |Views: 9

tags: another

Web Performance: AXD files compression.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 3 months ago

Data compression tweaks for IIS read more...

add a comment |category: |Views: 11

tags: another

SharePoint not reachable through IE, with Firefox no problem(patrikluca.blogspot.com)

submitted by PatrikPatrik(705) 3 years, 3 months ago

Problem description: Internet Explorer cannot display the webpage At one of my customers, all of a sudden, the SharePoint website was not accessible anymore for some users. Those users were prompted for their credentials when trying to enter the SharePoint website, but then they got immediately a Internet Explorer cannot display the webpage error page. The SharePoint environment was a MOSS 2007 environment with Windows Authentication. read more...

add a comment |category: |Views: 43

tags: another

Setup 301 Redirect handler for all domains on an IIS Server(developeers.net)

submitted by seanpaulmurphyseanpaulmurphy(20) 3 years, 3 months ago

Using the Default Website in IIS create a one-time SEO friendly redirect for all non-www domains hosted on the server to their www.domain.com equivalent. read more...

add a comment |category: |Views: 37

tags: another

Remove WWW. Prefix from URLs with URL Rewrite Module for IIS 7.0(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

A very good trick to eliminate www. prefix from your URLs using the new IIS 7.0 Rewrite Module. read more...

add a comment |category: |Views: 306

tags: another

ASP.NET application lockdown on IIS 7(blog.madskristensen.dk)

submitted by JemmJemm(9604) 3 years, 4 months ago

"With IIS 7 it is now easier than ever to customize the inner workings of ASP.NET applications using only the web.config. It is possible to remove all the features but the ones the specific application uses. In other words, we are able to lock down our applications and only turn on the features we need. The reason to do this is to reduce the attack surface of the application as well as stay in total control all the way from the IIS and into the ASP.NET application." read more...

add a comment |category: |Views: 42

tags: another

IIS7 in Windows Server 2008 R(blogs.iis.net)

submitted by JemmJemm(9604) 3 years, 4 months ago

"For the last year and a half, the IIS product team has been working hard on building IIS extensions on top of the IIS7 platform, releasing betas, RCs and RTWs that add new support for optimizing media hosting, web content publishing, site and server administration, deployment and migration, and request handling. We would not be able to innovate and build production-ready, fully supported MS software in 12-18 months like this without the architectural changes we introduced in IIS7 in Windows Server 2008. Now with Windows Server 2008 R2, we have added some improvements, fit and finish to that IIS7 platform." read more...

1 comment |category: |Views: 33

tags: another