2005-04-25, 12:45
  #1
Medlem
Galenkattens avatar
de låg förut på en webserver....med IIS ...har koppat katalogen wwwroot som de låg i ..o nu lagt den katalogen på en annan burk med IIS....något jag måste installera för att det ska funka?

mvh
Citera
2005-04-25, 13:57
  #2
Bannlyst
Nej, du behöver endast ha IIS installerat.
Har du kollat inställningarna då?
Och vad är det som inte fungerar?
Citera
2005-04-25, 16:00
  #3
Medlem
Galenkattens avatar
bara framesen kommer upp......i dessa blir det "sidan kan inte visas"...

felmeddelandet:

The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

Open the str-25 home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x96c Thread 0xf0 DBC 0x10ee964 Jet'.
/_include/include.asp, line 41


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Page:
GET /news/main.asp

Time:
Monday, April 25, 2005, 9:58:46 PM


More information:
Microsoft Support
Citera
2005-04-26, 02:56
  #4
Bannlyst
Orkar inte skriva och förklara själv, men här får du lite svar som jag sprang på via google:

This error happened once again to me when I set up my ASP development environment on a newly installed Windows XP system. Here are possible causes for this error, which happens when you try to open a Jet DSN connection (or any connection to a MS Access database) from an ASP (or other) script:

1. the webserver environment needs "write" permission to the directory where the Access database resides. So, set permissions first. Go to Windows Explorer, Tools, Folder Options, View and turn off the very last entry in the list ("Use simple file sharing") if you haven't already done so.

2. Now, you'll have a "Security" tab when you right-click on a folder. Make sure you give write permission to the folder with the MS Access database to the "IUSR_***" account (with *** being your computer's name). This account is used by IIS, per default, to evaluate permissions for the default access to your local PWS website and scripts.

3. You can create your own User account by the way and set it as default for anonymous access of PWS. To do this, go to Control Panel, Administrative tools, Internet Information Server, expand "local computer," right-click on Websites (if you don't have this, add IIS from your Windows XP Pro CD. If you have Windows XP Home... tough luck you can't run a webserver, you have to upgrade.) Select "Properties," Directory Security, "Edit." Here you see the default account and logon. You can create another user account (under "Control Panel," "User Accounts") with another password and enter this here. BUT you don't have to do all this to take care of the error above; IUSR_<machine name> is fine for now. I digress...

4. Give the same user IUSR_<machine name> (or whatever is the default account) access to the TEMP directory of Windows. MS Access might need to write some stuff there.

5. Give the same account write permission in MS Access itself. These permissions can be reset by MS Access if you compact and repair the database so keep in mind to refresh this permission as necessary.

6. If you still get the error "[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process", check that the database is really in the directory referenced by the DSN or the connection string in your ASP file! Also, check for misspellings in the file name. This was the reason for the error when I ran into it earlier this week.
Citera

Skapa ett konto eller logga in för att kommentera

Du måste vara medlem för att kunna kommentera

Skapa ett konto

Det är enkelt att registrera ett nytt konto

Bli medlem

Logga in

Har du redan ett konto? Logga in här

Logga in