all groups > visual studio .net setup > may 2004 >
You're in the

visual studio .net setup

group:

server is not running ASP.NET version 1.1


server is not running ASP.NET version 1.1 andrewcw
5/31/2004 6:16:03 PM
visual studio .net setup: OK I found a site that said uninstall IIS the follow instructions per http://support.microsoft.com/default.aspx?kbid=306005&product=aspnet ( knowledgebase article 306005 )
That article says

At the command prompt, type the following, and then press ENTER
"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -
followed by

regsvr32 %windir%\Microsoft.NET\Framework\version\aspnet_isapi.dl

BUT that gives me : C:\windows\Microsoft.NET\Framework\v.1.1.4322\aspnet_regiis.exe was loaded but the DLLRegistryServer entry point was not found.
.... .exe does not appear to be a .DLL or .OCX fil
RE: server is not running ASP.NET version 1.1 v-felwa NO[at]SPAM online.microsoft.com
6/1/2004 8:16:27 AM
Hi,

Thanks for posting. You should run the following 2 commands one by one:

aspnet_regiis -i

regsvr32 aspnet_isapi.dll

Instead of the follwoing command:

regsvr32 aspnet_regiis.exe

Please double-check the point.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
AddThis Social Bookmark Button