Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old July 30th, 2004, 03:32 AM
satsteve satsteve is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 5 satsteve User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy HTTP 500.100 - Internal Server Error - ASP error

I cannot seem to test my .asp pages in IIS 5.1

I have windows xp pro. The latest dreamweaver. I recently installed mdac 2.8 ( I was advised to do so)
but still no joy.

This is the page I get when Ihit f12 in dreameaver....

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:
  • <LI id=instructionsText1>Click the Refresh button, or try again later.
  • Open the localhost 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] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
    /udclass/director-list.asp, line 9

  • Browser Type:
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
  • Page:
    GET /udclass/director-list.asp
  • Time:
    Friday, July 30, 2004, 9:26:28 AM


  • More information:
    Microsoft Support

I was doing home study course but they gave up trying to help me because they said that I was creating databases that worked but
I could not seem to test them on my computer!!!

I am relatvely new to all this so please, be gentle!
Thanks in advance
Steve

Reply With Quote
  #2  
Old July 30th, 2004, 04:47 AM
Kris_Vanherck's Avatar
Kris_Vanherck Kris_Vanherck is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Belgium, Antwerp
Posts: 177 Kris_Vanherck User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 24 sec
Reputation Power: 5
Quote:
Originally Posted by satsteve
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
/udclass/director-list.asp, line 9
possible:
1) you try to open db that isn't there (wrong path,name,...)
2) you open a db that you have currently open in another program (like access)
3) (in code) you open a connection that already is open
4) the user used by asp,iis or connectionstring does not have sufficient premissions

so what code is on line 9 of director-list.asp ?

Reply With Quote
  #3  
Old July 30th, 2004, 05:47 AM
satsteve satsteve is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 5 satsteve User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thanks fro reply

Quote:
Originally Posted by Kris_Vanherck
possible:
1) you try to open db that isn't there (wrong path,name,...)
2) you open a db that you have currently open in another program (like access)
3) (in code) you open a connection that already is open
4) the user used by asp,iis or connectionstring does not have sufficient premissions

so what code is on line 9 of director-list.asp ?


The instructor from the db course said it is a problem with permissions but could not offer any help.

I sent him the pages and the corresponding db's and they tested fine on his computer. The problem must be with my testing server but I don't know how to fix it..
What do you suggest?
Thanks

Reply With Quote
  #4  
Old July 31st, 2004, 08:00 AM
satsteve satsteve is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 5 satsteve User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy what is on line 9.......

This is what is on line 9= AllDirectors.ActiveConnection = MM_MovieConnection_STRING

What about the permissions? it says
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
/udclass/director-list.asp, line 9


Quote:
Originally Posted by Kris_Vanherck
possible:
1) you try to open db that isn't there (wrong path,name,...)
2) you open a db that you have currently open in another program (like access)
3) (in code) you open a connection that already is open
4) the user used by asp,iis or connectionstring does not have sufficient premissions

so what code is on line 9 of director-list.asp ?

Reply With Quote
  #5  
Old August 1st, 2004, 03:45 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 32 m 23 sec
Reputation Power: 180
I put some information together a while back that might help.

http://www.dougscode.com/forum4/topic.asp?TOPIC_ID=16
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #6  
Old August 3rd, 2004, 03:51 AM
satsteve satsteve is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 5 satsteve User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
tried & failed!

Quote:
Originally Posted by Doug G
I put some information together a while back that might help.

http://www.dougscode.com/forum4/topic.asp?TOPIC_ID=16


Thanks for your suggestions and I followed the link and did what was suggested. I had done it before but started from the start to see if I missed anything. I still get the same message! A problem with authorisation! The Databases (provided by the online course I am doing) I am using are for access 2000. I have Acess 2003. Is that a possible conflict?- probably not but I am very new to this and am clutching at staws!!!!!!

I did load asp/net onto the computer a while a go thinking the course was going to use asp.net but it turned out it asp. I removed asp.net and now my computer asks for a password everytime I load/ boot up the machine. I just hit enter and it boots up. Does this have anything to do with the authenication problem!!!!!

Reply With Quote
  #7  
Old August 10th, 2004, 11:06 AM
2Drunk2Funk 2Drunk2Funk is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Location: Wilts, UK
Posts: 77 2Drunk2Funk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via ICQ to 2Drunk2Funk
I am suffering with the same problem.
Followed Dougs links, and searched for old kb # 183060 but no match.
I have my database in another location to the actual virtual web site and wondering whether the file does not give the
IUSR_machinename permissions. For some reason my XP does not have a Security tab on file/folder properties to allow me to add them.
I am new to dreamweaver, IIS5, html, ASP etc so this is a real pain having to resolve things like this when I have so much to learn in such a short space of time




Reply With Quote
  #8  
Old August 10th, 2004, 10:07 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 32 m 23 sec
Reputation Power: 180
In XP Pro, open windows explorer, then the Tools menu - Folder Options - View and uncheck the "use simple file sharing" setting.

If you have XP Home I don't know why you'd be posting in the IIS forum

Reply With Quote
  #9  
Old August 11th, 2004, 04:04 AM
satsteve satsteve is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 5 satsteve User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Angry

Hello, doug is it? I have tried the links that you suggested and followed them all CORRECTLY.

I have given up with asp and dowloaded asp.net framework version1.1 redistributable version and also MDAC components 2.6 and service patch 2.7 with all security updates as well.

My testing server is not even working now! (localhost throws up a error when viewed in explorer.

(I am following the example p88 in the book asp.net webdevelopment with dreamweaver by apress. If youve got a copy!!)

Here are the instructions:
Open Internet Service Manager (done)
right click on the Default website folder and choose new>website. When I do this the only option is new> new vertual directory !!!!!!!!

Why is my computer different!!! AHHHHHHHHHHHHHHHHHHHHHH

Please advise........Should I wipe my machine and start again?

I know this is the asp forum but It follows on from the last question.
Thanks

Reply With Quote
  #10  
Old August 12th, 2004, 12:16 AM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 32 m 23 sec
Reputation Power: 180
You cannot create multiple websites in IIS on XP Pro. It's an intentional limitation of a workstation version of IIS.

Reply With Quote
  #11  
Old August 30th, 2004, 08:00 PM
awjl awjl is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Location: Singapore
Posts: 2 awjl User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
satsteve, you should 1) give access to IUSR in your IIS. 2) give "Full Control" to "everyone" under the permission on the access file directly.

Reply With Quote
  #12  
Old October 20th, 2004, 04:51 PM
fraidy fraidy is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Posts: 1 fraidy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
HTTP 500.100 - Internal Server Error - ASP error

hi please i need some help
i have a problem in connection from asp to sql server
i have the iis and my os is windows xp
i make a database in sql server i name it "project" and i enter to odbc and i make a dsn name which is "data" so when i make connection from asp to sql the error message is that:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services


Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'FRAIDY\IUSR_FRAIDY'
hat i have to do????

Reply With Quote
  #13  
Old October 20th, 2004, 04:56 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 32 m 23 sec
Reputation Power: 180
Don't bring old threads back to life. Especially when your question is not an IIS related question at all. Try the SQL or ASP forums (one or the other, not both).

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > HTTP 500.100 - Internal Server Error - ASP error


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |