How to import a .htaccess rule file to IIS7.5 by C# or VBScript?
http://thomas.bindzus.me/tag/iis-7-import-htaccess-files/This link shows how to import an apache .htaccess rule file to IIS7.5.Now I want to do the same thing by using C# or Vbscript,not from the UI,is...
View ArticleDefault Virtual Directory
Is it possible to configure IIS so that a new site will automaticall inherit/add a virtual directory? Example: <virtualDirectory path="/default" physicalPath="C:\virtual \directory\path" />
View ArticleHow to ?
I create a web site with atozed intraweb and generate a prog.dll program. I install my prog.dll program in intepub\scripts and configure my site in IIS 6.0. I have a domain name ex: mydomain.com and my...
View ArticleActive Directory query
IIS “specialist” needed…I am working on the a solution that requires an Active Directory query (enumerating some OUs) to be executed on/from a web site.The AD query is run using vbscript code in a...
View ArticleGhosting local IIS configuration
Hi, Could it be possible to scripted or copy in anyway the local IIS configuration from a computer to another computers?Why? Because we have a lot of colleagues using the same configurations and it's...
View ArticleServer Side Includes
I have a problem with IIS 7.5.My situation is the follow:an html page send (in post) some parameters to .shtml page with a server side CGI (exec CGI);the same cgi has some other parameters in GET...
View ArticleHow to disable a handler mapping?
Handler mapping has the status property("enabled/disabled" ) in the UI.But I can just add/remove/edit it, I don't know how to diable or enable a handler mapping.
View ArticlePHP Website that need to connect to MySQL database
Hi, I have a website that need to connect to MySQL database to show and execute. I did instal MySQL 5.6 and i also installed PHP 5.4.3 and i see the test.php with <?php phpinfo(); ?>. So PHP is...
View ArticleC# code to add new attributes and modify attribute values
Hi, I want to have a custom error page for a Sharepoint webapplication. For this i need to edit ApplicationHost.config and web.config changes in about 100+ servers. I need to do following changes...
View Articleweb.config
I have created web.config under C:\inetpub\wwwroot\transpolar\employee\test folder with the following content:<?xml version="1.0"...
View ArticleFailure to read system.serviceModel using Microsoft.Web.Administration
Hello I'm trying to access sections under system.serviceModel in a web application web.config to edit some WCF service configurations usingMicrosoft.Web.Administration I get the...
View ArticleMD_ETAG_CHANGENUMBER applicationhost.config
Where and How can I configure MD_ETAG_CHANGENUMBER= xxxxxin applicationhost.config ??Thanksa nd regards, Eric
View ArticleWebdav locked file not showing username
Hello,I configured our IIS server to use WebDAV for filesharing.I mapped a network drive to the server's location. When I open a MS office file, on two different computers I get a dialog box saying the...
View ArticleInstalling a module with appcmd causes http error 503
If I install a module (e.g. Isapi, IsapiFilter, WebSocket) via the inetmgr UI, it properly adds the dll to the inetsrv folder (e.g. If I enable Isapi, isapi.dll will be installed in inetsrv folder)....
View ArticleHow to set "Enable Direct Metabase Edit" of IIS6 by C#?
I can use WMI to do nearly all of the settings about IIs6 except "Enable Direct Metabase Edit". I can not find any wmi class which assocaiates with this setting.How to do this setting by C#?
View ArticleURL Rewrite configuration with appcmd.exe
I am trying to implement the following URL Rewrite config using appcmd <system.webServer><rewrite><outboundRules><rule name="Add HttpOnly" preCondition="No HttpOnly"><match...
View ArticleIIS Express medium trust
Is there a way to setup IIS Express as medium test level, I need to so some testing from VS and that seems like the easiest way to handle it.
View Articlehost header in IIS 7
I was following the instructions on this link: http://technet.microsoft.com/en-us/library/cc753195(v=ws.10).aspxMy webpage is under the Default Web Site so I added the binding to the default web site...
View ArticleIIS 8.0 automation through VB.Net
Hello, We havee developed tool to set header depending upon its type. eg, for all js files in virtual directory it sets value as "max-age=260000,must-revalidate". This tool is developed in vb.net using...
View ArticleHow to disable Transfer-Encoding feature ?
I make the ARR as a video proxy server , but the client crashed when client request a video via the ARR . Howerver I request the video directly , the video can play fluently . I get the header response...
View Article