iis

Diagnosing IIS Shutdowns

Symptoms: I attach a debugger, I wait a little while, it automatically detaches I watch the event log during normal operation - after a single request comes in, it waits a little bit, the shuts down Disagnosing. I've followed the following steps for logging shutdowns in IIS: http://weblogs.asp.net/scottgu/archive/2005/12/14/433194....

.NET Integrated Windows Authentication (on Server 2003, 2008 R2 and Win7)

I'm having a nightmare creating my first Window Authenticated app... There is a lot of documentation available on the web but despite trying to follow the most common approaches, I'm still limping along. My requirements are initially very simple: I have a page for viewing records (in a separate SQL Server), which I want any authenticate...

Webserver concurrent connections

Where can I get statistics of concurrent connections that can be handled by Apache and IIS? Which one will serve more requests in peak times? Thank you, Sri ...

How to host/upload .net webservice online (on IIS server)

Hi guys! I have created a .NET web service using C# and ASP.net I like to upload or host it online, so that I pass the URL to my friends for use. please help me with the steps of upload the web service. Thanks a lot regards Kai ...

WCF, IIS6.0 (413) Request Entity Too Large.

Hello, guys. I've got annoyed problem. I've got WCF service(basicHttpBinding with Transport security Https). This service implements contract which consists 2 methods. LoadData. GetData. GetData works OK!. My client received pachage ~2Mb size without problems. All work correctly. But when I try load data by bool LoadData(Stream data)...

IIS hosting, asp.net mvc

Hi I have a site that uses flex and calls controller actions which returns json to the flex. This works fine in a dev server , the folder that has the flex app lives inside the web project and in the dev ennvironment, makes calls hostname, ie www.someurl.com in the actual live scenario, this will be an intranet so not hostname to call, ...

How to deploy and secure an ASP.NET web app to be available to internal and outside users?

My company has several web applications written in ASP.NET. We need to make these applications available to Intranet users as well as authenticated external users. Most of the features are the same for the two groups, though there are some extra features available to the Internal users. The two different sets of users would use a slig...

How to restart the IIS Site when re-compiling an asp.net website

What is the best way to add into the build/compile script of an Asp.net project to initiate a IIS to restart the website on DLL rebuild instead of the first request to the site. Current Process Compile Project Wait Hit APSX Page IIS starts reload Wait Page loads Ideal process: Compile Project & Reload IIS Wait Hit APSX Page Pag...

Easiest way to securely transfer data from one web to the next

I have 2 web sites running on the same server. Web1 needs to transfer data to web2 (same web server, different webs), passing sensitive data from one to the next. The browser will be using https. Are cookies possible/advisable here? My initial thoughts where to encrypt the data and pass through the querystring, both sites using a shared ...

How to not have .axd files authenticate in IIS7

We recently moved from IIS6 to IIS7 and we're experiencing some issues. The nastiest seems to be that .axd files being handled differently in IIS7. They're run through the pipeline for the authentication and authorization modules as well as the global.asax events. This causes problems for a variety of reason (specific to our code) tha...

Is there a free version of IIS to demo ASP.net applications on that will run on XP

Hi, Is there a free version of IIS to demo ASP.net applications on that will run on XP? (i.e. or does one need a machine with Windows Server and it's license for a demo - e.g. if a prototype was built in VS2010 but one wanted to demo it on another PC) ...

Hosted wcf service in IIS dont response to other computers?

HI I develop the wcf service for hosting in IIS. test service in computer(which is service host in itself IIS) and as result this service work fine. But When I try use that service from other Computer, service not responding and service cant be find!!! ...

Too many parameters in MVC2 Controllers or IIS problem?

I'm using a controller to call a stored procedure that requires 12 parameters. This works perfectly in debug mode locally (working against a remote database), but not when I publish it to my IIS 7 server. It complains about parameter #7, claiming it's not supplied with the URL. The URL call looks like this; http://localhost:50160/GetPl...

IIS Smooth Streaming Manifest Bad Request Error

Hi, I installed IIS Media Services 3.0, and the Big Buck Bunny sample, but when I try to get the manifest file (http://localhost/Big_Buck_Bunny/Big Buck Bunny.ism/Manifest), I get 400.0 Bad Request error from the SmoothHandler. So the default.html appears in the browser, but the SL player shows error while trying to read the manifest. An...

The remote server returned an unexpected response: (400) Bad Request while streaming

Hi, I have problem with streaming. When I send small file like 1kb txt everything is ok, but when I send larger file like 100 kb jpg or 2gb psd I get: The remote server returned an unexpected response: (400) Bad Request. I'm using windows 7, VS 2010 and .net 3.5 and WCF Service library I lost all my weekend on this and I still see t...

IIS Not working

I have a web site that built on Visual studio 2008 and i need to run it from my computer (Win 7 Ultimate) as a server I tried to publish it to IIS and this is simply not working and i have the flowing error : Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuratio...

How to Route URL from one domain to another..

Hello, I am an C# ASP.NET developer. I am trying to route URL from one domain to another using Godaddy IIS Virtual dedicated server or Dedicated server for ASP.NET. For example I have a website application for client_A in my server which is intended to be use by multiple clients with different products. An example URL: www.myserver.c...

Odd results when searching for numbers using IXSSO.Query

Hi, from classic asp on Windows 2008, using an IXSSO.Query, when searching for a string of numbers, for example 10000000001, I receive results that also include variations to this, like 10000000002 10000000003 and so on. If I change the first digit so the search string is 20000000001 I dont get anything. If I keep moving the last digi...

Clean url in IIS 5.0

Hai Thanks for everything. I have successfully implemented clean URL in local. Very nice site. Now my objective is to create a clean URL web site in PHP Microsoft IIS 5.0, I know this in Apache. But I don't know how this on IIS. Does any one give me a solution? ...

IIS Slow response on POST requests

I have a web app that is calling a web handler .ashx via jquery POST on the production server it works fine but on the testing and locally all POST requests are much slower. All GET requests are very fast but POST are much too slow. What could be causing that? How can I troubleshoot it? ...