-
Posted to
IIS7 - Extensibility
by
skumar2003
on
11-17-2009, 2:02 PM
That doesn't look like it will do what I'm asking for. I don't want to just log a request I need to be able to be plugged in to the "TransmitFile" method so I can log how may bytes were actually transfered.
-
Posted to
IIS7 - Performance
by
skumar2003
on
10-22-2009, 4:22 AM
Ganesh,
There were no events hardware or software that were out of place. Since posting my first post we have tried reproducing the issue but were not able to. The software configuration of the test box is not exactly the same as production (many reason why that is the case).
I've never opened a support ticket and don't know what's ...
-
Posted to
IIS7 - Performance
by
skumar2003
on
10-22-2009, 4:18 AM
What do you test? How can you test? There is no way to go about testing every single functionality of a box after applying one update as a time. I think Microsoft should do all the testing there needs to be which they obviously haven't. And frankly I can't image an "update" that degrades the performance of a box (more like a ...
-
Posted to
IIS7 - Performance
by
skumar2003
on
10-20-2009, 2:44 PM
On the 16th of this month our server (64 bit) was updated (automatically) with multiple server updates. One of more of these updates severely degrades the bandwidth throuput of the machine.
This machine is connected to a gigabit pipe to the Internet. Typically we see network utilization of about 500-600MB most times. but after these ...
-
Posted to
IIS7 - Publishing
by
skumar2003
on
10-14-2009, 6:08 AM
Lex,
The code works technically but apprently the password needs to be encrypted in some way. I took a look at the same config section on one of my win2008 boxes and find the password is encrypted.
Of course, another thing that doesn't seem to be mentioned clearly is that one needs to set permissions to the various config files. That is give ...
-
Posted to
IIS7 - Publishing
by
skumar2003
on
10-14-2009, 5:42 AM
Lex, Thanks for the code smaple link!
-
Posted to
IIS7 - Publishing
by
skumar2003
on
10-14-2009, 5:38 AM
Lex, sorry the page is a technet page:
http://technet.microsoft.com/en-us/library/cc732621(WS.10).aspx
It says it applies to Windows 7 right at the start.
-
Posted to
IIS7 - Publishing
by
skumar2003
on
10-14-2009, 5:25 AM
How would I create a user by modifying the config file? That is how would I specify the password for the user?
This is what I put in my config file, I'm not sure if I simply put a password in there? Since there users are not windows users I'll need a way to define the password as well.
<location path="My ...
-
Posted to
IIS7 - Extensibility
by
skumar2003
on
10-14-2009, 4:55 AM
When sending large files and using the Transmit file method, is there a way to get the actual bytes transferred?
Lets say a user is downloading a large file but then decides to abort the download, is it possible to figure out how many bytes were in fact transferred before the user aborted?
-
Posted to
IIS7 - Publishing
by
skumar2003
on
10-14-2009, 4:50 AM
I see. Ok, that figures. I wish it was documented somewhere. Actually in the MSDN documentation is clearly states Windows 7 and talks about the procedure to follow to create an IIS Manager User. That should probably be fixed.
Thanks Lex.