Posts Tagged ‘IIS’

WordPress Permalink and IIS

When wordpress is hosted in IIS, permalink will not work, as permalink needs url rewrite.

WordPress is a php application aimed to be hosted by Apache server, there is a rewrite_module of Apache which is doing url rewrite through .htaccess file.

All these mechanisms do not exist in out of box IIS. Read the rest of this entry »

Tags: ,

Windows Authentication And Impersonation

Very often we are confused by the authentication and impersonation settings in asp.net web config, coupling that with the settings of IIS and NTFS file system, to have a clear idea of who has access of what of your resources just seems an insurmountable chain of hurdles. Read the rest of this entry »

Tags: