well .. i have made one simple web application in ASP.NET 2.0
in which i m doin .. when the person clicks the simple hyperlink i have added one software as "softwarename.exe" in my solution explorer ..
so when the person clicks on that hyperlink the file should open as a dialog box either to "Run" or to "Cancle" as we mostly see in the websites which are providing to download softwares ..
but what i m facing rite now .. when i m clicking on my hyperlink
1) The Dilogbox appearing saying "File Download Security Warning .. " three options .. Run,Save or Cancle. .
2) When i m going to click on "Run" another Dialog box appering saying "Internet Exploere- Security Warning" and blow .. saying "Unknown Publisher" Two Buttons again coming "Run" and "Dont Run" ..
3) when i click on to Run now .. then only i m able to download the software ..
so here what i want is to download the software in the first attempt as we mostly see in the websites over internet .. how can i do this in ASP.NET 2.0 ..
mitt
in which i m doin .. when the person clicks the simple hyperlink i have added one software as "softwarename.exe" in my solution explorer ..
so when the person clicks on that hyperlink the file should open as a dialog box either to "Run" or to "Cancle" as we mostly see in the websites which are providing to download softwares ..
but what i m facing rite now .. when i m clicking on my hyperlink
1) The Dilogbox appearing saying "File Download Security Warning .. " three options .. Run,Save or Cancle. .
2) When i m going to click on "Run" another Dialog box appering saying "Internet Exploere- Security Warning" and blow .. saying "Unknown Publisher" Two Buttons again coming "Run" and "Dont Run" ..
3) when i click on to Run now .. then only i m able to download the software ..
so here what i want is to download the software in the first attempt as we mostly see in the websites over internet .. how can i do this in ASP.NET 2.0 ..
mitt