Windows Forms Smart Client Sample


Posted

in


David at Chris Sells’ site pointed to an MSDN article entitled TaskVision Solution Overview: Design and Implementation.

It looks like it has lots of good nuggets about .NET, Windows Forms, and Web Services.  It also contains the answer to a question that I had a few months ago:

The ASP.NET file extensions (.aspx and .asmx) must be registered with Internet Information Services (IIS). (In the case that IIS was installed after the .NET Framework was installed, you must run the following application “C:WINDOWSMicrosoft.NETFrameworkv1.0.3705aspnet_regiis.exe –i”.)

I ended up deploying my test stuff to a remote server, but finding the answer to a question without actively looking for it is always a good thing.

Update:

C:WINDOWSMicrosoft.NETFrameworkv1.0.3705>aspnet_regiis.exe -i
Start installing ASP.NET (1.0.3705.288)
Finished installing ASP.NET (1.0.3705.288)

C:WINDOWSMicrosoft.NETFrameworkv1.0.3705>