Re: get_aspx_ver.aspx ???

From: Ken Cox [Microsoft MVP] (BANSPAMken_cox_at_sympatico.ca)
Date: 12/24/04


Date: Thu, 23 Dec 2004 20:14:35 -0500

Just to add to Karl's answer:

"When you try to open an ASP.NET Web Application project, the ASP.NET
process accesses a nonexistent file that is named Get_aspx_ver.aspx to
retrieve the ASP.NET version information. If the defaultRedirect attribute
is not set to an HTML file or to an ASP file, the request for the
Get_aspx_ver.aspx file returns the HTTP 404 error and the ASP.NET version
information. If the defaultRedirect attribute is set to an HTML file or to
an ASP file, the request for the Get_aspx_ver.aspx file does not return the
ASP.NET version information. Therefore, you receive the error that is
mentioned in the "Symptoms" section of this article."

http://support.microsoft.com/default.aspx?scid=kb;en-us;825792

"Fred Geurtsen" <f.geurtsen@simstones.nl> wrote in message
news:41cae76b$0$160$3a628fcd@reader1.nntp.hccnet.nl...
> Hi,
>
> Anyone knows what get_aspx_ver.aspx does? I don't have this page in my
> webapplication, but I get it in a error message.
>
> Thx
>



Relevant Pages

  • Re: ASP.net configuration problem - new user
    ... Have you made changes to the web.config's defaultRedirect? ... an HTML file or to an ASP file, the request for the Get_aspx_ver.aspx file ... "Symptoms" section of this article. ... >> 3) Restart IIS. ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP.NET Looping in Application_Error handler
    ... I thought that maybe there is an exception being thrown in the Application_Error function, but after placing a try/catch block around it I found that there was not. ... I removed the Server.ClearError and added a defaultRedirect to my web.config file instead. ... After trying various paths to the page I changed it to redirect to a HTML file. ... Should I keep an eye for any side-effects of going out to a ASP page and then back into an ASP.NET page in respect to the way I handle errors using the web.config? ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP.NET looping in the Application_Error handler
    ... I thought that maybe there is an exception being thrown in the Application_Error function, but after placing a try/catch block around it I found that there was not. ... I removed the Server.ClearError and added a defaultRedirect to my web.config file instead. ... After trying various paths to the page I changed it to redirect to a HTML file. ... Should I keep an eye for any side-effects of going out to a ASP page and then back into an ASP.NET page in respect to the way I handle errors using the web.config? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IIS Hanging Issue - One more thing
    ... we have noticed in our log files on the server that is having ... we *do* see consisten requests for the asp file with a 200 ... > network, everything looks fine ... ... the request rate is high and clean. ...
    (microsoft.public.inetserver.iis)
  • Re: Session Variables
    ... collections will be available to the .asp file receiving the transfer. ... Response.Redirect tells the browser to request a different page. ... to the Web server, and the Web server has to handle an extra request. ... > how can to do for share session variables or cookies between two servers ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)