ITExperience.NET Rotating Header Image

Posts Tagged ‘iis 7.0’

Cannot upload large files to IIS7 website

When running a website on Windows 2008 with IIS 7, you may have difficulties uploading large files to the website. The following error occurs

Server Error

404 – File or directory not found.

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Read the rest

HTTP Redirect missing in IIS7 / IIS7.5

When trying to redirect the default website in IIS7 to an external website, I found out my HTTP Redirect icon was missing.

It appears that the HTTP Redirect functionality is not installed by default when you add the Web Service role on a Windows 2008 R2 server.… Read the rest

Command to Change Physical Path of an app in IIS 7.0

APPCMD is Microsoft’s command line tool to manage IIS. With APPCMD you can add, modify and delete Virtual Directories and Virtual Applications.

Google and APPCMD /? should give you enough information for the most basic commands. However, one misplaced character can ruin your whole day (like it did mine ;) ).… Read the rest