- May 14, 2008
Passive FTP uses a range of ports to transfer data. This can be a problem because the port range that IIS uses has to be opened up at the Firewall. Many administrators would like to limit the port range between specific values so that they can have a better control on the ports that need to be opened on the Firewall. IIS can be configured to limit the port range but with multiple versions of IIS the configuration has changed a bit. So here is how you configure the port range (say 4000-4025) on..
http://blogs.msdn.com/vijaysk/archive/2008/05/14/limiting-passive-ftp-port-range-on-iis-7-...
- May 4, 2008
I was recently asked ... Every time you run !dumpallexceptions ( !dae ) you will find that there is always a System.OutOfMemory exception object that will be listed
Number of exceptions of this type: 1 Exception MethodTable: 0482151c Exception object: 182d005c Exception type: System.OutOfMemoryException Message: <none> InnerException: <none> StackTrace (generated): <none> StackTraceString: <none> HResult: 8007000e The current...
http://blogs.msdn.com/vijaysk/archive/2008/05/04/the-lone-system-outofmemoryexception.aspx
- May 1, 2008
IIS uses MachineKeys for encryption. IIS 6.0 uses a particular key c2319c42033a5ca7f44e731bfd3fa2b5_GUID to do the encryption. If you have worked on IIS Admin start up issues the machine keys is one of the first things we check because if you do not have the proper machine key you cannot enumerate the metabase and hence the IIS Admin service will not be able to load the metabase.
On Windows 2003 the MachineKeys are located at
C:Documents and SettingsAll UsersApplication...
http://blogs.msdn.com/vijaysk/archive/2008/05/01/machinekeys-for-iis-7-0.aspx
|
|