asp.net - error 1002: 'LMW3SVC/1/ROOT/MyFirstWebsite' is not a well formed IIS metabase path -
i trying learn how deploy first website physically located here (c:\users\amal\documents\visual studio 2008\websites\errorhandlingtest). using instructions book. after installing internet information services on laptop has windows 7 ultimate on it. added virtual directory , gave alias (myfirstwebsite). after able open website typing h t t p ://localhost/myfirstwebsite/mypage.aspx on address bar of firefox v.21 browser. book told me code compilation website using command-line tool named aspnet_compiler.exe supposed compile website binary files after running command : aspnet_compiler -m w3svc/1/root/myfirstwebsite c:\myfirstwebsitedeply
but got error:
error 1002: 'w3svc/1/root/myfirstwebsite' not formed iis metabase path.
i use asp.net 3.5 , visual studio 2008 , internet information services version 7.5.7600.16385
please help, in advance
try
aspnet_compiler -m lm/w3svc/1/root/myfirstwebsite -f c:\myfirstwebsitedeply
you had missed "lm" @ start of metabase path.
Comments
Post a Comment