Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide download path...

Status
Not open for further replies.
May 9, 2000
446
GB
Hi I've got some pdfs that users can download, anyway I want to hide the download paths so they can't guess other paths to other pdfs.... any ideas?
 
It transfers control to the parameter page.

<< page1.asp>>

<p>Hello page one</p>
<% Server.Transfer(&quot;page2.asp&quot;) %>

<< page2.asp >>

<p>Hello page two</p>

That will result in a single page containing both asp pages output.

But really you should read the documentation. If you are running your own server Open the IISHelp sites main page on your server. If you are hosting go to msdn.microsoft.com and lookup the documentation for IIS.

Hope this helps
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top