Dear my friends ,
i have a big problem !
i have a project in VS2008 and i'm using telerik reporting
in my project i have a button in page that when clicked execute this code
Dim report As New Bills
ReportSqlDataSource.SelectCommand = "...."
report.DataSource = ReportSqlDataSource
Dim printdlg As New System.Drawing.Printing.PageSettings
Telerik.Reporting.Processing.ReportProcessor.Print(report, printDlg.PrinterSettings)
when i start my application using VS2008 embeded web server my programm working Nice !
but when i create a virtual directory in IIS and point it to my program dir my application not work!
when i click on this button my application not responding any thing and after a while i got timed out error !
what is the problem??
i have a big problem !
i have a project in VS2008 and i'm using telerik reporting
in my project i have a button in page that when clicked execute this code
Dim report As New Bills
ReportSqlDataSource.SelectCommand = "...."
report.DataSource = ReportSqlDataSource
Dim printdlg As New System.Drawing.Printing.PageSettings
Telerik.Reporting.Processing.ReportProcessor.Print(report, printDlg.PrinterSettings)
when i start my application using VS2008 embeded web server my programm working Nice !
but when i create a virtual directory in IIS and point it to my program dir my application not work!
when i click on this button my application not responding any thing and after a while i got timed out error !
what is the problem??