Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 810979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:58:14+00:00 2026-05-15T00:58:14+00:00

I installed windows 2008 server integrated iis 7.0 1 day ago, i use windows

  • 0

I installed windows 2008 server integrated iis 7.0

1 day ago, i use windows 2003 and iis 6.0

with windows 2008 server, everything is alright except one thing.

in 2003-iis6 i could use custom 404 pages to handle for url friendly sites.
example i could set custom404.asp as custom 404 pages(execute url)

in 2008, i can’t do it.
when i set custom 404 page as /custom404.asp, nothing happens.
in custom error pages it says this is for asp.net

how can i do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T00:58:15+00:00Added an answer on May 15, 2026 at 12:58 am

    the webconfig file below fixed the problem.
    i share in case anyone needs

    save the code as web.config and move it to main site folder

    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
        <system.webServer>
            <httpErrors>
                <remove statusCode="404" subStatusCode="-1" />
                <error statusCode="404" subStatusCode="-1" prefixLanguageFilePath="" path="/default.asp" responseMode="ExecuteURL" />
            </httpErrors>
         <rewrite>
            <rules>
                <rule name="MyURLCleaned" enabled="false" stopProcessing="true">
                    <match url="^([^])+" />
                    <conditions>
                        <add input="{REQUEST_FILENAME}" />
    
                    </conditions>
                    <action type="Rewrite" url="/default.asp?{R:0}" />
                </rule>
            </rules>
                <rewriteMaps>
                    <rewriteMap name="static">
                    </rewriteMap>
                </rewriteMaps>
        </rewrite>
    
        </system.webServer>
    </configuration>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I installed SVN on a Windows 2008 server, everything works like it should, except
i installed php on my windows server 2008-R2 and every thing is ok about
I have just installed SQL Server 2008 including Reporting Services on Windows Server 2003.
I have visualSVN server installed on windows server 2008. I want to use the
I have Tomcat 6.0.24 64 bit installed on two Windows Server 2008 boxes as
So on my server running Windows Server 2008 x64 R2 I installed the Java
Yesterday I installed SQL Server 2008 on my laptop (Windows 7 64 bit), I
I have installed SQL Server 2008 R2 Express on Windows 7. When I run
I'm trying to working with Openrowset on SQL Server 2008 R2 installed in Windows
I installed Windows Server 2008 on my VMWare machine. In Windows Server 2008, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.