DotNetShoutout - Stories tagged with IIS7.0
7
Shouts

Web Farm Framework 2.0 overview - Ruslan Yakushev

published 1022 days, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 1024 days, 21 hours, 55 minutes ago
Saturday, August 07, 2010 2:32:10 PM GMT Wednesday, August 04, 2010 5:02:47 PM GMT
IIS team has recently released a Web Farm Framework 2.0 beta. The goal of the Web Farm Framework is to enable easy provisioning, deployment and managing of web farms. This blog post provides an example of what Web Farm Framework can do and how it can simplify the Web Farm management tasks. To demonstrate the capabilities of the tool, we will create a simple web farm that looks as on the following diagram: The load balancer will be using the Application Request Routing for IIS 7 and will also act as a W... (more)
category: How To | clicked: 2 | comment | | source: ruslany.net
tags: IIS7, IIS7.0, Web Farm Framework 2.0, Beta, IIS
6
Shouts

IIS Error: The process cannot access the file because it is being used by another process.

published 1158 days, 1 hour, 48 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1159 days, 19 hours, 36 minutes ago
Wednesday, March 24, 2010 1:09:53 PM GMT Monday, March 22, 2010 7:21:44 PM GMT
Recently in our one of the web servers all the sites  using port 80 were stopped  and when we tried to restart website it was giving error like process cannot access the file because it is being used by another process. After analyzing and diagnosis and searching on internet for the same problem i have found that it was a problem due to  port 80 was used by another process. To solve the problem i have following command which will list IPs,PID(Process ID) and port that used by the process. The command is ... (more)
category: Web Dev | clicked: 2 | comment | | source: jalpesh.blogspot.com
tags: IIS 6.0, IIS7.0
5
Shouts

IIS7 Does Not Allow Cross Domain Calls In Full Trust Mode By Default – The Fix!

posted by http://daniewat82.myopenid.com/http://daniewat82.myopenid.com/ 1181 days, 18 hours, 46 minutes ago
Sunday, February 28, 2010 8:12:25 PM GMT
I have been working on a project recently where I have been making cross domain web requests to twitter using the Yedda.Net library. Everything was working correctly when executing the source using Visual Studio and Cassini (Visual Studios built in web server) but when I made a trial deployment I ran into a security exception. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetguy.co.uk
tags: IIS7.0, SecurityException, WebRequest, Full Trust