Hi.Im working on an ASP.NET website.In this application there are some local functions and a call to an external C# exe.Every thing works fine if I use a msgbox control before this form redirects to the output page.If I dont use this msgbox before redirecting, the output is different than expected.
More Info:-This C# exe creates a .txt file in a folder and the redirected page just reads that txt file.
Question why the output is different with and without using just a msgbox.