0
votes
1answer
18 views

Why is location.hostname not consistent?

I have a asp.net MVC project, and in one of my javascripts, I am calling location.hostname When I host my application on MVC, on my Windows 7 & 8 PCs, I am able to get it to print out ...
0
votes
2answers
50 views

iisnode 500.21 Handler “iisnode” has a bad module “iisnode” in its module list

Getting this error on Server 2008 R2 64bit, IIS 7.5, iisnode 0.2.4.0, node.js 0.10.5 - HTTP Error 500.21 - Internal Server Error Handler "iisnode" has a bad module "iisnode" in its module list ...
0
votes
3answers
106 views

IIS, ColdFusion or TomCat cuts off page output at about 4MB - I need help figuring out which setting is limiting that output?

I am creating an import script that outputs a lot of data to a page. ColdFusion (or possibly IIS) seems to be only allowing a certain amount of HTML to be output. When I save the page, the HTML file ...
0
votes
0answers
48 views

DirectoryEntry.CommitChanges() 'cannot create a file when that file already exists'

We have many web applications and services that use the IIS 6.0 System.DirectoryServices/metabase.xml model to programmatically modify IIS configuration; which need to move from Server 2003 to Server ...
1
vote
2answers
23 views

Screwturn scripting not working?

I had previously installed screwturn on windows 7 iis and the site was funtioning 100% I have recently installed it on Win Server2008 and it would appear that the scripts are not working. The ...
-1
votes
1answer
52 views

Getting error about creating folder because of date-time format of IIS

I have a asp.net application and I am running remotely an.exe file which locates in windows 2008r2 server. This exe file creates a folder according to date-time format. When I host this web ...
1
vote
2answers
81 views

ColdFusion 5 on MS Server 2008 R2

Need to see if ColdFusion 5 will run on MS Server 2008 R2. On a client's site that has ColdFusion 5(yes 5) and wants to move it to a MS Server with 2008 R2 and IIs 7.5 on it. The one app that is on ...
0
votes
1answer
89 views

Is there a current walkthrough on Web Deploy Installation and Configuration?

I've tried on a couple of different servers to install Web Deploy and it works to the extent that I need it to, but I haven't identified what the missing steps are. Where it falls down is after ...
0
votes
0answers
23 views

Website, works in virtual application fails in own site

I have an asp.net 4 project that during testing was run inside a virtual application, now I am closer to deployment, I want it in it's own site, however it fails to operate correctly. I have the ...
0
votes
0answers
33 views

How to prevent session time outs in a PHP environment on Windows

I have an app build in PHP 5.4.9 running on IIS7 ( Windows 2008 ). Users log in and are timed out after a variable amount of time requiring repeated log ins. In IIS, I have set the following to 240 ...
1
vote
1answer
50 views

Cannot get my certificate to work in IIS 7.5

I recently received a wildcard server certificate in the form of a pfx file. I installed the server certificate into the mmc and I've selected it from iis. I've then bound this certificate to a ...
0
votes
1answer
46 views

Application pool for each website or few websites in 1 application pool?

I have a virtual server (8gb ram, windows server 2008 64bit, 2 core of x5650 2.67ghz) in this server there are more than 35 website of my clients, each website (application pool) take approximately ...
1
vote
0answers
61 views

How to backup and restore IIS configuration from script

I'm writting a script that sets up a lot of different applications in Windows (mainly svn and open source servers for http, dns, mail, ftp and db). This script is intended to be executed in new/clean ...
0
votes
1answer
78 views

Virtual path null?

