iis

setting mvc wildcard fix in iis 5.1 through batch commands

http://www.ee99ee.com/blog/2009/02/08/how-to-get-aspnet-mvc-working-under-iis-51-on-windows-xp/ Can the following be put into batch commands? If not, is there an alternative where the configuration can be set through an executable without the user having to configure through IIS? ...

Check if in Integrated Pipeline Mode

Is it possible to check if our code is executing in Integrated Pipeline Mode or not? There are some ASP.NET class properties that only work in Integrated Pipeline Mode, and I want to avoid raising an exception if there is a way to test if our code is executing in that environment or not. ...

IIS 7.5 compression ratio

Hi, How can I determine compression ratio for a specific web page in IIS 7.5? Thank you ...

Bulk import 301 redirects in IIS 6.0

Is there a mechanism, or any additional tools that I can make use of to bulk import 301 redirect rules into an IIS6.0 web application? I want to be able to 301 redirect some old .htm pages to their new home on a CMS to ensure the current search index entries resolve OK and don't 404, but there are roughly ~50 pages. The only way I've fou...

Problem using unicode in URLs with cgi.PATH_INFO in ColdFusion

Hi there, My ColdFusion (MX7 on IIS 6) site has search functionality which appends the search term to the URL e.g. http://www.example.com/search.cfm/searchterm. The problem I'm running into is this is a multilingual site, so the search term may be in another language e.g. القاهرة leading to a search URL such as http://www.example.com/s...

How to rewrite to a virtual directory with a different application

Hi, I have a CMS application that manages multiple websites, today whenever i change the codebehind of one of these websites - i have to rebuild the dll for all websites, deploy it - this disconnects all current sessions and is really bad. The iis is configured to listen to all domain requests, if the request is to one of the websites'...

IIS Network Firewall Configuration HTTP Forwarding Problem

Hi, I have a large quantity of images (10TB) that will be presented to our network via two clustered file servers. These servers will sit inside our corporate network behind the firewall. A website will sit inside the DMZ and will need to be able to access the images so that they can be viewed by users of the website. The firewall rules...

WCF Fails when using impersonation over 2 machine boundaries (3 machines)

These scenarios work in their pieces. Its when i put it all together that it breaks. I have a WCF service using netTCP that uses impersonation to get the callers ID (role based security will be used at this level) on top of this is a WCF service using basicHTTP with TransportCredientialOnly which also uses impersonation I then have a ...

WebMethods not sending ACK/FINISH to IIS Web Services calls

We've reproduced this one in Test, so I feel good about asking this question - not that I understand it or anything. ;-) WebMethods is connecting to an IIS Web Service (I'm the IIS guy, and the WebMethods guy has no answer for me.) IIS is throwing 200 0 1236 errors on most of the calls, though. The cause of that is Timer_MinFileBytesPer...

javamail smtp issue

I am using spring to send mail and for some reason its stripping the from email address. I ma sending the complete address form the sender to the mails server. I can see the mail (.eml) file in the Dropbox under c:/inetpub/mail but its not sent Following is the log of from the mail server 10.105.21.299, taq02, 5/4/2010, 14:50:32, SMTPS...

How about the Asp.net processes and threads and apppools?

Hi, as i understand, when i load a asp.net .aspx page on the (iis)server, it's processed via the w3p.exe process. But when iis gets multiple requests, are they all processed by the same w3p process? And does this process automaticly use all my processors and cores? And after that: when i start i new thread in my page, this thread still...

silverlight application deployment over IIS

I have created an silverlight application (i have not selected my application to be hosted from another web application). Now I created a simple hello world page. I created virtual directory of my silverlight project in IIS for application hosting. 4. When I browse MainPage.xaml in loaclhost, it is not running. >>I think I shoul run...

Deployment problems of asp.net 3.5 in iis 5.1

i have microsoft.net 3.5 application and have IIS5.1,,for deploying website do i need to do any thing aother than this 1.In IIS i created virtual directory named SPA and i browsed in to the location where my project is lacated and i added entire project file there( Do i need to add only bin file and login page or i need to add all pag...

AJAX requests hang when streaming file from same domain, different handler

From some page I launch a GET request to some ASHX handler that streams a file to the client. Browser download dialog opens, download works fine. The problem arises when I want to continue to interact with the page. Interacting launches AJAX requests to some (different) handler to fill the page with content. But, as long as the download...

Are IIS services closed after some time?

I'd like to host a WCF web service in IIS. The service should keep a certain set of data all the time, it must never be lost. My colleague told me this is impossible because IIS closes down the service after a certain time (I assume without any activity). Is that true? How do I prevent that behavior? In case it matters, both IIS 6 and ...

IIS 7 - determine decimal symbol

My IIS 7 server uses a C#.NET codefile to read from an MS SQL database (on another machine) and presents it on the web. I made a similar posting before, but the problem has resurfaced and I've not been able to fix it. In this regard I've had a problem with my Norwegian Windows Server running IIS 7. It reads the columns from a database w...

AppCrash in IIS when accessing the XmlNode.OuterXml property of a large XML data

This is really strange. It doesn't happen when I run my solution in VS, but when it's running under IIS (it's just a SOAP WebService) I get an AppCrash whenever I access the OuterXml property of a request that has nested nodes, many levels (thousands) deep. Does anyone have an idea? In the logs there is nothing useful except for the w...

What is the best way of doing this? (WCF 4)

I have a multi-threaded, continuously running application that connects with multiple devices via TCP/IP sockets and exposes a set of WCF API's for controlling, monitoring and reporting on these devices. I would like to host this on IIS for the usual reasons of not having to worry about re-starting the app in case of errors. So the i...

Why does my javascript file sometimes compressed while sometimes not?(IIS Gzip problem)

i enable gzip for javascript file in my iis settings, here 's the corresponding config section. <httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files"> <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" staticCompressionLevel="10" dynamicCompressionLevel="8" /> <dynamicTypes> ...

Sharepoint Site Administration

Hey, I've got a SharePoint website running on my machine (which it shows me inside the Application Pool in the Inet Manager). Now this website has a different user credentials specified under the Identity section (properties). Also when I view the w3wp.exe in the task manager it shows that the site is running as a different user. The...