|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS - Other - HELP~IIS7 cannot run .asp file~
Hi,
I am new in asp and iis. i m using IIS7, Vista Ultimate.i hav problem when running .asp file. the first page(.html) can run, afte this will link to .asp file, then the error occur error 500.....and have this message "An error occurred on the server when processing the URL. Please contact the system administrator" i have turn the "send error to browser" to "true" i follow the Failed Request Tracing stated in this forum step by step but i do not have this folder ==>%SystemDrive%\Inetpub\FailedRequestLogFiles\W3SVCn nn folder in my inetpub this is i get from logfile before i tracing failed==> 2009-06-26 14:04:11 ::1 POST /aspnet_client/Nippon_Paint/login.asp |5|80004005|[Microsoft][ODBC_Microsoft_Access_Driver]_Disk_or_network_error. 80 - ::1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+ .NET+CLR+2.0.50727;+Media+Center+PC+5.0;+.NET+CLR+ 3.0.04506;+InfoPath.2) 500 0 0 this is fro logfile when i run the Bad_class.asp follow the step in Failed Request Tracing==> 2009-06-26 14:07:37 ::1 GET /aspnet_client/Nippon_Paint/Bad_class.asp |5|800a01ad|ActiveX_component_can't_create_object: _'Bad.Class.Name' 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.0;+en-US;+rv:1.9.1b4)+Gecko/20090423+Firefox/3.5b4 500 0 0 i have run this file in my company..so the coding should b no problem. i can run those html de...onli run asp cannot. I have read many forum for solution. but i cannot make it.everyone can help me???really thanks thanks. |
|
#2
|
||||
|
||||
|
Hi, and welcome to the forums. Does this happen every time you try and access an ASP page? To test this you could create a simple page with the following code:
Code:
<%="Hello World!!"%> And then browse to it, does it execute correctly or do you still receive an error? The reason I ask is that I can see from your trace that you are receiving an error "ActiveX_component_can't_create_object:". It may be that your page executes correctly on your server in work because you have all of the required dlls installed/registered. Is this page trying to reference a dll/component, if so, is this dll/component installed/registered on your machine? |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > IIS - Other - HELP~IIS7 cannot run .asp file~ |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|