iis7

IIS 7 - floats returning with commas instead of periods

I'm having trouble reading rows with float values, because these rows return for example 12,34 instead of 12.34 as it should. I suspect this is because both my IIS and SQL server is on a Norwegian Windows Server 2008. So I went to the regional settings and customized the default decimal symbol, then restarted my servers. The output in ...

Narwhal/Jack on IIS 7?

Has anybody successfully got an implementation of these running under IIS on Windows? ...

What is the equivalent "aspnet_regiis -lk" on Windows 7?

Or: how do I find the IIS metabase paths in Windows 7? I used to just run aspnet_regiis -lk, but this is "Not supported in Windows Vista" according to aspnet_regiis help... ...

Using IIS for localhost ASP.NET web app very slow to rebuild

Hi, We use IIS to host our Visual Studio 2008 apps (ASP.NET 2/3.5) on localhost as opposed to Cassini. The only problem with this approach (I'm using IIS7 on Windows 7, but the problem also exists on XP with IIS 5.1) is that after each compilation IIS takes 1 whole minute to respond to the first request. I assume it's doing its own com...

IIS7 Rewrite changing default button

Hey, I've run into a strange problem regarding default buttons in master pages and IIS7 rewrite module. All my content pages have default buttons set in the code-behind (on prerender), or they are in panels on the aspx page. This works fine on my local machine and on the production server. However, when I enable IIS7 URL Rewrite, the...

How do I use IIS6 style metabase paths in IIS7 AppCmd tool?

I'm currently in the process of upgrading old II6 automation scripts that use the IISVdir tool to create/modify/update apps and virtual directories, and replacing them with AppCmd for IIS7. The IIS6, "IISVDir" commands reference paths in that are from the metabase, eg, /W3SVC/1/ROOT/MyApp - where 1 is ID of "Default Web Site". The comma...

How do I check whether IIS 6 Management Compatibility feature has been installed?

Using either VB.NET, C#, or VBScript, how can I check if the IIS 6 Management Compatibility feature and its subfeatures have been installed on a machine running IIS 7.x? ...

php.ini not being read with windows 7 installation

I have installed php successfully on a Windows 7 machine but I can not for the life of me get it to read the php.ini file. I have uncommented out the line for php to use mysql and when I run phpinfo(), it never shows up. I have checked to make sure there is only one php.ini file on my entire c:\ drive and it's sitting in my c:\windows ...

IIS7 Re-Write a .axd extension to different extension

I have an e-commerce application that using a .axd handler for the page extensions. I simply want to use IIS7 to create a rule that says .shop = .axd Can this be done? If so how should I go about it? Thanks ...

Using CakePHP with GoDaddy IIS 7 IIS7 and Microsoft URL Rewriter

Hi, I'm trying to move a CakePHP app from a Windows Apache setup to a GoDaddy shared IIS7 setup. It's been easy to migrate except for the Apache mod_rewrite part -- which obviously wouldn't work in IIS7. I basically have no url rewriting capability, which is crucial for Cake to work. GoDaddy now offers MS URL Rewriter, but they don't off...

IIS7: URL Rewrite - can it be used to hide a CDN path?

Hi, I am using Rackspace Cloud CDN (Limelight CDN) for my website. The URLs of the CDN are in the format http://cxxxxxx.cdn.cloudfiles.rackspacecloud.com/something.jpg My domain is mydomain.com. Can I use IIS URL rewriting to show http://cxxxxxx.cdn.cloudfiles.rackspacecloud.com/something.jpg as http://images.mydomain.com/somethi...

Evaluating IIS7 with Virtual PC?

Hi, I wanna do some local developer tests of IIS 7 but I don't have Windows Vista, 7 or 2008 server - I currently run XP SP3. I have Virtual PC installed so I can use Microsoft's IE compatibility images - are there any time-limited images that I can use with Virtual PC so I can check out IIS 7? The IIS 7 "Try it" link points to this p...

How to programatically record the start and end of an MVC FileResult for logging of incomplete downloads?

Hi, I have been investigating how My ASP.NET MVC application can log unsuccessful / incomplete downloads. I have a controller handling the file requests which currently returns a FileResult. What I need to record is the IPAddress, filename and when the download started, then the same data and when it completed. I have looked at intercep...

Disable authentication on subfolder(s) of an ASP.NET app using windows authentication

Hi, Is it possible to disable windows authentication on one or more subfolders of an ASP.net application using windows authentication? For example: A website contains several other folders that contain parts of the overall application: /frontend, /backend, /login The bin folder is on the same level as these subfolder, i.e. the root o...

GZip compression with WCF hosted on IIS7

Everyone, as far as I'm concerned the question is ansered in EDIT 2. Although it's only a partial solution to the IIS side of the problem, it's what I was looking for. So I'm going to add my query to the small ocean of questions on the subject. I'm trying to enable GZip compression on large soap responses from a WCF service. So far,...

Joomla error 500

hi, i have a joomla webshop with IIS 7 and PHP / MySQL. I ever get the rrror 500, problems with FastCGI. I google around 20 hours and tried everything, really everything but I have NO idea what to do. I will pay 100€ by paypal for a right answer. ...

jQuery(document).ready doesn't run under IIS7

To simplify this test case, I created a new default .NET MVC project in Visual Studio 2010, and added the following code to the HTML header in Site.Master: <script type="text/javascript" src="../../Scripts/jquery-1.4.1.js"></script> <script type="text/javascript"> jQuery(document).ready(function () { alert('jQuery document ready'); })...

how to convert Apache mod_rewrite rules to Microsoft URL Rewriter IIS7?

can someone tell me how to convert apache iis7 mod_rewrite .htaccess file to the equivalent web.config in MS Url Rewriter? Here is the .htaccess file I have: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /index.php?url=$1 [QSA,L] </If...

How can I find number of visitors/users at my site (IIS7/asp.net) at any given moment?

I need to display how many users are browsing my site. The site is running on iis7, and we are using asp.net 3.5. Is the number of active sessions a good way to go? The number does not need to be very accurate. No history is needed, I just want to know how many users are "online" right now, and display that on the page itself. ...

How to get IIS7 Manager in English ?

is it possible to switch to english in IIS 7 when working in a foreign country ? ...