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 recently installed Windows 2008 Server to replace a crashed hard drive on a
When I installed Windows Server 2008 I didn't have the (activation) key. Now that
I have just installed the Platform SDK for Windows Server 2008 and .NET 3.5
We've installed Windows Search Server Express on one of our servers, which apparently runs
Windows 2008 R2 server running PHP 5.3. I have URL Rewrite for IIS working
Has anyone successfully installed VS 2008 Team Developer edition on the Windows 7 beta
I have IIS 5.1 installed on Windows XP Pro SP2. Besides I have installed
I'm running a Windows 2008 server (a VPS with 1GB of RAM), with SQL
I am running PHP on a 64bit windows 2008 server. I have both ODBC
I'm attempting to leverage the splicer.dll component from http://splicer.codeplex.com on a windows 2008 server.

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.