Remove .aspx extension from url’s using URL Rewrite in IIS 8 for asp.net

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 43

  • @timexpeachtree
    @timexpeachtree Рік тому +1

    Thank you so much saved a lot of time when working working with bulletphp in IIS especially the logic for making matching / or /index both to /index.php?u=/

  • @chaitubandi5367
    @chaitubandi5367 2 роки тому +1

    Thanks a Ton... Directly coming to the point📍 is very good👍

  • @getreadytotube
    @getreadytotube Рік тому

    Thanks for not wasting our time!

  • @MarcusAlsterfjord
    @MarcusAlsterfjord 8 років тому +2

    Big thanks! Saved me a lot of time.

    • @SachinSamy
      @SachinSamy  8 років тому +1

      Your welcome and thank you for watching suscriber Channel

  • @andrewho18
    @andrewho18 7 років тому

    For other extensions like .html, I have tried replacing all the "aspx" in the code to "html" and it worked. I put the web.config file in my website's root directory.

  • @SpryG
    @SpryG Рік тому

    Thank you so much. very well explained

  • @rick4812
    @rick4812 5 років тому +1

    Excelente funciona perfecto!

  • @jposouza
    @jposouza 7 років тому +1

    Yoooo... Thanks... saved my day!

  • @ismailm123
    @ismailm123 8 років тому

    Awesome just used this works a treat, many thanks

    • @SachinSamy
      @SachinSamy  8 років тому

      +Ismail Mayat Thanks for watching

  • @techtik155
    @techtik155 9 років тому

    Very simple and helpful video

  • @mrlordofwar
    @mrlordofwar 8 років тому +1

    Thanks a lot. That really saved my day :-D

  • @jfr2472
    @jfr2472 Рік тому

    does it work to php in IIS which has no web.config file ?

  • @umixed24
    @umixed24 5 років тому

    Awesome keep going.....

  • @mubeezimicah5678
    @mubeezimicah5678 10 років тому

    great video! thank you samy. i have always wondered how this can be done.
    But now, how does hiding the file extension be of any help in real life? please educate me.

  • @ahmedemair5480
    @ahmedemair5480 7 років тому

    Thank you a lot, was so useful.

    • @SachinSamy
      @SachinSamy  7 років тому

      Your most welcome and thank you for watching the video don't forget to share like and subscribe

  • @RNRSeries-Mysuru
    @RNRSeries-Mysuru Рік тому

    This video is nice. But, it makes images/myfile.png as images/myfile.png.aspx which makes the image not renderable.

  • @VirtualArcades
    @VirtualArcades 6 років тому

    All was great until I tried to render my sharepoint homepage. The advice is good for standard web dev outside of sharepoint.

  • @linuxtutions
    @linuxtutions 9 років тому

    Thanks alot really worth it

    • @SachinSamy
      @SachinSamy  9 років тому

      Mansur Ali Your welcome :)

  • @Rehanofc1
    @Rehanofc1 10 років тому

    Thank you Sachin!

    • @SachinSamy
      @SachinSamy  10 років тому

      Rehanofc1 Your welcome :)

  • @theway5258
    @theway5258 9 років тому

    Great video!

  • @drunkelpumf
    @drunkelpumf 9 місяців тому

    it redirects and then 404s. what am i doing wrong

  • @berletzis
    @berletzis 5 років тому

    is there a way also for change the name of the aspx file?... website.com/nofun instead pf fun.aspx ??

  • @HillsMusic-cy4bm
    @HillsMusic-cy4bm 2 роки тому

    Thanks alot

  • @Saraeid92
    @Saraeid92 8 років тому

    I have a problem, I open the IIS but I can't find the URL Rewrite, how can I install it? Thanks

    • @SachinSamy
      @SachinSamy  8 років тому

      first you have to download and install web platform installer check out the following video ua-cam.com/video/RfSkPbaM15E/v-deo.html and then search for the URL rewrite module

  • @suvinaypisaldeshmukh9976
    @suvinaypisaldeshmukh9976 4 роки тому

    How to write rule for both html and aspx

  • @sibykuruvilla5138
    @sibykuruvilla5138 6 років тому

    Thanks many many.

  • @ahmadlubiss
    @ahmadlubiss 4 роки тому

    amazing

  • @mightywizard6258
    @mightywizard6258 9 років тому

    is it possible to remove the .html extension

  • @RamaKrishnaReddy-cg2li
    @RamaKrishnaReddy-cg2li 5 років тому

    Thanks for the video, I have tried below my requirement, but not able to achieve. Do you have any idea?
    my-public-url.com is just a public url and it is pointing to my public ip server (20.23.45.67)
    my dev internal url : my-Dev-url.local (it points to the web appication in ex: 10.99.11.20:1562)
    my QA internal url : my-QA-url.local (it points to the web appication in ex: 10.99.11.20:2678)
    my UAT internal url: my-UAT-url.local (it points to the web appication in ex: 10.99.11.20:3456)
    When I click on the url my-public-url.com/Dev it should redirect to my dev url
    When I click on the url my-public-url.com/QA it should redirect to my Qa url
    When I click on the url my-public-url.com/UAT it should redirect to my UAT url
    Is it possible to achieve the above requirement using IIS proxy rules , if yes please help me how to do that.
    Thanks in Advance.

  • @kavitharahul768
    @kavitharahul768 4 роки тому

    how to stop redirecting in login.axpx