iis - Cannot get ASP.Net to serve any pages under IIS6 -


i trying set instance of live website customer evalulate, unable server serve asp.net pages @ all.

i know bit of noob question, have set these servers hundred times , know usual gotchas, have done of following no avail, , example have created simple test page writes out hello world, , i'm still unable serve..

this windows server 2003 r2 spii

  • i have registered asp.net using aspnet_regiis.exe -i
  • i have enabled web service extensions
  • i have created virtual directory, , created application
  • i have set version of asp.net virtual directory use
  • i have created new app pool , given administrator permissions.
  • i have run auth diag microsoft, , error authentication check, blank
  • i have given full control everyone group folder
  • i have tried creating new website different port, same problem

in fiddler following repsonse when loading asp.net page :

http/1.1 504 fiddler - receive failure content-type: text/html connection: close timestamp: 09:43:01:0634  readresponse() failed: server did not return response request.      

looking @ iis logs, dont see entries of asp.net requests unless turn on windows authentication, see

2011-04-12 08:13:23 w3svc1 10.4.3.16 /test/test.aspx - 80 - 10.2.16.17 mozilla/4.0+(compatible;+msie+7.0;+windows+nt+5.1;+trident/4.0;+gtb6.6;+.net+clr+1.1.4322;+.net+clr+2.0.50727;+.net+clr+3.0.4506.2152;+.net+clr+3.5.30729;+infopath.2;+.net4.0c;+.net4.0e) - 401 2 2148074254  2011-04-12 08:13:26 w3svc1 10.4.3.16 /test/test.aspx - 80 - 10.2.16.17 mozilla/4.0+(compatible;+msie+7.0;+windows+nt+5.1;+trident/4.0;+gtb6.6;+.net+clr+1.1.4322;+.net+clr+2.0.50727;+.net+clr+3.0.4506.2152;+.net+clr+3.5.30729;+infopath.2;+.net4.0c;+.net4.0e) - 401 1 0 

html pages serve fine, i'm stumped , server re-built have wasted long enough on this..

any ideas :( ?

i ended removing iis , re-installign it, set site , worked fine...


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -