Oooh - spotted another thing... You've published your website into the C:\Inetpub folder I assume since that's the location of the Scripts folder you're using?
Most people tend to either create a new folder for their website or use the existing default website folder which is:
C:\Inetpub\Wwwroot
If the latter is the actual location of your website then your Custom Error page should be put in:
C:\Inetpub\Wwwroot\Scripts
Whilst retaining the same relative URL in your Website properties of:
/Scripts/custom_e.asp
Let me know if this makes a difference...
Main Topics
Browse All Topics





by: DragonlairdPosted on 2006-03-16 at 23:23:33ID: 16213493
I've had a quick hunt around and I can't find any reason why SSL sites would not work with a customer error page. The URL is relative and hence, should use the same method to redirect as any other site.
In fact, the only thing I can see that may be a minor problem is, you're using backslash characters in your URL instead of forward slashes.
Try changing your URL to:
/scripts/custom_e.asp
It probably won't work but at least it's one less silly thing to check. Which version of IIS are you using?