i am facing the probleum in running asp onmy machine. i am using window xp 2000 and also i have installed iis on my machine but the asp does't work plese guide me how can i remove this probleum
"veeru" wrote in message news:6B8B6049-740E-432B-87E8-294552ED0727@microsoft.com... >i am facing the probleum in running asp onmy machine. i am using window xp > 2000 and also i have installed iis on my machine but the asp does't work > plese guide me how can i remove this probleum Are you using Windows 2000 or Windows XP? Are you using .NET and some version of Visual Studio as well? In general, if you first installed Visual Studio (and the .NET Framework with it) before you installed IIS, your problem is that .NET is not properly mapped to IIS. To fix, uninstall, then reinstall the .NET Framework. It will then be mapped to IIS.
>To fix, uninstall, then reinstall the .NET Framework. It will then be >mapped to IIS. Just run "aspnet_regiis -i" to reinstall ASP.NET on IIS.