windows-server-2003

how to create hidden web site on IIS

微笑、不失礼 提交于 2020-01-15 06:56:51
问题 I need to hide web sites on the IIS 6.0. My target is to configure some user don't show and don't administrate some web sites. For example: User1 (Group: Administrator) user only show and configure website1 User2 (Group: Other group) user only show and configure website2 How to create hidden web sites on IIS? 回答1: If by "hidden" websites you mean control access, then it sounds like you need to wrap some sort of security, that you control, into the sites. This can be accomplished a couple of

JVM returns error 143

浪尽此生 提交于 2020-01-11 08:51:10
问题 A Java application running as an scheduled task on Windows 2003 crashed with no logs or anything that would help to find out what happened. The only information available, is that the application returned code 143 (8F). That error code was retrieved from the scheduled tasks log. Does anyone knows what that error code (143) stands for? Is it possible that an user logging off could cause the application to be terminated? Thanks, 回答1: JVM error code 143 means Internal field must be valid. This

for /f is not working in .bat file but it works with command prompt in windows 2003

99封情书 提交于 2020-01-07 03:12:49
问题 for /f "tokens=1-7 delims=,: " %a in ('query user ^| find /i "disc"') do logoff %b This above code is used for logoff remote desktop users where state is "Disconnected" in windows 2003.It will work perfect when I run in command prompt. But it will not run when I made a .bat file or .cmd file in windows 2003.so may know where i am going wrong? 回答1: Inside batch files the percent signs used in the for replaceable parameters need to be escaped for /f "tokens=1-7 delims=,: " %%a in ('query user ^

Can't upload file to Apache 2.2

◇◆丶佛笑我妖孽 提交于 2020-01-06 20:11:32
问题 Apache/2.2.15 (Win32) PHP/5.3.2 I'm trying to upload a file to Apache and my PHP script tells me everything goes well (status code 0), but the file is not in the temp directory. The PHP answer is always coming immediately, regardless of the file size. The PHP Error log doesn't show any errors at all. The Apache server is running on its own user account with full access to the log and doc folders. PHP.ini file_uploads = On upload_tmp_dir = upload_max_filesize = 10M upload_tmp_dir="C:\WINDOWS

Using UNC path as paths location in Mercurial IIS6 Server2003

人走茶凉 提交于 2020-01-06 08:52:27
问题 I'm running the latest Mercurial and Python 2.6; IIS6 is using the wildcard ISAPI method to attach the site to the Mercurial hgwebdir_wsgi [paths] \ = \\COMP3254\TestRepo\* [web] baseurl = / allow_push = * push_ssl = false style = monoblue The setup works perfectly if I reference the local drive E:\repo* but doesnt work if I specify the network as above; I've given the server (MERCDEV01$) full permissions on the shared folder on COMP3254, I can't think of any other reason it wouldn't work.

Using UNC path as paths location in Mercurial IIS6 Server2003

三世轮回 提交于 2020-01-06 08:52:17
问题 I'm running the latest Mercurial and Python 2.6; IIS6 is using the wildcard ISAPI method to attach the site to the Mercurial hgwebdir_wsgi [paths] \ = \\COMP3254\TestRepo\* [web] baseurl = / allow_push = * push_ssl = false style = monoblue The setup works perfectly if I reference the local drive E:\repo* but doesnt work if I specify the network as above; I've given the server (MERCDEV01$) full permissions on the shared folder on COMP3254, I can't think of any other reason it wouldn't work.

Access Denied while using System.Diagnostics.Process

限于喜欢 提交于 2020-01-06 06:58:59
问题 I am trying to use the unmanaged ImageMagick library in my ASP.NET application from the command line using System.Diagnostics.Process. Basically, users will upload an .eps file to the site, and then I will run the command line command to convert it into .jpg. This is the code I'm using to try and run the command: Dim proc As New System.Diagnostics.Process proc.StartInfo.RedirectStandardOutput = True proc.StartInfo.RedirectStandardError = True proc.StartInfo.FileName = "C:\Program Files (x86)

Default Internet connection on Dual LAN Workstation

℡╲_俬逩灬. 提交于 2020-01-06 05:18:24
问题 I know this is not programming directly, but it's regarding a development workstation I'm setting up. I've got a Windows Server 2003 machine that needs to be on two LAN segments at the same time. One of them is a 10.17.x.x LAN and the other is 10.16.x.x The problem is that I don't want to be using up the bandwidth on the 10.16.x.x network for internet traffic, etc (this network is basically only for internal stuff, though it does have internet access) so I would like the system to use the 10

Default Internet connection on Dual LAN Workstation

社会主义新天地 提交于 2020-01-06 05:16:13
问题 I know this is not programming directly, but it's regarding a development workstation I'm setting up. I've got a Windows Server 2003 machine that needs to be on two LAN segments at the same time. One of them is a 10.17.x.x LAN and the other is 10.16.x.x The problem is that I don't want to be using up the bandwidth on the 10.16.x.x network for internet traffic, etc (this network is basically only for internal stuff, though it does have internet access) so I would like the system to use the 10

Command prompt not working after installing TortoiseSVN

ⅰ亾dé卋堺 提交于 2020-01-04 14:13:34
问题 I have just installed that latest stable release of TortoiseSVN on Windows Server 2003 and restarted the server. I can create a new repository using the right-click menu in windows explorer but using "svn" anything from the command prompt returns 'svn' is not a recognised internal or external command When I have installed TortoiseSVN previously in XP or Vista it has worked fine. What am I missing here?! EDIT: The specific command I need to run is svnadmin load repository-name < repository