Hi
i want to install IIS on window xp sp2
the installation compleates successfully but when i use the address "http//localhost" in IE it shows the error "http 500 server error"
and i searched on net and at last find the following method
a) Delete IIS related package in Component Services MMC
• IIS In-Process Applications
• IIS Out-of-Process Pooled Applications
• IIS Utilities
b) Open command prompt, navigate to %windir%\system 32\inetsrv folder, and enter (case sensitive)
c:\winnt\system 32\inetsrv\>run dll32 wamreg.dll, CreateIISPackag e
then
c:\winnt\system 32\inetsrv\>reg svr32 asptxn.dll \\ here error comes
DllRegisterServ er In asptxn.dll failed
return code was: 0x80080005
but this mean pleas give solution
i have vb.net 3.5 installed on my machine
thanks in advance
varinder
i want to install IIS on window xp sp2
the installation compleates successfully but when i use the address "http//localhost" in IE it shows the error "http 500 server error"
and i searched on net and at last find the following method
a) Delete IIS related package in Component Services MMC
• IIS In-Process Applications
• IIS Out-of-Process Pooled Applications
• IIS Utilities
b) Open command prompt, navigate to %windir%\system 32\inetsrv folder, and enter (case sensitive)
c:\winnt\system 32\inetsrv\>run dll32 wamreg.dll, CreateIISPackag e
then
c:\winnt\system 32\inetsrv\>reg svr32 asptxn.dll \\ here error comes
DllRegisterServ er In asptxn.dll failed
return code was: 0x80080005
but this mean pleas give solution
i have vb.net 3.5 installed on my machine
thanks in advance
varinder
Comment