Though this question would be better addressed to cli-users@ list, no, it's not possible. ASP was a com-based technology, and requires many, many more hooks to the various hosting objects than .NET does.
The ASP.NET technology, even in IIS, has nothing to do with ASP technology. IIS has two entirely separate subsystems which deal with each. You should consider converting your .asp pages to .aspx (which is not entirely trivial but not that difficult either) since ASP support is going to slowly dwindle to nothingness, even in IIS. Bill At 02:58 PM 1/26/2005, B S wrote: >Hey, > >I don't know If I'm addressing this to the correct addres, but I'm wondering >if it's possible to run asp pages using apache 2 and mod_aspdotnet using the >.NET Framework 1.1 (Developers Edition shipped with Visual Studio .NET 2003) >and Windows XP Home Edition that doesn't have ISS installed. > >There appears to be no documentation about this. >Sorry for asking such a silly question, > >Thanks, > >Ben > > >