By tag: IIS
0
kicks
Remove unwanted headers in the HTTP response
Article to remove unwanted response headers in the http response. includes a walk through of using registry setting and a walk through of using URLScan to remove the Server header.
0
kicks
10 IT Admin skills every .NET developer should have before going live
Couple of essential skills every .NET developer should have under their belt before going live. If you are a startup or a developer who has to code, deploy and maintain .NET apps on production, you will find these techniques very handy.
0
kicks
IIS 8 Web Site in Windows 8 externally accessible to the World
Today I needed to allow a per to access an application that’s under development. Instead of buying a cheap ASP.NET hosting account I decided to host the app on my local IIS 8 server. The process to get this configured and working was somewhat exciting since I learned new things along the way.
0
kicks
IIS Express and Visual Studio 2010 without SP1
Here’s how you can integrate IIS Express with Visual Studio 2010 without SP1. I’m taking advantage of External Tools again.
0
kicks
How to backup IIS 6.0 Metabase
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.
0
kicks
Silverlight and Integrated Authentication
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...
0
kicks
IIS Express
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.
0
kicks
Collection of VS2010 Web Deployment posts
"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…"
0
kicks
Scripting IIS7 With PowerShell
A simple example of how to use PowerShell to manage IIS7 virtual directories and switch between branches in version control.
0
kicks
IIS 7 – Managed pipeline mode – Global.asax redirect not working
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 ...
0
kicks
SharePoint not reachable through IE, with Firefox no problem
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 I...
0
kicks
Setup 301 Redirect handler for all domains on an IIS Server
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.