|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
IIS 5.0 can't POST to root(/) ???
Does IIS 5.0 (win2000/sp4) not understand "Default Document" property when it recieved POST request?
==== my default script rec.asp does not work! here the request POST / HTTP/1.1 Host: www.aaaaaaaaa.com Referer: - User-Agent: - Content-Length: ххх <data> answer (application mapping: .asp C:\WINNT\System32\inetsrv\asp.dll GET,POST) HTTP/1.1 405 Method not allowed Server: Microsoft-IIS/5.0 Date: Sat, 25 Sep 2004 10:15:56 GMT Connection: close Allow: OPTIONS, TRACE, GET, HEAD Content-Length: 3923 Content-Type: text/html (application mapping: * C:\WINNT\System32\inetsrv\asp.dll GET,POST) HTTP/1.1 404 Object Not Found Server: Microsoft-IIS/5.0 Date: Sat, 25 Sep 2004 09:11:14 GMT Connection: close Content-Type: text/html Content-Length: 4040 Howerwer, get method works well, without errors. On MS IIS 6.0 both POST ang GET with root / works well. HELP!!! |
|
#2
|
|||
|
|||
|
I have no idea, sorry.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
|||
|
|||
|
Hi,
As I understand from your post - ----------------------- Date: Sat, 25 Sep 2004 10:15:56 GMT Connection: close Allow: OPTIONS, TRACE, GET, HEAD ------------------------- Probably you have URLSCAN tool installed on IIS and it allows certain verbs. Please make sure POST is allowed in urlscan.ini file. HTH. Ganesh |
|
#4
|
|||
|
|||
|
Quote:
No. Where no URL Scan is installed. :-( IIS use 3 ISAPI filrers: C:\WINNT\System32\inetsrv\sspifilt.dll C:\WINNT\System32\inetsrv\compfilt.dll C:\WINNT\System32\inetsrv\md5filt.dll |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS 5.0 can't POST to root(/) ??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|