subdomain on sbs 2011 iis7 constant 404 error
so i have a website www.example.com hosted with godaddy. i also have an sbs 2011 server running exchange, company website, ad, basically everything. our dns for example.com is also on godaddy....
View Articlegetting started with advanced web development / getting started with IIS
For decades I have compiled desktop EXE applications. These EXE applications were always small utilities, not resource hungry.The World has changed. Tasks are now centralised using internet browsers...
View ArticleHow to enable PUT Verbs under IIS 8.5
IIS Version: 8.5 Windows Server 2012 R2 I am not able to connect to my services with HTTP Verb PUT. I am successfully able to hit services using GET and POST methods. I tried a lot using all the...
View ArticleConsuming WCF Service within ASP.NET causing problem at deployment end
Ok. This is bit ridiculous.We've written WCF service and successfully consumed it within ASP.NET application. Everything works like charm at production environment. But, we are experiencing setbacks...
View ArticleIIS7 webServer export error
So, I'm trying to export a webServer on windows server 2008 using IIS7 webdeploy and I'm getting this error:The package creation failed.Details: Index (zero based) must be greater than or equal to...
View ArticleMigration of asp.net pages and dll's between servers
I have to migrate an intranet from Windows Server 2003 to Windows Server 2012R2. a colleague build the whole thing. he wrote a lot of code (*.vb) which he compiled to dll-files. and there are *.aspx...
View ArticleAutomatic Logfolder Name
Hi,i'm searching for a way to automaticaly create the log folder with the name of the website.For example: when i create a new website "mysite" i wan't to have it create a Logfolder like:...
View ArticleCustom aspx extention - only in subfolder
HeyIm developing a site using VS Community 2013 and using IIS express when previewing the site.and now i need to create a web.config file in a subfolder that changes/adds a custom extension that will...
View ArticleIIS7.5 default caches setting for HTML
Hi,I've got over thousands PC which runs in Windows 7 with IE9.0.36. They access IIS7.5 serving static HTML pages. Some of them can load the updated-content, some of them aren't. After inspection, I...
View ArticleHow to change IIS8.5 Content-type?
Hi,I am started the management of a Win2012 server. PHP+MySQL is running with IIS85.There are many sites with Latin 1 encoding, but the server sends out Content-Type:text/html; charset=UTF-8 header.I'd...
View ArticleSet-WebConfiguration on MACHINE/WEBROOT level creates double entries
Hi Folks,I am trying to configure entries in the Machine web.config using Set-WebConfiguration / Set-WebConfigurationProperty. Which is working fine, if I am only trying to add an entry.If I try to...
View ArticleExistingResponse="PassThrough" breaks IIS Custom Errors in IIS 7.5 (Windows...
We use a mixture of Classic ASP and C# on the same servers.We use custom errors (setup under IIS Admin / IIS / Error Pages) for 404 and 500, to redirect to /errors/404.asp and...
View ArticleNot sending cookie with http request Get using Rest API on IIS8.5 Server 2012R2
I am writing a website with Webdev 19 (Pc soft) and It run well on a developpement machine under w8.1 (IIS8.5) and another under Vista , but when I install it on a Windows server 2012 or 2008r2 , it...
View ArticleISAPI and CGI Restrictions
Hi everyone,I have a question about ISAPI and CGI Restrictions of IIS 7.5:The program I'm supporting needs to to utilize dll files, and on the main virtual directory, i see them added as script maps...
View ArticleHTTP Referer blocking with URL rewrite
HiI'm trying to block referrer spam coming through to my site and I've configured the URL rewrite section of my web.config as follows (inspired from Scott Hanselman's blog on blocking image hotlinking...
View ArticleCan I add virtual directory to IISExpress using APPCMD?
I can add a virtual directory to IISEXPRESS by editing applicationhost.config. On the surface APPCMD provides commands for managing sites, applications and virtual directories. For example,$appcmd =...
View ArticleDisabling native WebDAV
Hi!We have the Asp.NET web application where we have implemented the webdav protocol to access to files stored in the database. To disable the native WebDAV module we added to the web.config the...
View Articlelog files and adding custom headers
in win2012r2, in the iis , there is new ability to add custom headers.is there a way to write to the log file the soap request?today i do it using c# code (and then appendToLog): XmlDocument...
View ArticleIIS Log and response headers.
Hi.When I have logging configuration like this:<site name="Web" id="1"><application path="/rest" applicationPool="Clr4IntegratedAppPool"><virtualDirectory path="/"...
View ArticleIIS tracing question
We have an ASP.NET MVC app for which I would like to trace all routes (URL's). There are numerous possible controller routes. Is there a good way in IIS to trace all URL's for a given web app (some...
View Article