0
Posted on 7:18 AM by Softminer and filed under

Open Microsoft Sql Management Studio
Tools -> SQL Server profiler
Use the Tamplate "TSQL_SPs"


On Event selection Tab -> Column filter


0
0
Posted on 7:05 AM by Softminer and filed under



IIS Passive FTP

Configuring FTP Firewall Settings in IIS 7
0
Posted on 6:23 AM by Softminer and filed under


Click on the project and choose properties , then on the Build Events run following command on Post-Build event command line:

copy /y "c:\Project\bin\Project.dll" "C:\inetpub\wwwroot\bin\"

PS: you have to run visual studio as administrator to have copy privilege.
1
Posted on 12:59 PM by Softminer and filed under

To remove the history of RDP (MSTSC) you have to access registry in following address:
  HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default


shortcut to acess remote desktop connection is MSTSC
0
Posted on 7:11 AM by Softminer and filed under

To install Persian font on your hp touch touchpad :

For transfering file to your tablet you need to install webos quick install
WebOS Quick Install v4.4.0

After installing WebOS Quick Install you should set your tablet to developer mode by typing "upupdowndownleftrightleftrightbastart”

http://forums.webosnation.com/webos-development/288634-arabization-webos.html
All the process is written the manual guid can here.

you need to download correct “libWebKitLuna.so” depeneds on your webos version and also “arialuni.ttf” font




0
Posted on 8:54 AM by Softminer and filed under

Here are some usefull videos to show Building VS projects with Build and View Build Definition and writing Custom tasks.

Understanding Team Foundation Build Configuration Files