Disable Forms Authentication on subfolder or Virtual Directory...
Hello,I'm looking to disable the Forms Authentication on subfolder or Virtual Directory through applicationhost.config. I know there is a way to handle it through the application web.config but I want...
View ArticleMy IIS server does not handle wsman request. My WSMAN request keeps going to...
I have set up both winrm and wmi on the servers. They are both running on windows OS. One is a windows 7 and the other is a windows 2012 server. I used nodejs to test that the winrm is properly...
View ArticleI can connect to an outside server but cannot perform an function once connected
I can connect to my Win Server 2008/IIS 7 server and perform puts/deletes etc. My problem is when connecting via ftp FROM this server, I am then unable to perform any commands as they always timeout. I...
View ArticleTrying to do a simple Java scriptand it put's error Microsoft Jscript error...
i whanted to animate mi name just with simple commands so i created a notepad where i wrote this 1 var rouge = [0, 100, 63]; 2 var orange = [40, 100, 60]; 3 var vert = [75, 100, 40]; 4 var bleu = [196,...
View ArticleGetting error while using msdepoly.
I am getting below error while exporting package I amusing below script to export the package.Export script as belowmsdeploy.exe -verb:sync -source:webserver=”D:\websites”...
View Articleold school cgi.exe
Hi Folks,Last week, I was able to run an old CGI.exe on my Windows 7, IIS, default website (not on localhost, i gave it a binding with a port..)I needed to add a virtual directory: cgi-bin and gave...
View ArticleWildcard host header support
I want wildcard subdomains, which is not currently possible. I have heard all kind of arguments, all terrible.- The HTTP 1.0 or 1.1 specfication wont don’t allow wildcard host headers FACT IS:...
View ArticleSize error while exporting package via msdepoly.
Can we use 7zip for archiving package via msdeploy as my website folder size almost 10 gb and i am not able to export it.
View ArticleHow to programmatically add ip to list of servers, which are allowed to relay...
Hi! I write a setup programm in c++ which must configure IIS 8. For SMTP you have got to change metabase data and I don't know how to do this in native code. So I use the script adsutil.vbs and call it...
View ArticleAdvancedLogging Configuration per Site
Hi,I have this script:========================$Sites = Get-Website | Select Name $Site = $Site.NameForeach ($Site in $Sites){ & "C:\Windows\System32\inetsrv\appcmd.exe" set config $Site.Name...
View Article100 seconds timout
Hi.I have a site on IIS 7 with an application done with iisproxy.dll (don't remember where I found it) which simply rewrites url from outside to inside. Everything works fine EXCEPT for the timeout...
View Articlemsdepoly sync multiple ssl sites
Hi @ all!i use msdeploy to sync Websites and config between 3 IIS Servers. All OK and working.So now i got a second SSL Site for additional Hosting on the existing Servers. Now i Need additional IP´s...
View ArticleHTTPS Rewrite rule causing 404 error for WCF Service
I've published WCF services to my domainWhen I try to add Service References in project from Visual Studio by specifying say: http://domain.com/MyService.svc link.It gives 404 error with following...
View Articleproblem with web.config with images directory.
I am trying to enable http compression in web.config. My images don't show up and when I go to the iamge link I get this...
View ArticleMake changes in path of every website in bulk with appcmd
Hello,In my web server my most of the domains are pointing to one single directory with different domain names. lets saymyapp.mydomain.com now i am planing to change the directory to...
View ArticleAccessing contents of Virtual Directory thru Server Farm
Hi, I'm pretty much a noob when it comes to IIS 7 so I'm hoping the experts out there can help me. I have an application that is running on 8080 that I access through IIS (on the same host). I have...
View ArticleIIS 8.5 Log File Prefixes
Hello!We are currently migrating our websites from IIS 6.0 to IIS 8.5 and after we completed over 95% of the migration, we have run into a minor issue. We have a small subset of machines that are...
View ArticleHow to configure HttpModules for Virtual Directory
Hi all,I created a Virtual Directory under by current website which is running on IIS 7.5. I need to add a special authorization check before serving files under this Virtual Directory, so, I...
View ArticleAvoiding 500 Errors when installing ColdFusion 9 Server on Windows 2008 with...
To avoid a 500 error when accessing the Administration console for the first time when installaing ColdFusion 9 on a Windows 2008 server with IIS 7.5 installed, include the "IIS_IUSRS" user group with...
View Articlesigning a powershell script
Hello,I am new to powershell so please be kind :) I have a .ps1 that I want to run on a Windows 2008 web server. It runs fine when I set execution policy to Unrestricted but I do not want to do that. I...
View Article