I have a number of web applications within my website in IIS 7.5, in which my MVC2 web application will live.
My ASP.NET host only allows 3 database users per db other than the dbo. I have one for the web app that only runs stored procs and has limited selects to tables.
How do stop application pools from recycling in IIS 7.5? I have configured the following settings: ProcessModel -> Idle Time-out (minutes) = 0
I have recently install Server 2008 R2 on a new server and want to use the FT开发者_运维百科P capabilities that are now shipped with IIS 7.5.
I have a Website on IIS 7.5 configured as shown below. ParentWebSite ---ChildWebApp ParentWebSite is an Asp.Net 4.0 Website project.
I was reading in Google\'s documentation about improving site speed. One of their recommendations is serving static content (images, css, js, etc.) from a \"cookieless domain\":
Problem: 19/06/10 Update: More evidence problem is server-side. Receiving this error on Windows 7 command line (see below for full traceback):
I have an asp.net web app which works fine in Windows XP machine in a domain. I am porting it to a Windows 7 stand alone machine. The app uses a web service which makes a call to sql server. The web s
I\'ll start with appologies; I wasn\'t sure if this was best posted here of Server Fault so if its in the wrong place then please move :-)
I have a Asp.Net Web Site deployed as a WebSite inside IIS 7.5. http://localhost/WebSite Then I have a second Asp.Net MVC 2 web application which is deployed as Sub Application inside the above We