-
Posted to
Troubleshooting
by
davcox
on
11-18-2009, 2:08 AM
Your best bet is to head over to the http://www.asp.net/ forums and post more details about your asp.net code and how it is using strings; they will be able to help you avoid using too much memory in your pages.
Dave
-
Posted to
Extensibility
by
davcox
on
11-18-2009, 1:59 AM
A lot of times this will happen when your HTML page is in a separate application pool than your ASPX page. Is this the case?
Dave
-
Posted to
Extensibility
by
davcox
on
11-18-2009, 1:55 AM
You should be careful here in your implementation, when we implemented WebDAV, we included checks to limit the depth and size of PROPFIND responses.
You should have some configurable limit on the folder depth you will search and the size of the response XML you will generate (before aborting the request).
Any reason not to use ...
-
Posted to
IIS7 - Configuration & Scripting
by
davcox
on
11-18-2009, 1:48 AM
ServerManagerCmd only comes on Server SKU's ... such as Windows Server 2008
For Vista or Windows7 (or Server sku's as well), you can still use pkgmgr commands to install our optional components.
If you're only using server SKU's, I'd suggest using ServerManagerCmd
Dave
-
Posted to
IIS7 - Administration Pack
by
davcox
on
10-12-2009, 12:37 PM
Two issues, as far as administration goes, the Administration pack “supports” shared configuration mode. Administration Pack is just UI components, these do not “rely” on shared configuration; but they will manage specific sections in the shared configuration that you previously could not manage. For FTP/WEbDAV components, since ...
-
Posted to
Setup & Migration
by
davcox
on
09-02-2009, 8:13 PM
You can try this one:
http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1262
Dave
-
Posted to
Setup & Migration
by
davcox
on
09-02-2009, 6:02 PM
Yes, this can be done on IIS7.0 quite easily through the use of regular expressions and this module: http://www.iis.net/extensions/URLRewrite
You can post in their forum for help on constructing the rewrite rules, but please play with this a bit, the UI is great and easy to use. http://forums.iis.net/1152.aspx
On IIS6, ...
-
Posted to
General
by
davcox
on
09-02-2009, 5:58 PM
So this looks like the client is dropping the connection rather than the server ... does this happen on all clients or just some subset?
-
Posted to
General
by
davcox
on
09-02-2009, 4:29 PM
Have you checked the http log? What does the IIS log say?
You may be running into the Timer_MinBytesPerSecond if the response is going really slow in terms of bytes per second ...
Dave
-
Posted to
Publishing
by
davcox
on
09-02-2009, 4:16 PM
There are a number of security limits we put in place ... both on the request and response side ... can you help me know approximately how many files you're talking about?
Dave