I have Windows XP professional Edition and IIS 5.1 and Visual Studio .NET
2003. When I try to create a new project in Visual Studio it says that IIS
is not running .NET 1.1 and can not continue.

I had this working once and a System Administrator was looking at an email
problem for another machine and looked at mine (which worked) made some
changes and it no longer worked. So I uninstalled IIS and visual Studio and
re-installed and now have the problem described up.

I also went to the .NET framework directory for 1.1 and tried to execute
aspnet_regiis, but it was not recognized as an executable file.

How can I get this to work again?

Re: Registering .NET 1.1 and IIS by Ken

Ken
Sat Aug 06 08:19:47 CDT 2005

Open a command window (Start -> Run -> cmd)
Navigate to: c:\windows\Microsoft.NET\framework\v1.1.4322

Ensure that aspnet_regiis.exe exists in that folder

run aspnet_regiis.exe -i

Cheers
Ken

--
IIS Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com


"wmcclew" <wmcclew@discussions.microsoft.com> wrote in message
news:DB59C32F-2069-4E7B-A293-B11C7607F841@microsoft.com...
:I have Windows XP professional Edition and IIS 5.1 and Visual Studio .NET
: 2003. When I try to create a new project in Visual Studio it says that
IIS
: is not running .NET 1.1 and can not continue.
:
: I had this working once and a System Administrator was looking at an email
: problem for another machine and looked at mine (which worked) made some
: changes and it no longer worked. So I uninstalled IIS and visual Studio
and
: re-installed and now have the problem described up.
:
: I also went to the .NET framework directory for 1.1 and tried to execute
: aspnet_regiis, but it was not recognized as an executable file.
:
: How can I get this to work again?



Re: Registering .NET 1.1 and IIS by wmcclew

wmcclew
Mon Aug 08 16:15:01 CDT 2005

That works, thank you.

"Ken Schaefer" wrote:

> Open a command window (Start -> Run -> cmd)
> Navigate to: c:\windows\Microsoft.NET\framework\v1.1.4322
>
> Ensure that aspnet_regiis.exe exists in that folder
>
> run aspnet_regiis.exe -i
>
> Cheers
> Ken
>
> --
> IIS Blog: www.adopenstatic.com/cs/blogs/ken/
> Web: www.adopenstatic.com
>
>
> "wmcclew" <wmcclew@discussions.microsoft.com> wrote in message
> news:DB59C32F-2069-4E7B-A293-B11C7607F841@microsoft.com...
> :I have Windows XP professional Edition and IIS 5.1 and Visual Studio .NET
> : 2003. When I try to create a new project in Visual Studio it says that
> IIS
> : is not running .NET 1.1 and can not continue.
> :
> : I had this working once and a System Administrator was looking at an email
> : problem for another machine and looked at mine (which worked) made some
> : changes and it no longer worked. So I uninstalled IIS and visual Studio
> and
> : re-installed and now have the problem described up.
> :
> : I also went to the .NET framework directory for 1.1 and tried to execute
> : aspnet_regiis, but it was not recognized as an executable file.
> :
> : How can I get this to work again?
>
>
>