In this article, I am going to show you step by steps Installing and Configuring FTP Server on IIS. setup an FTP Server in Windows 7.
Installing and Configuring FTP server On Windows IIS 7
seen from Germany
seen from Japan

seen from Russia
seen from South Korea
seen from Egypt
seen from China

seen from Austria
seen from Malaysia
seen from Indonesia

seen from Lebanon

seen from United States
seen from United States

seen from Singapore

seen from Malaysia
seen from China
seen from Ukraine
seen from China
seen from China
seen from Poland

seen from United States
In this article, I am going to show you step by steps Installing and Configuring FTP Server on IIS. setup an FTP Server in Windows 7.
Installing and Configuring FTP server On Windows IIS 7
When trying to install a web site on my test machine (IIS Server) I got Error 503 Service Unavailable, after a long discussion with my seniors and searching on the Internet I found the solution to this problem.
IIS introduces a new security feature in Service Pack 2 (SP2) of Windows Server 2008 and Windows Vista. It's called Application Pool Identities. Application Pool Identities allow you to run Application Pools under a unique account without having to create and manage domain or local accounts. The name of the Application Pool account corresponds to the name of the Application Pool. The w3wp.exe (you can see this process within process tab option in task manager) shows an IIS worker process running as the DefaultAppPool identity.
New Post has been published on Tech Sharing
New Post has been published on http://tech.david-cheong.com/distributing-andriod-application-file-apk-with-iis-7/
Distributing Andriod application file .apk with IIS 7+
To distributing the Andriod application via the IIS 7+, you need to create the custom MIME type map for it, than only your IIS can recognize and know how to handle the file with .apk extension.
To doing that is very simple only:
Upload the .apk file to your webserver
Open the web site that the .apk file located
Click on MIME type
Click on Add
Enter .apk in the file name extension text box
Enter application/octet-Stream in the MIME Type text box
Click OK
Done
Click on the MIME type in IIS features view to add the file extension of .apk
Just simply enter the .apk into the file name extension text box and application/octet-Stream into the MIME type text box
FTP Publishing Service
The FTP Publishing Service for IIS 7.0 allows Web content creators to publish content more easily and securely to IIS 7.0 Web servers using modern Internet publishing standards. New features like SSL-based authentication and data transfer protect…
View Post
Getting Started with Configuration in IIS 7
Abstract
The configuration system in IIS 7 and above is based on distributed, clear-text, XML files that hold the configuration settings for the entire web server platform, including IIS, ASP.NET and other components, and may optionally be set at the…
View Post
ASP.NET 2.0 Breaking Changes on IIS 7.0
Introduction
ASP.NET 2.0 applications on IIS 7.0 and above are hosted using the ASP.NET Integrated mode by default. This new mode enables a myriad of exciting scenarios, including using valuable ASP.NET features such as Forms Authentication for your…
View Post
IIS 7.0 Installation & Migration issues
1. IIS 7.0 Installation & Migration issues
1.1 When you try to install IIS 7.0, an error message is reported: “An error has occurred. Not all of the features were successfully changed.”
Despite many attempts to reinstall IIS7, you keep getting the error…
View Post
Configuring Remote Administration & Delegation in IIS 7
Introduction
IIS 7 (IIS 7.0 on Windows Server® 2008 or IIS 7.5 on Windows Server 2008 R2) provides administrators and developers with a new configuration system that is accessible, extensible and distributable. The new XML-based format allows for easy…
View Post