Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- IIS help needed
- OK, I've installed IIS on XP Pro. It appears I setup the site correctly because when I view it throught http://localhost/ it brings up the web page. When I try to access this page from another computer on the network using the IP address, I get "Cannot find server"....
- Tags: Microsoft Windows XP, INETPUB
- Q&A 2005-06-07
Additional Resources
- modx
- That's write, modx shine like a star but for me it is a "black hole". After 6 hours I still receive on my screen just errors. I just follow the instalatin steps and after that I begin to debug.I suppose it is somethin wrong but ... it should NOT happen....
- Tags: header, lari@..., CAnnot
- Discussion threads 2007-02-19
- Windows 2003 - File Permissions Reverting
- A file is being stripped of a user's permissions.I should have 2 users that have change permission on a file Tom and Jerry.What happens is that when Tom accesses the file, Jerry no longer has access and actually disappears from the security tab and visa versa.As well for some reason...
- Tags: humm, Microsoft IIS Server, Microsoft Windows, Microsoft Windows 2003, permission, Sean Ross, Tom, windows
- Q&A 2005-11-30
- after installed IIS 6.0 under constuction error
- Whenever i try to access my internal webpage intranet i get the error page "under construction". I'm currently using IIS 6.0, and the website directories are all stored under the wwwroot in a folder called intranet.WebsiteYou need to change the directory the website is pointing to in the properties of...
- Tags: Web site development, Web technology, swamy4ind@..., Web site, Microsoft IIS 6.0, Microsoft IIS Server
- Discussion threads 2007-06-18
- Copy files from a folder to different folders
- Hello all!I have a bunch of files FTP to my server daily. The files saved under this directory \servernameinetpubftprootreportsEOD .Each day it created a new folder with file name DEtodaysdate and dump all the files in the folder. These files have very long name, and I need to...
- Discussion threads 2008-06-27
- Do my permission is wrong with IIS 6
- Hi all,Here are the screen capture of my root of D: permissionhttp://test.wusogorphoto.net/kei/server/001.jpgNow Let me tell you what I do for integration the IIS and FTP after the default installed OS .1. I build a user called "abcd" and give him a password2. Later, I following the microsoft document to build...
- Tags: FTP, Jimmy Chan 1979, Microsoft IIS 6.0, Microsoft IIS Server, permission, windows
- Q&A 2005-10-08
- example of Inserting and Retrieving data from xml file
- This is an example of Inserting and Retrieving data from xml file. http://www.hanusoftware.comprivate void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here if(!IsPostBack) { BindGrid; } } private void BindGrid { ds = new DataSet; try { ds.ReadXml(@"c:inetpubwwwrootWebApplication10XMLFile1.xml"); DataGrid1.DataSource = ds; DataGrid1.DataBind; } catchException ex { throw ex; } } private void Button1_Click(object sender, System.EventArgs e) { ds = new DataSet; try { ds.ReadXml(@"c:inetpubwwwrootWebApplication10XMLFile1.xml"); DataRow row = ds.Tables[0].NewRow; row["name"]=txtName.Text; row["fathersname"]=txtFName.Text; row["address"]=txtAddress.Text; ds.Tables[0].Rows.Addrow; ds.WriteXml(@"c:inetpubwwwrootWebApplication10XMLFile1.xml"); txtAddress.Text=""; txtFName.Text=""; txtName.Text =""; BindGrid; } catchException ex { throw ex; }[url=http://www.hanusoftware.com]Software Development...
- Tags: hanuseo@..., BindGrid, c:inetpubwwwrootWebApplication10XMLFile1.xml, XML file, XML
- Discussion threads 2007-09-26
- How to integration FTP and WWW directory
- Hi all,I am very trouble of how to make this work and keep as security as possible ...Now I want to host multi web site with the same Winodws Server 2003. And I have know that the IIS and FTP's directory is under C:Intetpub ..but now I want to change...
- Tags: Access Database, FTP, Jimmy Chan 1979, Microsoft Access, Web, Web site, windows, WWW
- Q&A 2005-10-01
- Setting up IIS 6.0 to host more then one web site
- I am trying to get IIS to allow me to host more then one web site. Ex: www.paa.org and www.wanada.paa.orgGoogle is your friend.Requirements Ability to update DNS records iis web server admin access ISAPI_Rewrite component (for Solution 2)Solution 1: Create Multiple iis Web Sites Setup DNS Server You have...
- Tags: Web site development, Web technology, Channel management, Microsoft IIS 6.0, Web site, Web, subdomain, Microsoft IIS Server
- Discussion threads 2008-03-10
- Multiple FTPsites
- I have a main ftpsite that is public in nature. Some individuals want a private ftpsite for moving sensitve data. I have read where you can setup multiple ftpsites using different port numbers. I established 2 additional ftpsites and gave them port numbers of 5033 and 5036....
- Tags: russellrl2, FTP, ftpsite
- Discussion threads 2007-08-03
- Autonamed db error with WD2008Express
- Hi All. Can anyone pls shed some light on this error that I keep on getting with a webapp developed for my work. ThnxAn attempt to attach an auto-named database for file C:InetpubwwwroottrackerApp_Dataaspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is...
- Tags: Storage
- Discussion threads 2008-11-28
- win2k user restrictions
- HiLike everyone I am also here to take the best advice. I am working as a System Admin for one of the I.T Company. We are basically a software development company and there are around 50 dvelopers working on Visual Studio and dot net technologies. The present setup is very...
- Tags: administrator, win2k user restrictions, gsbkamath@..., windows, Regards Umesh, Microsoft Windows 2000
- Discussion threads 2006-07-13
- How do I… Install, configure and integrate PHP and MySQL on Windows?
- Followed the instructions in the article ( http://articles.techrepublic.com.com/5100-10877-6122135.html#comments )Everything except the test works...This the error I receive:Warning: mysql_fetch_array: supplied argument is not a valid MySQL result resource in C:Inetpubwwwrootdbtest.php on line 10Any help on this would be appreciated greatly! Versions used:MySQL 4.1.7PHP 5.2.4IIS 6Cheers,
- Tags: OPEN SOURCE, Databases, grenville_lock@..., Microsoft Windows, MySQL, PHP
- Discussion threads 2007-10-11
- Access MSSQL Server 2000 with PHP
- i want to work with mssql server 2000 and php.i want to connect them via mssql functions.but i have an error which is listed below at the end:i have done the following steps:installation of mssql server 2000 and php 5.2.3 with IIS on Windows XP.then i did few changes...
- Tags: Scripting languages, lord_mujahid@..., Microsoft Access, PHP
- Discussion threads 2007-06-20
- Sharing Folders - IIS
- Hi, I've setup a website on my PC using IIS and now need other internal users to be able to connect to this. The path that lets me connect to this through Ineternet Explorer does not work for other users on their PCs. They get the 'Page not found' message....
- Tags: Desktops
- Q&A 2004-12-03
- Application pools in IIS 6.0
- My web application is customer.htm that I copied from my development computer to the servers c:Inetpubwwwroot and it showed up as well in the Websites folder. I do have application pools as well on the same Server. My question is the customer.htm is not showing in the...
- Tags: Microsoft IIS 6.0, Microsoft IIS Server
- Discussion threads 2008-08-14
- configuring OMA/activesync with wxchange 2003 on a win2k server
- we recently had to do an emergency migration of mail servers. we had to unfortunately migrate to a win2k server. I know it's not the best option, but we had no choice. At any rate, I found all sorts of tutorials on the web, espeically http://support.microsoft.com/kb/817379 that...
- Tags: Servers, server, win2k Server, Microsoft Windows 2000
- Discussion threads 2008-04-15
- Emails stucked in queue
- Hi,My os is windows server 2003Framework:.net2.0I am using SMTP for sending mails There is no error in my code but all my mails are stuked in c:inetpubmailrootqueue folder.My smtp connections also perfect.In the event log i have seen some error.I dont know what should i do based on that error...
- Tags: chandu_it50@..., e-mail, server
- Discussion threads 2007-05-09
- How install sharepoint to windows server 2008 x64
- Hi, and this is my problem:I have windows server 2008 that runs on x64also there is installed SQL server 2005 that runs reporting services (these programs runs on x32 - this is essential)now I need to install Sharepoint services 3.0 but I cannotwhen I try install sharepoint x32 I am...
- Tags: Enterprise software, 32-bit, Reporting Services, Microsoft SharePoint, Microsoft Windows Server 2008
- Discussion threads 2009-01-06
- FTP Setup and Security
- Ok, I have this ftp site setup and it works. I've created specific accounts for access. One account for inside IT that has full access, an account for generic uploading and another for client specific access to certain folders.I did not set up the original site, so bear with me....
- Tags: FTP, permission
- Q&A 2005-03-22
- << Previous
- page 1 of 1
- Next >>
Storage Virtualization
-
In virtual environments, storage matters. It influences everything from application availability and disaster readiness to power consumption and TCO. Bottom line: Don’t defeat the purpose of your consolidation by skimping on storage.
- From our sponsors
-
EMC Corporation
-
ESG applauds new CX4 in analyst report
According to ESG, it's hard to find much missing in the new CLARiiON CX4.
Read the report to learn more »
-