Tagged Questions
-1
votes
0answers
10 views
How do you use simondean iis module from puppet forge [closed]
I'm posting this as a question because of the frustration trying to make this module work. I searched online for examples on using this but with so few downloads I couldn't find anything useful. So ...
0
votes
0answers
18 views
AjaXplorer Installation on Windows 2008 Web Edition
We have a Windows 2008 Web Edition Server running Joomla 3.0 just fine.
We are attempting to run Ajaxplorer on this server as well. We have copied the files into a folder on the "D" drive and created ...
0
votes
0answers
7 views
Multiple web sites with different locales
We have one server on which we need to host several classic asp web sites (we are consolidating several old servers to one new one).
The old servers had different locales and now those that dont have ...
0
votes
0answers
12 views
Windows 2008 Server + IIS 7. Sessions not worked
I'm newbie in IIS Administration and I have a problem.
1.php
session_start();
$_SESSION['test'] = 'my_test_value';
in Google Chrome console I see PHPSESSID=fg32orkv32m4eb8811bbncvks5
2.php
...
0
votes
0answers
21 views
htaccess rewrite rule to web.config
I'm migrating a website from a Linux/Apache2 server to a Windows/IIS7.
My website depends on a strict but simple .htaccess rule:
RewriteEngine on
RewriteCond $1 ...
0
votes
0answers
18 views
ASP.NET - Windows prompt or forms authentication?
I have an interesting requirement...
My company wants to force users to re-authenticate when accessing certain web based applications inside our network. This is coming down from a directive that ...
0
votes
1answer
14 views
Why PEAR_INSTALL_DIR has wrong PEAR path?
This question is related to:
Why $pear->packageExists() returns always false on installed package?
PEAR_INSTALL_DIR has:
C:\php\pear
but this path doesn't exists in my system. I have PEAR ...
4
votes
1answer
26 views
Why $pear->packageExists() returns always false on installed package?
I installed Mail (http://pear.php.net/package/Mail) by
pear install Mail
everything seems to be ok, but checking for this package programmatically:
$pear = new PEAR_Registry();
$enabled = ...
0
votes
0answers
22 views
.NET Memory Cache 4.0 performance counter showing phantom cache entries
I've been monitoring a WCF API service, that's installed on 2 of our servers running under IIS 7.5, using the .NET Memory Cache 4.0 "Cache Entries" performance counter, and I happened upon some ...
0
votes
1answer
22 views
Files on IIS server in ASP.NET throwing a HTTP 401 Access Denied Error
Uploading new files to an IIS web server and unzipping them into the correct directory yields 401 errors when I try to access them. When I look at the files in the directories, they are labelled in ...
0
votes
3answers
35 views
Can't start ANY ASP.NET projects
I've been trying to fix this for quite some time now, but I simply can't make any ASP.NET projects in Visual Studio Express 2012 for Web. I get this error when I start a new project:
Web application ...
0
votes
0answers
15 views
How do I create a password protected directory on Windows hosting?
I would like to create a password protected diretory in a .NET website.
What I mean by password protected has nothing to do with application authentication.
I mean that it should work with the ...
0
votes
1answer
51 views
PHP only executing with short open tags (not working with <?php) [closed]
I guess this case is rather exotic.
For one project I have to use PHP (5.3) on a windows machine with IIS.
Usually for all my projects I am using <?php instead of <?.
But on this machine PHP is ...
-1
votes
0answers
14 views
Non Standard IIS 7.5 website location [closed]
I have had to build a new 2008R2 server for a friend as their server got hacked and as such I only have the raw website data taken from d:\WebSites
I have tried the appcmd to export as per below but ...
0
votes
1answer
39 views
Where can I find appcmd.exe for IIS Express?
I am trying to run the following:
rem %windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.processModel.idleTimeout:00:00:00
rem ...
0
votes
1answer
23 views
How to point www to non www for window server alternative iis
How to point www to non www in this website http://www.bossmaninternational.com , in window , not support control panel IIS, any coding method recommend ?
0
votes
1answer
16 views
Where is WebsitePanel Server pool located on Windows?
I need to find WebsitePanel Server pool on my PC. I don't know the location of it. Can anyone appoint me to that location. I don't know is it a part of IIS or something elese. Current configuration is ...
0
votes
2answers
33 views
Get-Website issue with -ne Not Equals
So I am trying to get a rather simple script to work but have not been successful. All I am attempting to do is get the name of the other website we have on servers that does not equal Default Web ...
0
votes
0answers
49 views
Strange PHP hidden iFrame issue (COMET) where output just stops
I have a strange problem using PHP with a hidden iFrame to receive status updates from a long running script. I have IIS 7.5 using FastCGI and PHP 5.3.13. It works for a random amount of time ...
0
votes
1answer
20 views
Overwrite php.ini settings on IIS
I tried to make an PHP upload form on a windows server, but the upload didn't work because there's no temporary directory. I checked which value is set for the upload_temp_dir and phpinfo() says "no ...
0
votes
0answers
21 views
IIS windows authentication and allow a single user through
I have an IIS system that houses a website that is windows authentication protected.
I have created a web service that sits in a subdirectory under the root called services.
Question is - is there a ...
0
votes
0answers
267 views
Deploy a MVC 3.0 web application project on IIS 8.0
Normally, in webforms , when you have to deploy the application , we publish from the Visual Studio and put the published folder only on the server (IIS). But, in MVC web applications , how is it ...
0
votes
0answers
29 views
TLS mutual authentication in IIS without renegotiation
I'm hosting a web app that uses TLS with mutual (2-way) authentication for all connections. My web app is hosted with IIS 8 on Windows Server 2012, and it is configured within IIS to require SSL and ...
1
vote
1answer
55 views
Which user IIS uses for access to files
I have an ASP.NET application, which use some files in project directory (license, logs, etc).
And I need method to check for file permissions.
I wrote this one:
public static bool ...
0
votes
0answers
68 views
Problems running powershell script with php exec
i have troubles with running valid powershell script (tested from cmd). I want the script to test if user exists on office 365 but authentication just wont pass via php while it executes normal in ...
1
vote
2answers
63 views
is it possible to have windows authentication on a php site? [duplicate]
We are running an internal website on php 5.2 with IIS.
Currently each user is assigned a login. The login information is authorized with php confirming the information against a sql server database ...
0
votes
0answers
22 views
VBScript parsing issue on iis7
When loading my website I get code rather than parsed output. New to IIS and can not find out how to adjust the setting to get expected output rather than:
<%@ LANGUAGE = "VBScript" %> <% ...
1
vote
2answers
51 views
What Windows account does an ASP.NET 4 application run under?
What Windows user account does an ASP.NET MVC 4 app run under?
When I deploy my MVC app to IIS 7, it isn't writing exceptions to the log file. I stepped into the source while the application was ...
3
votes
3answers
68 views
Connecting to a COM interface in an aspx code-behind running on IIS?
I've created a Windows service (an exe based on the Visual Studio ATL wizard) which exposes a COM interface. No problems running as an in-proc server or a Windows service. I need a Windows service ...
0
votes
0answers
23 views
Change ActiveDirectory server
I would like to change the default active directory server to which my application connects to retrieve some users infos. I have installed "Active Directory Lightweight Directory Services" on my ...
0
votes
1answer
57 views
PHP opendir() failing in IIS
I have a PHP script that is trying to open the directory "C:\Users\userA\Desktop". However, the opendir() call is returning false. Here is my code:
$path = 'C:\Users\userA\Desktop';
var_dump ...
0
votes
1answer
80 views
WSGI on Windows/IIS behind reverse proxy, how to set up multiple processes and process recycling?
I have previously deployed CPython apps on IIS using isapi-wsgi, and this has worked well for a handful of cases.
However on my current project I have run into difficulties with isapi-wsgi: The ...
0
votes
1answer
177 views
Windows FTP Connection says Unable to connect to the remote server
I've enabled windows ftp in IIS 7 and able to connect through ftp://user:password@RBDRMSNMVM01. However I tried the same through below C# snipet but I could not able to transfer the file.
It was ...
1
vote
1answer
41 views
PHP Issue with generating a timestamp on windows server - issue online not on dev
first time poster so please take it easy on me. I am developing on a windows 7 machine with WAMP Server running and no configuration changes from the defaults. IIS is turned off.
In my site I have a ...
1
vote
1answer
81 views
Should I create long running threads modeled using Workflow Foundation?
The company I work for is considering the adoption and implementation of Workflow Foundation hosted in IIS for processing data. We are still designing our problem domain but a concern was raised that ...
1
vote
0answers
42 views
Executing a windows application from php?
I'm trying to print an image that was rendered by my PHP script. To do this I am trying to use Irfanview (/print option).
I'm having trouble as there are security issues with executing and program ...
0
votes
0answers
60 views
How to send an email from Windows 7.0?
I have Windows 7.0 Enterprise and I've installed Remote Server Administration Tools from http://www.microsoft.com/en-gb/download/details.aspx?id=7887
I have also configured my IIS to use Localhost as ...
0
votes
0answers
195 views
Wildcard subdomain on localhost using host file
I'm trying to set up sub-domains on my development machine that runs IIS 7 on Windows 7.
It looks like it is possible by editing hosts file in C:\Windows\System32\drivers\etc by adding line like ...
0
votes
1answer
28 views
setting up asp application on hosting provider changing
i have never worked on windows iis, asp and mssql but now i am forced to do so.
the plot:
i have an asp mvc application (the exact folder tree copied from the old disabled server) and an mssql ...
0
votes
1answer
260 views
Windows 2008 R2 permissions for accessing certificate stores from IIS
I'm creating web application what has to require client certificates for authentification. After it user have to sign some text by his private key and send it to server. When data was received I need ...
1
vote
1answer
47 views
How to view the current stack size of a windows thread when it overflows
I have a process that is overflowing the stack when run from within an IIS process, but works fine when run on its own. I suspect that on its own it gets the default 1MB stack, but within IIS gets ...
0
votes
1answer
126 views
Install IIS from batch file - get error windows package manager
I try to install the IIS role from a batch file.
If I call my batch file directly by clicking on it or from the command line, everything works perfectly.
But if I call from my program "C #" I see an ...
1
vote
0answers
84 views
Is the time format different between windows PHP and linux PHP?
I'm not a web developer, but I inherited a PHP (version 5.2.13) site on a linux VM.
The first thing I was asked to do was put the PHP site onto an IIS server. I did that, but the users of the site ...
0
votes
0answers
108 views
Setting appConcurrentRequestLimit in Windows 2008
I read from SO (HTTP Error 503.2 - Service Unavailable. The serverRuntime@appConcurrentRequestLimit setting is being exceeded) and MSDN ...
0
votes
0answers
110 views
Can't run iis express 8 on windows 7
When I try to run iis express 8 with following command
"iisexpress.exe/trace:error"
on windows 7 I get following error lines:
"C:\Program Files (x86)\IIS Express>iisexpress.exe/trace:error
Starting ...
0
votes
0answers
80 views
axis2 client for IIS windows authentication webservice without credentials
My requirement is, need to write a axis2 client program to access the IIS windows authenticated webservice. In this case we don't want to send any username and password for the client program.
For ...
0
votes
1answer
24 views
Turn off traffic on unassigned port [closed]
I've got 2 IP's assigned to my Windows 2012 server. One I am using for IIS and the other is not assigned to anything. When I browse to the IP that isn't assigned it shows this message:
Not Found
...
1
vote
1answer
151 views
Use PowerShell to Create AppPool does not set AppPool Identity
I am attempting to use PowerShell to create an Application Pool in IIS. After searching the web, I created the following test script:
Import-Module WebAdministration
$siteName = "TestAppPool"
...
-1
votes
1answer
68 views
Automated Script for IIS log rollover schedule change [closed]
Is there any script for automating IIS log Rollover schedule change ? Please give some idea's to implement it further.
0
votes
0answers
34 views
m12-073 update causes IIS service unavailable
I am a developer. I have created a web site and service with Visual Studio 2010. I am running a fully patched Windows 7 computer.
I need to be able to debug it with devices other than my dev computer ...
