In my IIS log I see many instances of sc-bytes=0. The time-taken for these entries are generally higher than average.
I seem to have hit a bit of a wall on this one - although everything works fine on XP Pro IIS5.1, on IIS 6 I have tried everything over the last few days to get silverlight to simply play a .wma file
I have a website on IIS 6 running PHP. Let\'s say the address is: http://mysite I 开发者_JAVA技巧want to create a virtual directory to run an ASP.NET MVC 3 app under this address. I want the virtua
I have an asp.net website that is nearing release. The site deals with business management. One of the things I am doing to prepare for release is upload a whole bunch of data from purchased lists of
How to set ASP.NET version to 3.5 in the IIS 6 Default Web site开发者_开发百科 properties (ASP.NET tab)? From what I can see was version 2 (even though I have install version .NET 3.5)
I was asked to create a sharepoint web application with ssl on a server with share开发者_如何学编程point 2010 installed. The problem is that this port seems to be in use for hosting our subversion rep
If I have a runni开发者_Python百科ng website and I edit the secure communications to always require SSL...will it recycle the app pool?Check out this article... http://blogs.msdn.com/b/tess/archive/20
I am trying to write a simple program to list the virtual directories of an IIS server, which is on a different domain than my local machine.When creating the root DirectoryEntry object, I tried to pa
I have a legacy Classic ASP application that I\'m in the process of migrating to ASP.NET MVC 3.I have them running side-by-side in a virtual directory in IIS 6 (Windows 2003).
I have a web site that allows users to select some checkbox settings, save them as reports in a database, and come back to run them at any time.