Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

View/Edit ASP Script from From SQL Server 7.0/2000

By michael1047, 2013/05/24

Ever want to display (and edit) ASP code from the original .asp file?  (like PHP's PHPInfo() function).

To setup:
  * Just create a .asp with SQL Server connectivity.
  * Change @IISHostNameWWWPath to match your servername
     -OR-
    if SQL Server is on the same machine, use the next
    line instead. (see script)
  * Edit your .asp page to pass
      Request.ServerVariables("PATH_INFO")
      to usp_ViewASP procedure.

One cool enhancement would be to check to see if the person has (let's say) a asp_developers role in the database.  You could create a page to allow only special users to view/edit the code, within the browser!

Total article views: 507 | Views in the last 30 days: 2
 
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones