Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. .NET Framework.........

.NET Framework.........

Scheduled Pinned Locked Moved ASP.NET
helpcsharpdatabasedotnet
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    daviiie
    wrote on last edited by
    #1

    I have just installed the .NET Framework 1.1 on my machine. But the web application I was developing can no longer access the database I have. I keep getting the error..... System.Data.OleDb.OleDbException: Unspecified error Now I know it has something or other to do with permissions. And Have been messing around with every option I can find but still it doesn't want to access it. Another strage thing it is doing, is I have a number of different .jpgs for the different webforms. And because when I upload it to my webhost it doesn't recognise the file path c:\webapplication....etc etc I simply store all the .jpgs in the root folders and just access it by Image1.jpg instead of having a path name. Right now one of my webforms beckground is blank, if I change it to Image4.Jpg it shows up, if I change it back to Image5.jpg it goes blank again, despite both files being in the root folder. Any help would be appreciated.

    D 1 Reply Last reply
    0
    • D daviiie

      I have just installed the .NET Framework 1.1 on my machine. But the web application I was developing can no longer access the database I have. I keep getting the error..... System.Data.OleDb.OleDbException: Unspecified error Now I know it has something or other to do with permissions. And Have been messing around with every option I can find but still it doesn't want to access it. Another strage thing it is doing, is I have a number of different .jpgs for the different webforms. And because when I upload it to my webhost it doesn't recognise the file path c:\webapplication....etc etc I simply store all the .jpgs in the root folders and just access it by Image1.jpg instead of having a path name. Right now one of my webforms beckground is blank, if I change it to Image4.Jpg it shows up, if I change it back to Image5.jpg it goes blank again, despite both files being in the root folder. Any help would be appreciated.

      D Offline
      D Offline
      daviiie
      wrote on last edited by
      #2

      It's ok I found and fixed the problem. For reference the problem was.... In the .NET Framework 1.0, ASP.NET applications use the TEMP folder that is designated by the environment variables to store temporary files. In .NET Framework 1.1, ASP.NET applications use the profile folder for the local ASPNET account to write temporary files. This profile folder is C:\Documents and Settings\ServerName\ASPNET\TEMP. The ASPNET account has permissions to write to this folder.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups