when ASP.NET throws an application error, IIS shows the 500 HTML error, but when a WCF service th开发者_StackOverflow中文版rows a FaultException (IIS 500), the client gets a proper SOAP fault with err
We have an application which is set up on IIS7 on Server 2008 R2 x64, using ASP.NET 3.5 SP1. The default site is currently being loaded off of a UNC on another server, and is working fine.
What is the maximum memory allowed for w3wp worker process on 64 bit IIS 7. There are 16 Gigs on the web server and the w3wp worker process is using over 6 Gigs of memory (mostly session stora开发者_
When executing iis7psprov_x64.msi I immedialy receive a message saying: The PowerShell开发者_运维百科 snap-in is part of Windows Operating System.Please install it via \'Programs and Freatures\' or \
Webdeploy is an alternative to WebDav, FTP, and FrontPage extensions.It also acts as an alternative to DFS for replicat开发者_开发百科ing websites.I found instructions for configuring Windows 2008, bu
I have an test server setup that is running a version of the site I am working on.I change nothing on the server (IIS and whatnot).I hav开发者_运维百科e a share mapped to a directory below where the s
I\'m using the new Razor ViewEngine with ASP.NET 4/ASP.NET MVC 3. In both Cassini on my local machine (Win7 x64/VS 2010), as well as IIS7 (Windows Web Server 2008), I\'m randomly getting \"Could not
Any help on this would be greatly appreciated: I have a website running with php on IIS6 IIS7.I am protecting all the .php files by starting a session.The .php pages can only be accessed if the sessi
I am using forms authentication in IIS7 to password-protect a dev site, but the authentication seems to get by-passed when the site contains only static HTML files + login.aspx + web.config.
I created a silverlight business application on VS2010 in my Win7 virtual PC. 开发者_高级运维I only added a button to home.xaml..rest everything else is untouched in the template\'s code.