Main > Free Download Search >

Free pro iis script

pro iis

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 163
XP PRO IIS Admin 1.6.0

XP PRO IIS Admin 1.6.0


XP Pro IIS Admin is a free tool for using on Windows 2000/XP Pro. It allows you to create multiple websites on Windows Pro and easily switch between those websites. Without this utility on Windows 2000/XP Professional only one website can be created. more>> XP Pro IIS Admin is a free tool for using on Windows 2000/XP Pro. It allows you to create multiple websites on Windows Pro and easily switch between those websites. Without this utility on Windows 2000/XP Professional only one website can be created. Most of professional web developers work with many websites at the same time. However, on standard Windows Professional it is hard to switch between different web sites. Using this tool, you can switch between websites at one second<<less
Added: 2005-10-11 License: Free Non-Commercial Price: $0.00USD
17 downloads
ASP IIS Proxy 1.0

ASP IIS Proxy 1.0


IIS Proxy is a combination of a special ISAPI filter and VBScript ASP code. The script allows you to create a special http proxy server and process in/out http data. You can redesign web sites (replace contents of web site, change charset and similar more>> IIS Proxy is a combination of a special ISAPI filter and VBScript ASP code. The script allows you to create a special http proxy server and process in/out http data. You can redesign web sites (replace contents of web site, change charset and similar tasks), control access to eternal web sites, rewrite URLs. Contains live samples.<<less
Added: 2007-07-29 License: Freeware Price: $0.00USD
12 downloads
 
Other version of ASP IIS Proxy
ASP IIS ProxyIIS Proxy is a combination of a special ISAPI filter and VBScript ASP code. The script allows you ... IIS Proxy is a combination of a special ISAPI filter and VBScript ASP code. The script allows you
License:Freeware
Download
615 downloads
Added: 2007-07-29
Ovidentia 6.7.1

Ovidentia 6.7.1


Ovidentia is a portal Generator for companies, organizations or communities allowing an administrable management for publications of informations, forums of discussions, shareable diaries, FAQs, Workflow, file sharing, project manager, Charts, vacation more>> Ovidentia is a portal Generator for companies, organizations or communities allowing an administrable management for publications of informations, forums of discussions, shareable diaries, FAQs, Workflow, file sharing, project manager, Charts, vacation management and mail interface....With a WYSIWYG HTML editor to publish articles, news, posts or write emails. Ovidentia is 100% PHP and requires Unix, Linux, or Windows NT/2000/XP and a Web server Apache or IIS with PHP and MySQL.<<less
Added: 2007-05-09 License: GPL Price: $0.00USD
12 downloads
 
Other version of Ovidentia
Ovidentiarequires Unix, Linux, or Windows NT/2000/XP and a Web server Apache or IIS with PHP and MySQL
License:GPL
Download
899 downloads
Added: 2007-05-09
AtomatiCMS 0.7B

AtomatiCMS 0.7B


AtomatiCMS is a Content Management System (CMS) based on ASP for Windows environment (IIS) that is lightweight and provides a simple-to-use administration interface. Add, edit, delete and move content and pages easily; includes an optional web-based more>> AtomatiCMS is a Content Management System (CMS) based on ASP for Windows environment (IIS) that is lightweight and provides a simple-to-use administration interface. Add, edit, delete and move content and pages easily; includes an optional web-based WYSIWYG editor. Open sourced and free; AtomatiCMS can extend its functionality via modules. Compatible with Access, MS SQL Server and MySQL.<<less
Added: 2007-01-18 License: GPL Price: $0.00USD
13 downloads
 
Other version of AtomatiCMS
AtomatiCMSAtomatiCMS is a Content Management System (CMS) based on ASP for Windows environment (IIS ... AtomatiCMS is a Content Management System (CMS) based on ASP for Windows environment (IIS
License:GPL
Download
1017 downloads
Added: 2007-01-18
Free IIS Diagnostics 1.0

Free IIS Diagnostics 1.0


Advanced Internet Information Server Diagnostics and Reporting with a quick installation. Developed 100% in ASP. Available diagnostics: ASP, Session, Parent Path, Date & Time, File System Object, XMLHTTP, Email & Upload components, Databases and IP. more>> Advanced Internet Information Server Diagnostics and Reporting with a quick installation. Developed 100% in ASP. Available diagnostics: ASP, Session, Parent Path, Date & Time, File System Object, XMLHTTP, Email & Upload components, Databases and IP.<<less
Added: 2006-07-20 License: Other Price: $0.00USD
11 downloads
Php AjaxWhois 0.1

Php AjaxWhois 0.1


Ajax Whois Script: A simple, yet powerful domain name whois checking program written in PHP. Automatically checks multiple extensions and gives you the results in seconds. Whois Script checks: .com .net .org .info .biz .us .co.uk .me.uk .org.uk and more>> Ajax Whois Script: A simple, yet powerful domain name whois checking program written in PHP. Automatically checks multiple extensions and gives you the results in seconds. Whois Script checks: .com .net .org .info .biz .us .co.uk .me.uk .org.uk and much more. Features * Everything done without refreshing the page. * Domain name extension can be added easily. * Easily intergrated into thirdparty shopping cart for domain name reseller. Requirement * Php 4.0 or above, Apache/IIS (Linux, Mac, Windows).<<less
Added: 2008-02-03 License: Other Price: $0.00USD
11 downloads
IIS_ipblock

IIS_ipblock


This script was written to help stop automated brute force attacks against your website. Are you tired of seeing www.yourdomain.com... ...cmd.exe in your log files? This script uses a custom 404 page more>> This script was written to help stop automated brute force attacks against your website. Are you tired of seeing www.yourdomain.com... ...cmd.exe in your log files? This script uses a custom 404 page that logs the IP address of the person making the 404 requests and after so many requests it adds that IP to the IIS servers deny list. There is some HOWTO information with the download...Be sure to read the README.html file! This script works against requests made via browser, wget, raw HTTP...maybe more. I updated this script to use a safe.log. You can add Ips you dont want to ban in the safe log. IPs you might not want to ban are those used by Googlebot or Slurp (yahoo bot).<<less
Added: 2005-10-12 License: Freeware Price: Free
1472 downloads
IIS-IP-block 1.2

IIS-IP-block 1.2


This script uses a custom 404 page that logs the IP address and amount of times it has loaded the 404_error.pl .If someone loads the 404 page 3 times in succession their IP address is logged to the banned_ip_list.log file. Every 60 seconds more>> This script uses a custom 404 page that logs the IP address and amount of times it has loaded the 404_error.pl .If someone loads the 404 page 3 times in succession their IP address is logged to the banned_ip_list.log file. Every 60 seconds build_deny_list.pl opens the banned_ip_list.log file and gets the IP address to block. It then generates some C# code, adds that banned IP to the C sharp code, compiles the C code into an executable binary. This C sharp program is actually what adds the IP to the IIS deny list. After the build_deny_list.pl generates and executes the binary, it deletes the original source and executable file.<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
14 downloads
Installing IIS for Dreamweaver

Installing IIS for Dreamweaver


Learn how to install IIS and configure it to work with Dreamweaver to run ASP.NET pages. more>> Learn how to install IIS and configure it to work with Dreamweaver to run ASP.NET pages.<<less
Added: 2008-06-05 License: Freeware Price: $0.00USD
14 downloads
FAQ Lite 1.0

FAQ Lite 1.0


Easy to use and Free FAQ management software with a web interface to manage FAQs and categories. Secured admin interface with username and password, to protect the content. Display faqs based on categories and back, top and next navigation format. Listed more>> Easy to use and Free FAQ management software with a web interface to manage FAQs and categories. Secured admin interface with username and password, to protect the content. Display faqs based on categories and back, top and next navigation format. Listed below are features No programming knowledge needed Easy and Quick Installation Browser based administration Windows 2000/2003 compatible Fully Customizable & Personal Branding Comes with complete source code No DLL installation needed MS Access Support Admin Features Secured Admin Section Categories (List/Add/Edit) FAQs (List/Add/Edit) Enable/Disable FAQ FAQ order Listing User Features View All FAQs View Based on Category Next/Top/Previous Navigation Others Features Easy installation Support for MS Access Easy customization Easily change colors and fonts Complete Asp Source Code Use your own Design Template Sys. Req. Windows 98/2003/NT 4.0 Microsoft IIS 4.0 or Personal Web Server MS Access 2000 or above<<less
Added: 2007-01-11 License: Other Price: $0.00USD
11 downloads
 
Other version of FAQ
FAQ LiteWindows 98/2003/NT 4.0 Microsoft IIS 4.0 or Personal Web Server MS Access 2000 or above
License:Other Free / Open Source License
Download
1026 downloads
Added: 2007-01-11
Troubleshooting ASP.NET on IIS (KB100006) 100006

Troubleshooting ASP.NET on IIS (KB100006) 100006


This article provides some helpful tips in working with ASP.NET on Microsofts Internet Information Services (IIS) web server, providing walkthrough descriptions and resolutions for common problems that the author has experienced. more>> This article provides some helpful tips in working with ASP.NET on Microsofts Internet Information Services (IIS) web server, providing walkthrough descriptions and resolutions for common problems that the author has experienced.<<less
Added: 2004-02-22 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Troubleshooting ASP.NET on IIS
Troubleshooting ASP.NET on IIS (KB100006)NET on Microsofts Internet Information Services (IIS) web server, providing walkthrough ... .NET on Microsofts Internet Information Services (IIS) web server, providing walkthrough
License:Freeware
Download
2077 downloads
Added: 2004-02-22
QuickNews 2.0

QuickNews 2.0


QuickNews is a simple to use and setup web server application for Microsoft IIS web servers that makes it easy for a site administrator to add and update a list of news information on a web site using only their web browser. It is completely free to more>> QuickNews is a simple to use and setup web server application for Microsoft IIS web servers that makes it easy for a site administrator to add and update a list of news information on a web site using only their web browser. It is completely free to download and use making it perfect for your club, church, or other civic organization.<<less
Added: 2000-01-10 License: Freeware Price: $0.00USD
10 downloads
 
Other version of QuickNews
QuickNewsQuickNews is a simple to use and setup web server application for Microsoft IIS web servers that ... QuickNews is a simple to use and setup web server application for Microsoft IIS web servers that
License:Freeware
Download
1876 downloads
Added: 2000-01-10
LogicsERA Systems

LogicsERA Systems


Logics ERA Internet Portal is the complete solution for Businesses, Government and Organizations. This system provides a simple, easy to use web interface for managing and tracking your UNLIMITED Web more>> Logics ERA Internet Portal is the complete solution for Businesses, Government and Organizations. This system provides a simple, easy to use web interface for managing and tracking your UNLIMITED Web Sites from one place. The system is a Component / Webparts Based including UNLIMIED; Portals, Layouts, Skins, Themes, Internet Nodes, Pages, Roles, Users, Art Galleries, Forums, Tutorials, Stores, Advertisers and More To Come. Components are easy to build using Visual Studio Templates. The system utilizes DOTNET Version 2.0 new technologies (Master Pages, Webparts, Personalization Per User and Shared, Profile, Health Monitoring, Datasources) and is easily to modified, expanded and customized. All that is required to run the system is Windows NT/2000/XP running IIS and MS-SQL Database engine.<<less
Added: 2005-12-08 License: Other Free / Open Source License Price: FreeAdditionalInfoSeesiteformoreinfo.
1423 downloads
PHPResume Script 7

PHPResume Script 7


Free personal PHPResume Script It is not just a resume scripts. You can use this script for Content Management, knowledge DB, Links Managements... etc. All the contents are dynamic and controlled thru Admin area. You can see live version at more>> Free personal PHPResume Script It is not just a resume scripts. You can use this script for Content Management, knowledge DB, Links Managements... etc. All the contents are dynamic and controlled thru Admin area. You can see live version at http://resume.demirdesign.com and screen prints at http://resume.demirdesign/pub_download.php. This script tested under following platforms; Linux, Windows with Apache and IIS with PHP extension.<<less
Added: 2009-02-20 License: GPL Price: $0.00USD
13 downloads
Virtual Project Open Source Version 2.1

Virtual Project Open Source Version 2.1


Virtual Project is a fully web based, open source IIS application. It, version 2 now uses SQL Server or My SQL Server databases. Features: -Manage tasks, bugs, CRs, releases, resources and basic reporting. -Allows for management of staff, projects more>> Virtual Project is a fully web based, open source IIS application. It, version 2 now uses SQL Server or My SQL Server databases. Features: -Manage tasks, bugs, CRs, releases, resources and basic reporting. -Allows for management of staff, projects and multiple organisations/clients. -Different access levels for each staff and give users organisation level administration or Site wide global administration. Basic users can manage any project tasks, issues, CRS or releases, but cannot modify project, staff or organisations -Fully functional system that will save you hours of time tracking projects, no matter where you are. Version 2 now has file uploading, assigning a file to a project and assigning a task with groups of files. Allows staff importing and also new improved interface with tabs for easier navigation.<<less
Added: 2006-06-25 License: GPL Price: $0.00USD
11 downloads
 
Other version of Virtual Project Open Source
Virtual Project Open Source VersionVirtual Project is a fully web based, open source IIS application. It, version 2 now uses SQL ... Virtual Project is a fully web based, open source IIS application. It, version 2 now uses SQL
Price: FreeAdditionalInfoFreetodownload
License:GPL
Download
1220 downloads
Added: 2006-06-25
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5