I've solved my problem. First of all my IIS server wasn't properly prepared to deal with *.aspx files - there was no .NET services. I wasn't aware of it and by mistake assign to launch *.aspx files to DLL destinated to *.asp files. I know - terrible mistake :-(
When I installed .NET services on IIS and restart the installation - everithing went fine :-)
I think it should clearly described in SmarTeam documentation (how IIS should be prepared for SmarTeam purposes).
Excerpt from the 1st one: (snip) Sometimes on client machines (Non Server) the .NET components are not registered properly. To manually register them run the following from a command line: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i (snap)
erstellt am: 20. Jan. 2005 09:36 <-- editieren / zitieren --> Unities abgeben: Nur für j_d
Hi,
one comment from my side: In some cases it may be required to first of all unregister any .Net components by using C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -ua before C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i