i have created web application in asp.net using visual studio 2010.
i did coding in vb.net.
in vb.net code i used simple message box.
it does not give error when i run project through visual studio but when i deploy project using internet information services it gives error when message box should pop up.
message box is simple as follows
i did coding in vb.net.
in vb.net code i used simple message box.
it does not give error when i run project through visual studio but when i deploy project using internet information services it gives error when message box should pop up.
message box is simple as follows
Code:
msgbox("UPDATED")
Comment