Hey guys, In an test enviroment i ran through the following the problem: Enviroment: - Windows Server 2008 64Bit - SharePoint 2007 64Bit configured as a dedicated Index server After some changes in the Configuration such as SearchService, SSP etc I made an restart of the server. After the restart either...
If you want to set the maximum request size, e.g. to define the maximum size for file uploads, you can use the way described in this post: http://developers.de/blogs/nadine_storandt/archive/2009/04/24/moss-set-max-upload-size-on-iis-7.aspx (thanks to Nadine) This command line tool just adds a new node...
Hey guys, I ran through a new problem with MOSS and IIS 7. If you configure your Max Upload Size in the Web Application Generell Settings, this has no affect for the upload size. If you try to set this to e.g. 200 MB and then try to upload a file which has a size of e.g. 100 MB, you get a HTTP Error...
Hey guys, if you debug a MOSS application on the server its always necessary to know which w3wp processId should be used for debugging. With iis6 it was simple only open command prompt and enter iisapp, but in IIS7 this script does not exists anymore. So how could we find out which ID the AppPool has...