 |
| Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

July 27th, 2011, 09:33 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Then I don't know how to help you remotely. Google has over 17,000 hits on the exact error messge, with over 3,900 in combination with 64 Bit. Did you read them all? ;-)
Imar
|
|

July 27th, 2011, 09:37 AM
|
|
Authorized User
|
|
Join Date: Apr 2009
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks for the help....I am still reading one by one links.
|
|

July 27th, 2011, 10:29 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
To find out if this is really a security issue, try running the Application Pool under an administrative account. If it works, then it's a matter of finding out which permissions are lacking for the account you normally use to run the application pool under.
Cheers,
Imar
|
|

July 27th, 2011, 11:57 AM
|
|
Authorized User
|
|
Join Date: Apr 2009
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
My Classic asp website is running under new application pool.
Name - ASP
.Net Framework version - No Managed Code
Managed pipeline mode - Classic.
When I stopped and started, it is working fine.
|
|

July 27th, 2011, 11:59 AM
|
|
Authorized User
|
|
Join Date: Apr 2009
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Also, when I test the System DSN (under Admin tool--> ODBC Data Scourse Admin) with same credentials it is connecting without giving any error. But my asp application is not working.
|
|

July 27th, 2011, 12:09 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
When I stopped and started, it is working fine.
|
So is it working OK now?
Imar
|
|

July 27th, 2011, 12:11 PM
|
|
Authorized User
|
|
Join Date: Apr 2009
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I meant Application pool is working okay but giving same error when I browse my website from IIS of by using http://localhost.
|
|

July 27th, 2011, 02:05 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Right, that makes sense. This appears to be a run-time security issue in ASP / data access; setting up the application pool typically doesn't cause issues as "design time" when you make changes.
Did you try my other suggestion?
Imar
|
|

July 27th, 2011, 02:09 PM
|
|
Authorized User
|
|
Join Date: Apr 2009
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Imar,
I have tried all possible solutions but still getting same error.
|
|

July 27th, 2011, 02:35 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Including running the application pool with a full blown administrative account?
As I said earlier, I don't think I (or anyone) can help you with this remotely. You're not providing a whole lot of info / feedback, but more importantly, fixing these issues typically means trying out lots of different things on the machine. Sorry.
Cheers,
Imar
|
|
 |