Entradas

Password Revealer - Ver contraseñas detras de los asteriscos

Password Revealer

Conversor formatos video flash - Gratuito

www.erightsoft.org

Problema instalacion adobe Acrobat 8 en Vista

http://www.hanselman.com/blog/AdobeAcrobat8OnVistaTheTempFolderIsOnADriveThatIsFullOrIsInaccessibleAndWhatIsLocalLow.aspx

Solucion al problema de instalacion de Adobe Reader 8 en Vista

http://kb.adobe.com/selfservice/viewContent.do?externalId=333643&sliceId=1

Limite subida de archivos en IIS - File Upload limit

Imagen
When trying to upload files over 200KB on IIS 6 the file may never upload and you either get an error or are sent to a blank screen.  By default Windows 2003 server limits file uploads to about 200KB in size.  To overcome this limit you must edit the IIS metabase.xml file. Before you can edit the metabase.xml file you must tell IIS to allow you to edit the file.  In IIS, right click the name of the server and select properties.  Check "Enable Direct Metabase Edit". Find the metabase.xml file located in C:\windows\sytem32\inetserv and open the file in Notepad. Search for AspMaxRequestEntityAllowed and increase the value.  The default value is 204800 (200K).  Setting the value to 1000000 will allow 1 MB file uploads. You may now wish to uncheck the IIS property called "Enable Direct Metabase Edit". To increase the file download size limit, repeat all st...

Windows 2003 IIS upload size limit

Problem Description Windows 2003 by default limits upload sizes to 200 KB for ASP pages. With AspUpload, this usually manifests as an error such as these: Persits.Upload.1 error ' 800a0001 ' Request.BinaryRead Failed. Persits.Upload.1 error ( 0x800a0001 ) Unspecified error Solution IIS 6.0 on Windows 2003 has a file named metabase.xml which resides in the folder C:\Windows\system32\inetsrv . By default, this file has this entry: AspMaxRequestEntityAllowed = "204800" This limits upload size to 204,800 bytes. You can change that to a large value (such as 2000000000 for 2 gigabytes) to allow your Windows 2003 server to accept large uploads. If your server does not allow the Metabase Edit-While-Running feature, you will need to stop the IIS service before you can save the metabase.xml file.  

De lo mejorcito para aprender NET

http://www.asp.net/es/default.aspx?tabid=1

Starter Kits for Visual Web Developer

http://www.asp.net/downloads/starterkits/default.aspx?tabid=62

Samples and Starter Kits NET 2005 (ejemplos y Codigo fuente)

Contiene videos y código de portales completos realizados en NET 2005   http://msdn.microsoft.com/vstudio/express/vwd/starterkit/default.aspx

El estado policial laboral: registro del correo electrónico o de los archivos personales de los trabajadores

El estado policial laboral: registro del correo electrónico o de los archivos personales de los trabajadores : "SPECTOR"

Ejemplos de VB.NET con acceso a datos - Codigo fuente

http://msdn2.microsoft.com/en-us/library/5ey0sd99(VS.80).aspx

MSDN Library (Español)

MSDN Library (Español)

Tutoriales de Integration Services ETL SQL SSIIS

Tutoriales de Integration Services

Introducción a SQL Server 2005 Integration Services: Microsoft TechNet SQL Server TechCenter

Introducción a SQL Server 2005 Integration Services: Microsoft TechNet SQL Server TechCenter

Como construir maquina de desarrollo para Sharepoint

http://weblogs.asp.net/erobillard/archive/2007/02/23/build-a-sharepoint-development-machine.aspx

Turorial en Linea de ASP NET y Formularios NET - Buenismo y utilismo

http://es.gotdotnet.com/quickstart/default.aspx

Tutorial en linea de ASP NET

http://es.gotdotnet.com/quickstart/aspplus/

Recursos, Tutoriales, Codigo ASP NET

http://www.microsoft.com/spanish/msdn/wmatrix.asp

Buscando WindowsBase.DLL - Office 2007 NET

http://blogs.msdn.com/dmahugh/archive/2006/12/14/finding-windowsbase-dll.aspx

Crear un fichero OPEN XML (Office 2007) con .NET - Version WEB

http://openxmldeveloper.org/articles/OpenXMLDocFromDotNetWebVersion.aspx