Permission Issues?
- From: "Claus Fuss" <cfuss@xxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 23:24:56 -0500
To make it simple, I'm doing this
Dim Location As String = AppDomain.CurrentDomain.BaseDirectory & "reports\baseReport1.xls"
System.IO.File.Copy(AppDomain.CurrentDomain.BaseDirectory & "reports\baseReport.xls", Location)
Response.Redirect("~/reports/baseReport1.xls")
Works fine in my computer, no problem, But in the server don't copy the file so the Response.Redirect show me a Page Not Found message.
I gave all permissions to All User but still don't copy how can I solve this, help please?
.
- Follow-Ups:
- Re: Permission Issues?
- From: Michael Nemtsev [MVP]
- Re: Permission Issues?
- Prev by Date: Re: DAL Question: SqlConnection vs SqlDataSource
- Next by Date: Re: Reference required to assembly error
- Previous by thread: Getting an URL from an Access db and turning into <a href> link
- Next by thread: Re: Permission Issues?
- Index(es):
Relevant Pages
|
|