Hello All,
I have an aspx page which creates an excel file on the webserver from a ADO.Net Dataset. This file is then sent to the browser with contentype set to application/vnd.ms-excel and using Response.WriteFile(FILEPATH). After that the file is deleted from the local webserver.
On the browser (IE 6) end the file is opened in a browser window which is shown as a popup window. Before opening the popup window, a dialog is opened which prompts the user to either Open/Save/Cancel. Clicking on Save shows the Save dialog to the user and the file can be saved. Alternatively if the user opts to open the file the excel file is displayed in the browser window. If the user selects File->Save As from the menu, a network password dialog box is shown which I do not want to show. Can anyone please tell me what security setting needs to be done on the webserver so that the user is not prompted for the network password.
I have an aspx page which creates an excel file on the webserver from a ADO.Net Dataset. This file is then sent to the browser with contentype set to application/vnd.ms-excel and using Response.WriteFile(FILEPATH). After that the file is deleted from the local webserver.
On the browser (IE 6) end the file is opened in a browser window which is shown as a popup window. Before opening the popup window, a dialog is opened which prompts the user to either Open/Save/Cancel. Clicking on Save shows the Save dialog to the user and the file can be saved. Alternatively if the user opts to open the file the excel file is displayed in the browser window. If the user selects File->Save As from the menu, a network password dialog box is shown which I do not want to show. Can anyone please tell me what security setting needs to be done on the webserver so that the user is not prompted for the network password.