Re: Hide ASPX Extension

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



sure - but that wasn't the question being asked.


"Juan T. Llibre" <nomailreplies@xxxxxxxxxxx> wrote in message
news:er0RM%23$eGHA.4976@xxxxxxxxxxxxxxxxxxxxxxx
If you do that, I fear your site's throughput will sink.

What you are suggesting would increase the site's processing by at least
2-300%
which would reduce your site's throughput to 33% or 25% of what it should
handle.

For what ? For an esthetic "hide my extension" consideration ?

Thanks, but no thanks.

I value ASP.NET for its processing capability, which allows me to have
much
more throughput than comparable platforms...with a lot less programming
effort.

Hobbling my web server to satisfy an esthetic desire is pointless, imho.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"gerry" <germ@xxxxxxxxxxxxx> wrote in message
news:OqvzSn6eGHA.2456@xxxxxxxxxxxxxxxxxxxxxxx
configure iis to have all requests ( * ) handled by asp.net
configure the appropriate static resource handlers in your web.config -
..gif , .js , .css etc
in Application_BeginRequest use url rewriting to send the remaining
requests to the proper handler

ie
requests for http://www.mysite.com sent to default.aspx
requests for http://www.mysite.com/products sent to products.aspx
requests for http://www.mysite.com/support sent to support.aspx
...


Gerry

"Matt" <mdframe@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23ESWgh5eGHA.4976@xxxxxxxxxxxxxxxxxxxxxxx
Does anyone know how to hide the ASPX extension of web pages in ASP.Net
2.0?

Thanks,

Matt





.



Relevant Pages

  • Re: Macro code
    ... >> All a web server is, is a program that accepts incoming connection ... >> requests, grants a connection, and satisfy's requests. ... the array index to designate which thread should use it. ...
    (comp.os.vms)
  • Re: Only 2 concurrent connections with window.open()?
    ... I am using client side JScript in Internet Explorer 6 SP1 to use a page to ... new browser windows get opened as expected, and it is evident that all are ... Active Server Pages 'Requests Executing' and 'Requests Queued' counters on ... client browser at any one time, i.e. they never reach the web server until ...
    (microsoft.public.scripting.jscript)
  • Re: What classes do I use to create a web proxy
    ... You could use a TcpListener object to listen for requests from the desktop application, and a TcpClient to connect to the original web server. ... You say that you "do not want to create a web service proxy nor do I want to do anything with web services". ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: What classes do I use to create a web proxy
    ... You could use a TcpListener object to listen for requests from the desktop ... You say that you "do not want to create a web service proxy nor do I want to ... timeout and the web server regularly exceeds this, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Update Performance
    ... that your transaction log file is on. ... >I have a stored procedure that is executed on every web request that we ... > On the web server, I get about 50 Requests a second. ... > If I comment out this line, I get about 350 Requests a second. ...
    (microsoft.public.sqlserver.programming)