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 7522869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:38:11+00:00 2026-05-30T02:38:11+00:00

Running IIS 6 with a main website using .net 4. I have many sub

  • 0

Running IIS 6 with a main website using .net 4. I have many sub websites under that mostly running .net 4 and when browsing to them default.aspx auto loads without issue. One of the websites, however, is running .net 3.5 and default.aspx won’t load by itself when browsing to an open ended url: http://127.0.0.1/TestApp however if I browse directly to the file it works fine: http://127.0.0.1/TestApp/Default.aspx.

Looking at the Documents under the .net 3.5 web application it does show Default.aspx as an “enabled default content page.” If I switch the app to .net 4.0 the default.aspx page does load automatically. I cannot keep this setting though because it is a compiled web app and errors out on some pages and don’t have the access to update the code.

Has anyone seen this issue and know how to resolve? Any help/ideas would be great!

Thanks!

EDIT

Error Page
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /licensure/eurl.axd/ce90d150037c2545966c2948cd3e2e7e/


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

  • 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-30T02:38:13+00:00Added an answer on May 30, 2026 at 2:38 am

    You might want to see this site: http://www.vanadiumtech.com/OurBlog/post/2011/08/12/Cause-of-eurlaxd.aspx

    Appears that this has to do with .NET 4’s extensionless URLs.

    From the above linked page page:

    Recommended Solutions

    If you disable the v4.0 ASP.NET extensionless
    URL feature on IIS6 by setting a DWORD at
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\EnableExtensionlessUrls
    = 0 and restart IIS, then the ASP.NET feature will be disabled and you will not see "/eurl.axd/GUID" in your URLs unless a malicous client
    issues such requests to your server.

    Our Fix

    In our case the solution came from HeliconTech who is the
    provider of our IIS Rewrite Module

    http://www.helicontech.com/forum/15029-ASPNET_40_MVC_and_ISAPI_Rewrite_3.html

    We found that the eurl.axd was being appended when we were doing a
    redirect. The eurl.axd was added before the redirect, so isapi
    includes it as if it is a correct part of the url.

    For example, we’re redirecting www to non-www. In order to ignore the
    eurl.axd part, I had to change the rule to:

    RewriteCond %{HTTPS} (on)? RewriteCond %{HTTP:Host} ^www.(.+)$ [NC]
    RewriteCond %{REQUEST_URI} (.+)? RewriteRule ^(.)(eurl.axd/.)$
    http(?%1s)://%2/$1 [R=301,L]

    If you want to go the other way and redirect non-www to www, it’s an
    easy change:

    RewriteCond %{HTTPS} (on)? RewriteCond %{HTTP:Host} ^(?!www.)(.+)$
    [NC] RewriteCond %{REQUEST_URI} (.+)? RewriteRule
    ^(.)(eurl.axd/.)$ http(?%1s)://www.%2/$1 [R=301,L]

    Hope this helps, it took a while to nail it down, but the solution
    worked like a charm in our shared environments without having to
    impact all customers by disabling the extension less feature or
    migrating everything to IIS7.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a webserver running IIS 6, .NET MVC with a single domainname. The
I have a website running on .NET 3.5 and ASP.NET MVC 2.0. I am
I have an ASP.NET (MVC) website that is serving static content (images) as well
I have been given a w2k3 server today that is running IIS 6. This
So i am on VS2010 running iis 7 with .net 4.0 I have a
I have a Windows Server 2003 that is running IIS 6 with several web
I need to create a photo gallery for a website running IIS 4.0 or
I have a WCF service which works on my dev machine running IIS 7,
I'm trying to password protect a directory on a server that's running IIS. I've
We have an ASP.NET 3.5 application that has been in production for over a

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.