Last night my server updated itself normally. The majority of my application
is working fine, components are instantiated and calls made to SQL Server as
designed. However, links on the summary page point to pdf documents on a
shared folder. These links error out now and the default error page
designated in the webconfig file is returned.
The share is working correctly and I can load documents directly from the
share. Also, the permissions on this share are correct.
The code behind component does 2 things that are not done in any other code
in this application:
1) I use Request.Querystring(). (I do not see how this could be the problem.)
2) I use the following code fragment to write the pdf document to the
calling page:
Response.ContentType = "Application/pdf"
Response.WriteFile(FilePath)
Response.End()
I first removed Update #873333, which was also installed at the same time.
After the reboot the application did not work.
I then removed Update #885250 (the process informed me that Update #890047
may not run correctly afterward). After the reboot, the application works
fine.
I have a current support request in to the ASP.Net Group.
Are there any other developers out there encountering this particular problem?
Thanks,
Grant
> Similar problem here. We have several Snap servers. After 885250 was applied
The pdf files that I have are on a Dell 705N, aka Snap 4100, NAS server
(RAID 5) on which the directory of pdf files has been shared to the IIS
application.
So, obviously then the code does not matter and the method I used to access
and deliver the pdf to the client is not and cannot be the problem. Good! Now
I don't feel so bad about starting the support call... I always worry when it
can cost money. :)
Thanks for making me feel better about the problem, now if I can just get
the thing solved without having to disable MS Update I will be a happy camper.
If I try to create the same file (even though I cannot see it), it won't
allow me because it says the file is already there (like it should), but it
just doesn't "see" the file(s) anymore...