Hi,
I have developed C# Windows application. I thought of deploying this
application in the webserver and access the application like SmartCLient
model.
I have given IIS permissions. I have written small application which will
access the main application using URL.
I am gettin the login screen of the main application, entered the user name
and password, clicked on teh OK, when i click on OK, it will check the
app.config file and will connect to the database and will get the MDI screen
to Client PC. Here i am getting the Exception. I am unable to catch this
exception also. WHen i write MessageBox.Show, it is not displaying the
exception, please help me in this.
Thanks in advance
Satish