90
votes
16answers
52k views

Best way to run scheduled tasks [closed]

Today we have built a console application for running the scheduled tasks for our ASP.NET website. But I think this approach is a bit error prone and difficult to maintain. How do you execute your ...
70
votes
11answers
17k views

How to setup Mercurial and hgwebdir on IIS?

I've been looking all over for decent instructions on how to get hgwebdir working on IIS but I haven't found much of worth. There's this "step by step" on the Mercurial wiki, but it's not very good. ...
41
votes
12answers
39k views

Script not served by static file handler on IIS7.5

I've just tried to deploy my first web application to IIS on my Windows 7 Home Premium notebook. After creating the application, I had to change to the Classic App Pool, then set that pool for ...
30
votes
4answers
2k views

ASP.NET MVC Routing vs. Reserved Filenames in Windows

In our ASP.NET MVC application, we've noticed that we cannot have The Forbidden DOS File Names—COM1 through COM9, LPT1 through LPT9, CON, AUX, PRN, and NUL—anywhere in our routes. They ...
24
votes
2answers
15k views

IIS 7.5 under Win7 Prof. 64bit Returning Blank Page (No HTML at all)

I am trying to setup my development environment in Windows7 and am having trouble getting IIS to work. I have set everything up like I have been doing since IIS6 so I have the basics down. My problem ...
24
votes
2answers
5k views

PowerShell: How do I set the .NET Framework Version when using New-WebAppPool?

I'm looking to see how I can use the IIS PowerShell Cmdlet New-WebAppPool to specify the version of the .NET Framework to use. Currently, it defaults to v2.0, however I am using MVC, and this will ...
18
votes
5answers
13k views

Using WiX to create an IIS virtual directory

I'd ask this on the WiX mailing list, but it seems to be down. I have an application which is both a desktop app and a web app which runs locally. I've created a couple of basic WiX installers, but ...
15
votes
7answers
7k views

Alternatives to IIS for windows to run ASP.NET

Are there any alternatives to IIS for windows to run ASP.NET? CassiniEx seems pretty old?
11
votes
3answers
9k views

Visual Studio can't create web site in IIS

After installing service pack 1 for Visual Studio 2010 cannot create web site in IIS. Here is error message: --------------------------- Microsoft Visual Studio --------------------------- ...
11
votes
3answers
5k views

How to test subdomains on a development machine? abc.localhost

I am trying to develop an asp.net site with multiple subdomains. I am new to web sites in general, and asp.net in particular. However, it seems that wildcard subdomains are properly setup with a ...
11
votes
2answers
5k views

How can I stop and start individual websites in IIS using PowerShell?

I have multiple sites configured in IIS7 on my Windows7 development machine to run on the same port and usually only run one at a time depending on what I'm working on. I would like to be able to ...
9
votes
9answers
16k views

section registered as allowDefinition='MachineToApplication' beyond application level

I am getting this error when I create a new folder, and upload files to it. I have an existing site that's built, but I don't want to add this to the site, but rather have it be an application all by ...
8
votes
1answer
788 views

PHP won't acknowledge its own uploaded temporary files

I've got a real head-scratcher here. This is my system configuration: Windows Server 2008 R2 PHP 5.3.8 installed as a FastCGI module IIS 7.5 This is my problem: I have a simple file upload ...
8
votes
4answers
6k views

Best way to clone IIS settings to new server?

I have a number of asp and asp.net 2.0 applications that I need to move to a new Win2003 server. I've created a test suite to verify that different aspects are installed and configured properly, ...
7
votes
4answers
13k views

Integrated Windows Authentication with IIS, Firefox and SQL Server

I have a web site running on IIS on my localhost. This web site has directory security set to only allow Integrated Windows Authentication. It is part of an intranet and needs to authenticate by our ...

1 2 3 4 5 28
15 30 50 per page