I am faced with this strange problem: In an .net web application, there is some code equivalent to this:
I have an web app in IIS 7.5 with its own AppPool using .net 4. I want to use the feature of having anonymous access as the app pool identity - which is easily configured in a GUI via the inetmgr sna
I haven\'t deployed behind a load balancer before. My customer has a WCF service built and tested on servers using a service model configuration that is relatively straightforward. It provides a servi
As mentioned here. http://weblogs.asp.net/scottgu/archive/2009/09/15/auto-start-asp-net-applications-vs-2010-and-net-4-0-series.aspx开发者_JS百科
I just can\'t seem to get GZIP compression enabled for my ASP.NET 4 application. Only javascript files seem to get compressed. The page, css and others dont get compressed.
I\'m having problems getting SharePoint 2010/IIS 7.5 to respect byte-range requests. I\'m developing a SharePoint 2010 Web Part using Si开发者_开发知识库lverlight, and am trying to retrieve part of a
Whenever I add this line to my web.config in the system.webServer section: <serverRuntime /> With our without properties, IIS 7.5 just serves up a blank page instead of the website. I开发者_运
I have a question regarding IIS (version 7.5) and ASP.NET (.NET Framework 4) . I am trying to debug ASP.NET web application which is stored on IIS. Now, I have done this in past and everytime it worke
I have an ASP.NET web application (.NET 4.0) that has a few pages, one page with a silverlight application in it.
I\'m implementing a Google like search box in my asp.net application. Each keypress in the box sends开发者_Go百科 an Ajax request to IIS webmethod that queries the txt and return matches - works prett