Ask a Question related to ASP.NET Security, Design and Development.
-
buran #1
webclient object and downloading output file from an intranet site
Dear ASP.NET Programmers,
I have an intranet site (web applicaton) with the login page
[url]http://burak/database/login.aspx[/url]. The site implements cookieless forms
authentication and validating user credentials stored in a SQL Server
database. I would like to download a document created by users to the local
disk of the server (burak) using webclient object and its download method,
but I don't know to how to authenticate when requesting the desired page
(for instance [url]http://burak/database/medicalDocs/1.aspx[/url]).
dim wClient as new WebClient()
wClient.DownloadFile("http://burak/database/medicalDocs/1.aspx",
"d:\Docs\1.html")
Thanks in advance for your help
buran Guest
-
Using contribute to update an intranet site
Hi We have been asked by a customer of ours to help them manage their intranet site. Having used contribute before on a couple of other... -
how to get to file in intranet using WebClient. simple ?!
Hi All, I am breaking my head on one problem. I'd like to read a file that is on a different machine in intranet. The tricky part is that I do... -
Intranet site
Hi everyone, i'm currently working on my company intranet site. I'm looking for something that has a calendar, user admin, project management, and... -
webclient object and forms authentication
How do I download file from the web when the site uses forms authentication? Without the authentication, webclient object works. Thanks, Buran -
Counter for intranet site
rememeber counters can be screwed especially in the webmaster goes and makes sure all the pages work.. I suggest you use the logs J -- ---...



Reply With Quote

