Jag är min vana trogen och svarar på mina egna frågor - ett tips till alla oss nybörjare på wF förresten.
Ett kännt fel efter installationskrångel med asp.net är att framework inte blir registrerat på rätt sätt.
MORE INFORMATION
To fix IIS mappings for ASP.NET, follow these steps:
Run the Aspnet_regiis.exe utility:
Click Start, and then click Run.
In the Open text box, type cmd, and then press ENTER.
At the command prompt, type the following, and then press ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -iIn this path, version represents the version number of the .NET Framework that you installed on your server. You must replace this placeholder with the actual version number when you type the command.
Register the Aspnet_isapi.dll:
Click Start, and then click Run.
In the Open text box, type the following, and then press ENTER:
regsvr32 %windir%\Microsoft.NET\Framework\version\aspnet_isapi.dllRegsvr32 returns the results of the registration.
Det löste allt! Nu syns webformulären igen och allt verkar stämma!
Tack till migsjälv!
Fullständig länk: http://support.microsoft.com/default.aspx?scid=kb;en-us;306005