1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to ASP Pages in browser HTML Pages

Discussion in 'C#' started by knisarmughal, Dec 4, 2008.

  1. #1
    Hello!



    how can i show ASP Pages in browser html format pages please help me how is possible
     
    knisarmughal, Dec 4, 2008 IP
  2. DomainCo.US

    DomainCo.US Well-Known Member

    Messages:
    2,124
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    100
    #2
    I don't understand your question... do you mean show ASP codes in HTML?
     
    DomainCo.US, Dec 4, 2008 IP
  3. knisarmughal

    knisarmughal Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    knisarmughal, Dec 4, 2008 IP
  4. vihutuo

    vihutuo Well-Known Member

    Messages:
    1,511
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    180
    #4
    You will need to use URL rewriting for that
     
    vihutuo, Dec 4, 2008 IP
  5. knisarmughal

    knisarmughal Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i mean in back link generate from database and show url .html

     
    knisarmughal, Dec 5, 2008 IP
  6. Link.ezer.com

    Link.ezer.com Peon

    Messages:
    647
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you may also try to
    change permission first
    then use
    fs:confused:penTextFile
    fso.CreateTextFile
     
    Link.ezer.com, Dec 5, 2008 IP
  7. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
  8. jamieellis

    jamieellis Active Member

    Messages:
    427
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #8
    ASP doesn't support URL rewriting as far as I'm aware. You need PHP for that, also possible though more akward in ASP.Net.
     
    jamieellis, Dec 9, 2008 IP
  9. vihutuo

    vihutuo Well-Known Member

    Messages:
    1,511
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    180
    #9
    ASP and ASP.Net does support URL rewriting through http modules and other methods. For asp.net you can try urlrewriter.net which is very simple to use and works in a shared hosting environment. However do remember that url rewriting is now not recommended by google as it does have some negative side effects

     
    vihutuo, Dec 9, 2008 IP
  10. jamieellis

    jamieellis Active Member

    Messages:
    427
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #10
    That's OK providing you have a dedicated web server, but many people simply use a hosting company who don't allow you to configure settings in IIS. PHP allows URL rewriting regardless, ASP doesn't.
     
    jamieellis, Dec 10, 2008 IP
  11. vihutuo

    vihutuo Well-Known Member

    Messages:
    1,511
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    180
    #11
    Urlrewriting.net does not require dedicated hosting. It works on shared hosting

     
    vihutuo, Dec 10, 2008 IP