E' possibile creare Virtual
Directory sia utilizzando ADSI che WMI anche se entrambe le soluzioni richiedono
più di 5 righe di codice .Usando EnterpriseServices invece è
possibile ...
using System.EnterpriseServices.Internal;[..]//creazione della virtual DirectoryIISVirtualRoot vr = new IISVirtualRoot();string sError = "";vr.Create("IIS://localhost/W3SVC/1/ROOT",@"c:\inetpub\myvdir","MyVDir",out sError);//cancellazione della virtual Directoryvr.Delete("IIS://localhost/W3SVC/1/ROOT",@"c:\inetpub\myvdir","MyVDir",out sError);
powered by IMHO 1.2
Get a list of all the stored procedures in your SQL
Server (only) database
See the actual code in your stored procedures
Search the contents of your stored procedures for
any keywords
Finalmente!!! #quimaggioriinfo#
powered by IMHO 1.2
La directory di compilazione di ASP.NET è, di default, su
%windir%\microsoft.net\framework\v1.1.4322\temporary ASP.NET FilesE'
possibile modificare questo parametro aggiungendo al machine.config quanto
segue:
<compilation debug="true" explicit="true" defaultLanguage="vb" tempDirectory="PERCORSODOVEPUNTARE">Ad esempio:<compilation debug="true"
explicit="true" defaultLanguage="vb" tempDirectory="D:\TEMP">
powered by IMHO 1.2