3
PHP shows page source code in browserview story

http://serverfault.com – I have Windows 2008 Server with IIS, PHP, MySQL installed on it and there are several PHP websites working fine. (HowTos)

5
php shows page source code on browserview story

http://serverfault.com – I have windows 2008 server and IIS php, mysql installed on it and there are several php websites working fine. But when I try to open one of my websites in browser it shows the source code of page, not execute the php code. I thought that this is related with mysql db connection at first. But I installed Vs.Php for visual studio 2010 and tried to open my website, it works. I think it is related (HowTos)

5
.NET,C# ,IIS 7.5 - How to rewrite urlview story

http://serverfault.com – I need to rewrite the URL: http://www.mydomain.com/test.aspx?pagename=quotes&companycode=324543 To http://www.mydomain.com/test/quotes/324543 I am Using IIS 7.5 and VS 2008. I need the text to insert in web.config. (HowTos)

2
Event ID 4104 SmallBusinessServerview story

http://serverfault.com – I get the following error on SBS server 2003: Event ID 4104 SmallBusinessServer Could not connect to the monitoring database. This can occur when there are multiple connections to the database. Wait a short period of time, and then try again. (HowTos)

4
Has anyone installed php geoip library in php for iis 7.5?view story

http://serverfault.com – In Internet Information Services (IIS) Manager, you can go to Web Platform Installer, and in there you can install PHP. Once you install PHP, in Internet Information Services (IIS) Manager you can go to PHP Manager, and in there there is an Add an extension link. Has anyone built a PHP GeoIP DLL that can be installed via the Add an extension link? (HowTos)

5
New SBS2011 box not setting up Internetview story

http://serverfault.com – A customer has asked for help with this, and given me remote access, and my Google searching is not helping. SU doesn't seem to have anyone available to help in chat currently, so I'm trying here. I start it up, run the Setup your Internet address and Configure a Smart Host for Internet e-mail wizards, only to be told that the Connect to the Internet wizard must be completed first. (HowTos)

4
IIS 7.5 and Tomcat Setup: Error 500.19view story

http://serverfault.com – I am setting up a 64-bit IIS 7.5 / Tomcat 7.0.26 server and I have received the following errors when I navigate to http://localhost - Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error Information Module IIS Web Core Notification BeginRequest Handler Not yet determine (HowTos)

5
How do I get Windows Domain Controller and Ubuntu dnsmasq to play nicely?view story

http://serverfault.com – I've inherited "ownership" of a network which has a Windows 2003 Server running as a Domain Controller and file server (no IIS or DNS running). (HowTos)

5
Does IIS support HTTP basic auth and form auth at the same time?view story

http://serverfault.com – preface: I am a web dev who knows apache servers quite well, but I have little to no knowledge of IIS or .NET I work with a developer who has been avoiding a request to add a Basic Auth to a staging server running IIS for a while now. (HowTos)

5
IIS 7.5, PHP, and URL rewriteview story

http://serverfault.com – I have a PHP (5.4.3) application running in IIS 7.5. I used the URL Rewrite module in IIS to create a user-friendly URL. I entered an example URL (example.com/index.php?module=dashboard&id=123), selected the best pattern to use (example.com/dashboard/123), and checked the boxes for creating a corresponding redirect and outbound rewrite rule. (HowTos)