I have the following problem, I was updating the .dll, views and web.config of my MVC3 application (dev server, I've done this many times) and suddenly the server threw "The virtual path 'null' ...
0
votes
1answer
53 views

Website frequently timing out, but can't determine why

I'm after some general advice here. We have an ASP.net 4 web forms application on Windows Server 2008 R2 and IIS 7.5, with SQL Server 2008. We're experiencing problems with the website timing out, ...
0
votes
4answers
247 views

Removing .aspx from pages using URL Rewrite in iis in asp.net

I want to remove .aspx from my webpage in ASP.Net. I download URL Rewrite Module and installed to winserver 2008 and this: http://www.iis.net/downloads/microsoft/url-rewrite [^] I'm a beginner and I ...
1
vote
0answers
52 views

IIS acting case sensitive

I was moving a MS MVC app from one server to another and came across an odd problem. In a number of views the images and js scripts are written with wrong case (for instance content/image.png instead ...
0
votes
1answer
122 views

How to access two sites hosted on my IIS server with the same port?

I currently have 2 website hosted on my IIS 7 server. Both website shares the same port (80) with a different host name. Everything works great locally to access the two sites: 1 site: http:// ...
0
votes
0answers
145 views

iis7 ftp user isolation to have 2 users with same home directory

I have successfully set-up IIS7 ftp user isolation but I was questioned about how to set up 2 different users to have same "Home Folder"? As long as we need to set up each folder with the exactly ...
0
votes
0answers
19 views

how to allow non-administrative user to execute program on win2k8 machine

I want to write a C# program that generates a database; populates the database; creates a website in IIS; deploys a web application in the website. All will run on a single Win2k8 machine. Is it ...
0
votes
1answer
91 views

Fatal error clean install .net 4.0 on windows server 2008r2

It starts rolling back when it is installing the Client profile. Atm there are no installed .net 4.0 versions on the server. Anybody has some tips on how to fix this? Event logs: error 1310: error ...
1
vote
1answer
36 views

IIS tries to connect to a database as a non existent user

On my webserver i had old asp.net mvc application which was working perfectly, but i decided to remove it. Now i installed the new one, and i get the following error when i try to open my website: ...
2
votes
2answers
313 views

Send an email PHP with SMTP server to Windows Server 2008

I would like to send an email from my PHP application. For this, I set up my website in IIS on my Windows server 2008. Can I install the Windows SMTP server. Then I create a test page to send an ...
0
votes
1answer
24 views

How to change uploadaheadsize on iis 7

I have a application developed in asp net mvc 4 (IIS 7 and windows server 2008) and it has a upload system. The problem is that with large files I get an 413 http error. I am trying to set ...
0
votes
1answer
165 views

IIS 7 and PHP response timeout for large object

my coworkers and I have been stumped on this issue for several weeks. We have a PHP 5.3 web application hosted in an IIS 7 environment. The application fetches result sets from a SQL Server 2012 ...
0
votes
0answers
195 views

Breakpoints Not Triggering While Remote Debugging with Visual Studio 2012

I switched today to Visual Studio 2012, and immediately ran into a problem remote debugging code on IIS. The process is an x86 process running on a 64-bit server. With VS 2010 I deployed the debug ...
-5
votes
3answers
65 views

Installing PHP with IIS on Windows Server 2008 [closed]

Does anybody have any good links which can help me to install and configure PHP in IIS Server on Windows Server 2008 64 bit?
3
votes
1answer
366 views

Intermittent ColdFusion 404 Error Page, Sometimes it shows Connect Reset / Interrupted and sometimes it shows the error page

I have a strange issue with 404 pages loaded on our new site. We just moved our site from a ColdFusion 8 single instance setup to a ColdFusion 10 setup with 3 instances of ColdFusion running. This ...
1
vote
0answers
129 views

VPS with 100mbps with IIS, Windows Server 2008. When I download a file (at home) from the server I only get about 900kBps. My home speed is 24mbps [closed]

IIS, quad core, 2gb ram, 100mbs port. (It's not a live site yet, so there's no bandwidth use.) If I download the same file at the same time I get another 900kBps. I'd like to know if there's a way to ...
-1
votes
1answer
97 views

IIS 7 many website in one ip address

I use IIS 7 and when I create new website I wont one IP adress. But I have one. I want this http/ipadress/mywebsite how to do it? thanks
3
votes
1answer
163 views

IIS7: limit traffic for the server

How to limit traffic for the whole server with IIS7? There is a limit feature for a site, but it works only for a separate site: Also there is Bitrate Throtting plugin for IIS, but as I know it ...
0
votes
0answers
94 views

Should I delete IIS default website? [closed]

Some people suggest to delete IIS default website because of potential security issues but some claim that deleting IIS default website will cause some applications to malfunction. So what is the ...
0
votes
1answer
39 views

How do I redirect a link to a JPG image on my IIS 7.5 server to a different drive?

Ok I am running Win 2008 Server R2 with IIS 7.5. My current directory structure is something like this: C:\websites\index.php C:\websites\images\image1.jpg For example purposes, the URL to these ...
2
votes
1answer
94 views

“Cannot open database [db] requested by the login.” when server is rebooted. Works fine after resaving web.config

So, every time this issue occurs, I simply open the web.config for the site and save it. This instantly fixes this issue until the next server reboot. This works great, but I do not want to have to do ...
1
vote
0answers
183 views

ASP.net response.buffer does not work when set to false

After upgrading from IIS 6 to IIS 7 I recieved the following error in my web browser (Safari and similar errors in other browsers): "cannot decode raw data". This error is temporarily fixed by ...
0
votes
0answers
55 views

PHP: Connect to my IIS server

I am trying to make a PHP script that connects to my Windows Server 2008 (IIS) so that I can run command line commands like MD C:\Test\testdir1 but I am not sure on how I can connect to the Server. I ...
2
votes
0answers
122 views

Elevated permissions for win32com Dispatch on IIS

I am trying to perform some batch operations on IIS using win32com and Microsoft Excel. I want to open an excel file with DCOM, manipulate it and then save it as a pdf. The following code runs fine on ...
0
votes
1answer
86 views

Windows Server display settings not showing as it should

On my Windows Server 2008 R2 server, I've set the: "Region and Language" -> "Formats" -> "Danish (Denmark" When I see the settings here, and when I click the "Additional Settings", it seems correct. ...
0
votes
0answers
83 views

Share my site through IIS on CUSTOM port

everyone! My problem is: I have Site on IIS. It works locally. But I need to share it for world-wide, so it would work by httр://my-ip:my-port I shared my-port in Control Panel and tested it on ...
2
votes
2answers
2k views

MSDeploy.exe can connect as Administrator, but not any other Windows account

I'm integrating MSDeploy into my build process, and having problems authenticating. The following command works fine: msdeploy -verb:sync ...
0
votes
1answer
166 views

Edit MaxRequestLen in FastCGI on IIS (Plesk)

I am receiving a 500 Internal Server Error when trying to upload large files on my server. All of my PHP settings are correct, i.e. post_max_size, execution_time etc... I am pretty certain it is a ...
0
votes
0answers
32 views

Can we create different Winsdows Firewall rulles for different websites hosted in IIS?

I have a site that is hosting several services. This Services should be accesable from the LAN and should have rights to open new connections - so i allowed IIS not only to be accesable (inbound ...
0
votes
1answer
394 views

404 error when accessing WCF Rest service hosted in ASP.net on Windows Server 2008

I have a WCF Rest Server hosted in an ASP.net Application. It was set up using the simple RouteTable setup in global.asax. ON my development machine with IIS 7, it works perfectly, but when I ...
0
votes
0answers
249 views

IIS 7.5 ignoring web.config file settings

I am trying to configure 'vanity urls' and custom error documents on one of my clients windows servers but am having trouble with the web.config file. On my server, this file works absolutely ...
0
votes
1answer
85 views

Access LAN server over the internet [closed]

I want to access my windows server using internet.I configured router port and redirect to the server machine.after i try to access server entering ip in browser.but it is not working.Please help to ...
1
vote
1answer
2k views

How do you deploy an ASP.Net MVC 4 app on IIS 6.1 (SP1) / Windows Server 2008 R2 Standard Edition [closed]

How do you deploy an ASP.Net MVC 4 app on IIS 6.1 (SP1)(Windows Server 2008 R2 Standard Edition)?
8
votes
5answers
10k views

ASP.NET 4.5 MVC 4 not working on Windows Server 2008 IIS 7

Clearly I'm missing something, I'm unable to deploy a simple ASP.NET MVC 4, .NET 4.5 app on a Windows Small Business Server 2008 on IIS 7. .NET framework 4.5 is installed. Should I be supposed to ...
0
votes
0answers
50 views

WCF service hosting in IIS/WAS

I am trying to host a web service using http and net.tcp protocol in WAS/IIS but I am having trouble if I remove the .svc extension. However, on my localhost (Windows 7) the web service runs fine ...
2
votes
1answer
2k views

IIS app pool crashing with exception 0xc0000005

My app pool keeps crashing when I use a .net provider written by a third party. I'm not sure where to even begin to troubleshoot the issue. I used Event Viewer to get the following information: ...
0
votes
0answers
61 views

Virtual Directory Files watcher IIS 7.0

Hi I have virtual directory of MOV Files on my IIS server for video play via html5. I want to watch the access to those files that each time they area accessed so i can increment the video play count ...

1 2 3 4