stand on the shoulders of giants

Publish Web Site (XP + IIS 5.1 )

A walkthrougt: http://msdn.microsoft.com/en-us/library/1y1404zt(VS.80).aspx

The problems I got and fixed:

  • Quick lauch:      inetmgr
  • Publish to c:\Intepub\wwwroot     
    • ruin the iis, i have to reinstall IIS, faint!
  • Where is "New webSite"?
         XP + IIS5.1 don't support it at all.  There is a third party soft can do it. You can google it. 
         XP + IIS5.1, new "Virtual Directory"
  • If your machines is NTFS file system, you must set your publish folder's "web Sharing"      
          Many falures are about permission, please notice
          IIS,  "Permission wizard", "Properties"
  • Publish to "d:\xx", just set IIS properties, "Home Directory" to "d:\xx"
          then http://localhost/ can visit d:\xx\default.asp
  • Failed to access IIS metabase
          cd c:\windows\microsoft.net\framework\v2.0.50727

          aspnet_regiis -ga administrator //注:administrator为当前登录用户名
          aspnet_regiis -i -enable
          net stop iisadmin
          net start w3svc

To HTTP error 403, 500 ... Feeling:
Why microsoft make it such complicated? I just want to say "the FXXXXXX IIS"

Use another tool penuthull at http://www.oray.cn/,  you can use it interpret your domain.

posted @ 2009-04-24 17:10  DylanWind  阅读(302)  评论(0编辑  收藏  举报