Turn dynamic pages into static?

Turn dynamic pages into static?

am 15.03.2006 18:05:04 von Shawn Ferguson

--____WRLBCUOBFIVEHXLHZRQI____
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

We've developed a small system which pulls information from a database by =
use of query string parameters, ex. mypage.asp?var1=3D1&var2=3D2.

Now to optimize our opportunity to be found by a search engine, it is =
recommended that pages be static so that robots can pick it up. So what =
would be the best way to change this dynamic page (mypage.asp?var1=3D1&var2=
=3D2) to a static page without the query string parameters but still have =
the content information from the database? =20

One solution we thought of was creating/updating a page using FSO objects =
everytime an update or creation is made, but that would pose a security =
risk if we allow that directory to be read/write by IUSR. Do you have any =
suggestions, the goal is to optomize the pages so that a robot can pick =
them up and be available for search engines. =20

Thanks ahead of time!

--____WRLBCUOBFIVEHXLHZRQI____
Content-Type: multipart/related; boundary="____IHACMXDSMMVAEGZYQAFB____"


--____IHACMXDSMMVAEGZYQAFB____
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable


>


We've developed a small system which pulls information from a =
database by use of query string parameters, ex. mypage.asp?var1=3D1&var=
2=3D2.

 

Now to optimize our opportunity to be found by a search engine, it is =
recommended that pages be static so that robots can pick it up.  So =
what would be the best way to change this dynamic page (mypage.asp?var1=3D1=
&var2=3D2) to a static page without the query string parameters but =
still have the content information from the database? 

 

One solution we thought of was creating/updating a page using FSO =
objects everytime an update or creation is made, but that would pose a =
security risk if we allow that directory to be read/write by IUSR.  =
Do you have any suggestions, the goal is to optomize the pages so that a =
robot can pick them up and be available for search engines. 

 

Thanks ahead of time!


--____IHACMXDSMMVAEGZYQAFB____--

--____WRLBCUOBFIVEHXLHZRQI____--

Re: Turn dynamic pages into static?

am 17.03.2006 05:14:00 von Roland Hall

:"smf " wrote in message
news:%23m$HcKFSGHA.4600@TK2MSFTNGP11.phx.gbl...
:We've developed a small system which pulls information from a database by
use of query string parameters, ex. mypage.asp?
:var1=1&var2=2.

:Now to optimize our opportunity to be found by a search engine, it is
recommended that pages be static so that robots can pick it
:up. So what would be the best way to change this dynamic page
(mypage.asp?var1=1&var2=2) to a static page without the query
:string parameters but still have the content information from the database?

:One solution we thought of was creating/updating a page using FSO objects
everytime an update or creation is made, but that would
:pose a security risk if we allow that directory to be read/write by IUSR.
Do you have any suggestions, the goal is to optomize the
:pages so that a robot can pick them up and be available for search engines.

Please post only in text-only mode.

Giving the IUSR RW is not a security risk if you only do it at the file
system level and you control the process. Leave the IIS permissions set to
RX.

However, robots can pick up dynamic pages.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp