[ADVANCED-DOTNET] crystal report error - failed to render page

2003-09-09 Thread Sujay Suresh Maheshwari
Hi group, We are using crystal report and creating a setup project for it. When we are deploying it at the web server and running the application, we are getting this message "Failed to render the report" in the place where the report is seen. There is no exception/ error thrown. We hav

[ADVANCED-DOTNET] Check List for deployment

2003-09-05 Thread Sujay Suresh Maheshwari
Hi group, 1) We are almost done with our web application project and we will be deploying next week. Is there any check list for deployment which will give me insight of how to, what to - do when deploying a Web Application project. 2) One more problem I am facing. I have Visual Studio .Net

[ADVANCED-DOTNET] SMTP problem

2003-08-29 Thread Sujay Suresh Maheshwari
Hi group, I am sending mail from one of my web pages and I am getting this error - "The transport failed to connect to the server" Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the

Re: [ADVANCED-DOTNET] Catching events in HTTP Module

2003-08-25 Thread Sujay Suresh Maheshwari
e request data else // handle other control events else // Handle the GET request else // Handle other pages Wenfeng Sujay Suresh Maheshwari <[EMAIL PR

[ADVANCED-DOTNET] Catching events in HTTP Module

2003-08-22 Thread Sujay Suresh Maheshwari
Hi Group, I have written a HttpModule and I am calling a method on context.PreRequestHandlerExecute Now this method will be called on all page load. Can I know the event which called this page load. Rather if a user presses an Add button, can I know that an add button is clicked. May b