Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: ExtensionLess URL's in ASPDNSF

  1. #1
    kgupta is offline Junior Member
    Join Date
    Oct 2010
    Posts
    13

    Default ExtensionLess URL's in ASPDNSF

    Hi,

    I have created a new test.aspx page in ASPDNSF source code and I want when it will browse on my site it should be like http://mydomain.com/test - Extension less (no .aspx) for a specific page only .

    Is that possible to write some rule for it in web.config file because all the rules mentioned in the ASPDNSF regular web.config - all contains .aspx extension method. But I need extensionless...

    Please advise.

    thanks.

  2. #2
    kgupta is offline Junior Member
    Join Date
    Oct 2010
    Posts
    13

    Default Can Any ASPDNSF member please reply to it... its Urgent!!

    Can Any ASPDNSF member please reply to it... its Urgent!!

    thanks!!

  3. #3
    kgupta is offline Junior Member
    Join Date
    Oct 2010
    Posts
    13

    Default Can anyone please it is possible or not in ASPDNSF?

    Can anyone please it is possible or not in ASPDNSF?

  4. #4
    Richnyc30 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    340

    Default redirect folders

    We use a redirect javascript in the default.htm, or whatever default file in the subdirectory, which performs the redirect to the main website directory.

  5. #5
    kgupta is offline Junior Member
    Join Date
    Oct 2010
    Posts
    13

    Default Can you please elaborate more on this as per my above Question

    Hi,

    Can you please elaborate more on this as per my above Question , I simply wanted to create an extension less page what is best approach to move ahead for this.

    Thanks

  6. #6
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    Why not use a folder called:

    http://mydomain.com/test/

    and in there you have a default.aspx page?
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  7. #7
    kgupta is offline Junior Member
    Join Date
    Oct 2010
    Posts
    13

    Default Tired your way

    Hi,

    Thank you for your reply I tried it your way but then it throws an error because looks for Skin Folder under that path.....

    what I did is in root of the application I created a Test Folder and added a new page in it named as default.aspx - but when I try to browse this page - as it is inherited by Skincodebase - it looks for skin on this folder path /test/skins/skin.ascx - something like this... Any resolution to this ?

    thank you for your help.