I have an issue with a particular ASP page on two web servers. Let's
call these servers Dev1 and Beta1. Both Servers are running IIS 5,
Windows 2000 SP4 with "almost" all of the latest patches.
On Beta1, I am able to execute a particular page with no problem, that
page opens up in the comes up just fine.
On Win2kdev1, when I go to execute the same page, it opens a file
download dialog and asks me whether I want to open or save the "file".
Other ASP pages in the same directory display correctly. As far as I
can tell, there is nothing obviously different between these working
pages and the ASP page which causes the download dialog to open. The
filetypes are all .ASP.
I have verified that the app mappings (in IIS Manager,
Directory/Configuration/App Mappings) are correctly set to point to
asp.dll. I have removed and reset the app mapping just in case, but
still get the same error. The problem can arise on a different page
by doing something as trivial as changing some text and saving the
page.
I have compared file permissions on the file on both servers and they
are exactly the same. I thought something was wrong with the page on
Win2kDev1, so I copied over the page from Beta1. Same problem. I
have checked the IIS logs, and I do not see any errors in the
ex060120.log (for the last date that I tested this).
Does anyone have any ideas for anything I can look at to try to figure
out this issue? TIA.
-- Neil Rossi
call these servers Dev1 and Beta1. Both Servers are running IIS 5,
Windows 2000 SP4 with "almost" all of the latest patches.
On Beta1, I am able to execute a particular page with no problem, that
page opens up in the comes up just fine.
On Win2kdev1, when I go to execute the same page, it opens a file
download dialog and asks me whether I want to open or save the "file".
Other ASP pages in the same directory display correctly. As far as I
can tell, there is nothing obviously different between these working
pages and the ASP page which causes the download dialog to open. The
filetypes are all .ASP.
I have verified that the app mappings (in IIS Manager,
Directory/Configuration/App Mappings) are correctly set to point to
asp.dll. I have removed and reset the app mapping just in case, but
still get the same error. The problem can arise on a different page
by doing something as trivial as changing some text and saving the
page.
I have compared file permissions on the file on both servers and they
are exactly the same. I thought something was wrong with the page on
Win2kDev1, so I copied over the page from Beta1. Same problem. I
have checked the IIS logs, and I do not see any errors in the
ex060120.log (for the last date that I tested this).
Does anyone have any ideas for anything I can look at to try to figure
out this issue? TIA.
-- Neil Rossi
Comment