Website1 example may not work because IIS server does not have access to "C:\Program Files" directory.
To make this example work you must copy Fastreport3.dll into "C:/Inetpub" directory and register it with Regsvr32.exe.
Anyway, could you describe your problrem more accurate. For example, there are some issues on using FastReport Studio under ASP.NET environment. First of all, you need disable message boxes, because application under IIS does not have a screen. So, any message box will lock application.
....
report = new TfrxReportClass();
....
report.EngineOptions.SilentMode = frxSilentMode.simSilent;
Comments
To make this example work you must copy Fastreport3.dll into "C:/Inetpub" directory and register it with Regsvr32.exe.
Anyway, could you describe your problrem more accurate. For example, there are some issues on using FastReport Studio under ASP.NET environment. First of all, you need disable message boxes, because application under IIS does not have a screen. So, any message box will lock application.
....
report = new TfrxReportClass();
....
report.EngineOptions.SilentMode = frxSilentMode.simSilent;