|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hi all,
I develope a Website base on IIS 5.0. all function work well on IIS 5.0. Now the administrator upgrade to IIS 6.0, now my website does'nt work. I debug and found that if file asp have this line <!--#Include file="../class/i_AREASclass.asp"--> it will displays " HTTP 500 - Internal server error Internet Explorer" Then i move class folder into and make it become subfolder and modify the line <!--#Include file="class/i_AREASclass.asp"--> It run well. pls show me what happen with my website. How do i configure IIS 6.0 to my Website can run on IIS 6.0 Thanks |
|
#2
|
|||
|
|||
|
You are looking for the "enable parent paths" property. Before IIS6 this behaviour was enabled by default, with IIS6 it's disabled. You can either change the IIS setting, or recode your pages to use <!-- #include virtual ...
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
|||
|
|||
|
Many thanks
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > (Asp on IIS 5.0) It does'nt work with IIS 6.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|