url rewriting in asp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mbm2000
    New Member
    • Jul 2008
    • 12

    url rewriting in asp

    Hey all
    I have 2 questions
    The first one is about rewriting in asp classic
    How I can do it?
    the other one is about ASP FILE SYSTEM OBJECT
    I need to write some variables in asp files
    Help please

    regards

    arya
    Last edited by jhardman; Feb 27 '09, 04:33 PM. Reason: Moved to the Q&A section, it was posted in the "Articles" section by mistake
  • Dwagar
    New Member
    • Feb 2009
    • 6

    #2
    IIS doesn't support URL rewriting that I know of. I used a 3rd party server component called "ISAPI_Rewr ite" that works really well but modifing a ini file in your web root directory. Similar to the built in linux function that does this.

    Access files can be done by doing

    Dim fso as new scripting.files ystemobject

    Comment

    Working...