Microsoft has annonced a new public IIS community portal, containing all IIS related information, such as:
- Blogs from the IIS team
- Whitepapers
- Downloads
- Webcasts
- Videos
- Virtual labs
- FAQs
- Forums
The portal already contains alot of IIS 7 information and videos.
Go to the new portal here.





Hello,
A client is attempting to send some data to my IIS server. I am currently running
IIS 6 on windows 2003. I have a directory that one can access via https. My client
has attempted sending data via the POST method. They continue to get the error 405 message. ie The HTTP verb used to access this page is not allowed.
I have tried to POST data (access the server to see the files) using the following code:
I also continue to get the error message 405.If i change the method to GET i able to access it. I have done everything described in various forums on the internet.
Please does anybody know..how this can be enabled. Ive looked at this error for weeks..and i stil cannot access it. Thanks very much for your help in advance.