Connecting Tech Pros Worldwide Help | Site Map

url rewriting in asp

Newbie
 
Join Date: Jul 2008
Posts: 12
#1: Feb 27 '09
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
Dwagar's Avatar
Newbie
 
Join Date: Feb 2009
Location: Cleveland, Ohio
Posts: 6
#2: Feb 28 '09

re: url rewriting in asp


IIS doesn't support URL rewriting that I know of. I used a 3rd party server component called "ISAPI_Rewrite" 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.filesystemobject
Reply