I am using this function to try and create a directory in my Web project folder .. using ASP.NET ..

System.IO.Directory.CreateDirectory(server.mappath("\test")) ..

No matter what path I give it always says "Access Denied to the path .." blah blah blah ..

What am I missing ??