Professional ASP 3.0, chapter 6
In Professional ASP 3.0, in chapter 6 the Active Server Components are noticed. One of them is the "MyInfo" component. When I try to test the ASP files from chapter 6, I always receive an error message. I visited the Microsoft web site and discovered that the MyInfo component has been removed from IIS 5.1 which I'm running. So I removed the <Object> tag for the MyInfo component from the global.asa file but the default.asp file is still not working. What's the problem ?
|