I am back in .net after a long break.. i am stuck with a problem ..
I have coded to display a message box using "System.Windows .Forms.MessageB ox.Show " to show up based on condition and this works fine in my local machine but when i publish the site and put the .dll out for testing i am getting an error saying
---------------------------
Microsoft Internet Explorer
---------------------------
Sys.WebForms.Pa geRequestManage rServerErrorExc eption: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
---------------------------
OK
---------------------------
I have coded to display a message box using "System.Windows .Forms.MessageB ox.Show " to show up based on condition and this works fine in my local machine but when i publish the site and put the .dll out for testing i am getting an error saying
---------------------------
Microsoft Internet Explorer
---------------------------
Sys.WebForms.Pa geRequestManage rServerErrorExc eption: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
---------------------------
OK
---------------------------
Comment