Subversion Repositories DevTools

Rev

Rev 119 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 119 Rev 3959
Line 59... Line 59...
59
   A: IIS 6 by default cannot run cmd.exe and cscript.exe. This will unable you to run the scripts.
59
   A: IIS 6 by default cannot run cmd.exe and cscript.exe. This will unable you to run the scripts.
60
      Go to location of cmd.exe and cscript.exe and allow IUSR_<hostname> user to read and execute.
60
      Go to location of cmd.exe and cscript.exe and allow IUSR_<hostname> user to read and execute.
61
 
61
 
62
 
62
 
63
2. Q: When I click on published files like .doc, .exe, .log etc., IIS reports that page cannot be
63
2. Q: When I click on published files like .doc, .exe, .log etc., IIS reports that page cannot be
64
      found. This will disable you from downloading files from dpkg_archive or deploy_archive file systems.
64
      found. This will disable you from downloading files from dpkg_archive file systems.
65
 
65
 
66
   A: IIS does not have these extentions in MIME types list. Open IIS Manager, Properties -> HTTP Header tab
66
   A: IIS does not have these extentions in MIME types list. Open IIS Manager, Properties -> HTTP Header tab
67
      for your virtual directory. Add MIME Types one by one or just use * wild card for all. Wild card is
67
      for your virtual directory. Add MIME Types one by one or just use * wild card for all. Wild card is
68
      unsafe to use.
68
      unsafe to use.
69
69