Re: want my own extention like http://www.myserver.com/default.prt



yes, it is, but it has nothing to do with vs.net, but rather the
webserver (most likely IIS). The idea is that you would register your
new extension in IIS, and have it assign the ISAPI trunk to point to
the .net framework.. Once you find where the extensions are registered
you can probably mimic the way the .aspx extension is currently
registered

~kcf


_thedebugger wrote:
Dear friends,

I am web developer, working with vs.net 2005.
I want to create my own extenstion like .aspx, which will server only aspx
code. but user cannot see that extension.

like my web application will be
http://myserver.com/default.prt

is that possible?

Sachin

.



Relevant Pages

  • Re: Catching 404 errors at Application Level
    ... As this will likely be on a shared web server, I won't have access to IIS. ... extension) and those with no extension at all, ... It's not that Server.Transfer doesn't work for non aspx pages per se, ... See above - only files which are "recognised" by the ASP.NET ISAPI will ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Using an HttpHandler to redirect a certain extension to ASPX pages behind the scenes
    ... You would have to add an ISAPI mapping in IIS, ... Request transferred to an ASP.Net Page without the problem you're describing ... that extension with the same DLL that ASPX is associated with in the IIS ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: .ASPX Extension
    ... I understand that via IIS I can set any extension I want - I'm asking about the DEFAULT ... extensions for VIEWABLE web pages. ... That is changeable, but as far as I am aware you cannot change the .aspx extension to be .asp_net, for example, and have anything work. ...
    (microsoft.public.dotnet.general)
  • Re: want my own extention like http://www.myserver.com/default.prt
    ... The idea is that you would register your ... new extension in IIS, and have it assign the ISAPI trunk to point to ... I am web developer, working with vs.net 2005. ... I want to create my own extenstion like .aspx, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: want my own extention like http://www.myserver.com/default.prt
    ... The idea is that you would register your ... new extension in IIS, and have it assign the ISAPI trunk to point to ... I am web developer, working with vs.net 2005. ... I want to create my own extenstion like .aspx, ...
    (microsoft.public.dotnet.framework.aspnet)