Forums
This topic is locked
setting up SQL Server on local machine
Posted 04 Oct 2004 20:50:42
1
has voted
04 Oct 2004 20:50:42 Chris Sweeney posted:
Hi allI'm trying to create a demo site that I can show tomorrow! I've installed
MS_SQL server on my Win2000 laptop and the site now works fine, except when
I try to upload images, using the Smart Image Processor extension.
The error is reproduced below, and I guess it's to do with permissions. I
installed .net 1.1 on the machine to enable me to use the extension.
Error: System.UnauthorizedAccessException: Access to the path
"c:\inetpub\wwwroot\sitename\members\officers\pic1.jpg" is denied. at
System.IO.__Error.WinIOError(Int32 errorCode, String str) at
System.IO.File.Delete(String path) at _ASP.ResizeImage_aspx.Page_Load(Object
s, EventArgs e)
If anyone could tell me the setting I need to change - and how - I'd be very
grateful.
Cheers
Chris
Replies
Replied 04 Oct 2004 22:12:06
04 Oct 2004 22:12:06 Rene Bandsma replied:
This is a security problem. You have to give your .NET machine account more rights.