pdf file not showing up in Internet explorer
问题 Language : ASP.NET/VB.NET I am creating pdf file using itextsharp library. On my development machine generated files are opening up without any problem. But when I upload the compiled program on production server, internet explorer just open and close the window but does not show the pdf file. Other browsers are showing up the pdf file. Here is the code I am using Dim LABNO As Integer = Request.QueryString("LABNO") Dim vDoc As New iTextSharp.text.Document(PageSize.A4, 20, 20, 50, 50) Dim