Hmm. I'm trying to deploy a web service to a new server and there is no ASP.net tab. I've tried running aspnet_regiis from ASP.Net 2.0 directory but this doesn't seem to work. Any ideas anyone?
|
|
|
|
|
|
|
This can have multiple causes ranging from installing IIS after the .NET Framework or the IIS metabase getting corrupted. The order I would go with is:
|
||
|
|
|
|
If you've had (or have...) VMware Server installed on this particular machine, the following steps will most likely fix the issue with minimal pain:
|
||
|
|
|
|
The default install for IIS doesn't include ASP or .Net. You need to enable those in Windows Features menu where you installed IIS from. This shows the basic steps - they may be different for your IIS version and host OS. |
||
|
|
|
|
Is this IIS6? I think you can go to the
|
||
|
|
|
Did you try uninstalling and then reinstalling ASP.NET? i.e. aspnet_regiis -u Then aspnet_regiis -i The uninstall and then reinstall have worked for me before. |
||
|
|
|
|
reinstall IIS |
||
|
|
