I installed VSTS Beta 2 on remote web development Win2003 Server (I selected none of the VSTS components). Prior to doing that I uninstalled VS beta 1 succesfully.
The installation was successfull, but now the ASP.NET tab is missing from IIS 6 web site properties, and I have no way setting the script mappings for spesific Framework version. I tried -regiis -ir -enable, but the tab is still missing.
Any advice how to do a remote development server installation (.NET Framework 2 and ASP.NET 2 Beta 2) properly

How to install VSTS Beta 2 on remote development Win2003 Server?
Spog Mog
The Aqua
almargob
ivanwong
--Oren
ztc
With regiis I was just trying to do a quick fix and get the tab back using -enable.
BTW, do you know if I can still use the AccessMembershipProvider The only option seems to be SqlMembershipProvider, and I didn't install SQL Server 2005 Beta that came with VSTS Beta 2.
vludyeidiet
This is a problem caused by the change between Beta 1 and Beta 2. I have ran into it on a few occasions now - tedious but easy to fix.
HKEY_CLASSES_ROOT\CLSID\{FD5CD8B1-6FE0-44F3-BBFB-65E3655B096E} \InprocServer32
HKEY_CLASSES_ROOT\CLSID\{FEDB2179-2335-48F0-AA28-5CDA35A2B36D}\InprocServer32
However, as to your question, you are not stuck if you do not have this MMC interface. You can use aspnet_regiis.exe but you were using the wrong switch -
aspnet_regiis -s <path> where path equals the location in the metabase where you want the mappings to change.
Note: There is also a switch to do this non-recurvisely if you desire.
Thanks,
~Chris Adams
Web Platform Supportabilty Lead