asp.net can't run in window 2003 - 64bit

A

Agnes

help ~~~~ my deadline is coming,
I don't know how to activate the asp.net
I try the following command
c:\windows\microsoft.net\framework\v2.0.50727\aspnet_regiis -iru

Please help
 
J

Juan T. Llibre

Agnes,

the aspnet_regiis parameters you are using are :

-i ( which means "install" )
-r ( which means "install scriptmaps" )
-u ( which means "uninstall ASP.NET" )

If you use all of them in that sequence, you'll be

1. installing ASP.NET
2. installing ASP.NET's scriptmaps
3. uninstalling ASP.NET

....leaving you with ASP.NET uninstalled, as you have found out.

Don't use aspnet_regiis -iru

Use aspnet_regiis -ir

That will install ASP.NET and install the scriptmaps globally.

If you only want ASP.NET to be installed in the root
( leaving any applications you currently have installed configured for 1.1 )
then, only use aspnet_regiis -i
 
J

Juan T. Llibre

....and don't forget to enable ASP.NET on Windows 2003.

You can :

1. open the IIS Manager, scroll on the left to "Web Servive Extensions",
then select the ASP.NET version you want to allow on the right pane,
and click the "Allow" button.

2. after you've finished registering asp.net with

aspnet_regiis -i or aspnet_regiis -ir ,

run :

aspnet_regiis -enable

IIS 6.0 ( which Windows 2003 runs ) requires explicit enabling of ASP.NET
and a number of other service extensions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top