Call .aspx page from lotus script

How can i call an aspx page from lotus script to download file

Subject: Call .aspx page from lotus script

Use NotesUIWorkspace URLOpen method to get the URL. This uses the Lotus Notes browser to retrieve the URL, which is then stored as a NotesDocument in the local perweb.nsf. Then use code to go and get it from perweb.nsf on the local PC.

Haven’t tried this on a server agent though, but works well for a client

Subject: RE: Call .aspx page from lotus script

On the server, you’d use NotesDatabase.GetDocumentByURL() and get the web page from the RequestContent item.