followed your install but I just keep getting this when I
try to view the page. Any insite on this would be great.
Rcavanna@sychip.com
Please try the following:
Click the Refresh button, or try again later.
Open the tx01cavanna10 home page, and then look for
links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
-------------------------------------------------------
-------------------------
Technical Information (for support personnel)
Error Type:
cvs4iis (0x800A004C)
Path not found
/projects.asp, line 15
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1; .NET CLR 1.1.4322)
Page:
GET /projects.asp
Time:
Tuesday, July 27, 2004, 2:47:13 PM
More information:
*****************************************
config files:
<%
'Change these two settings to whatever you need.
'Also, if cvs.exe is in the system path then you
'don't need to set the 'CvsBin_folder' variable.
ObjReference4CVS.CvsRoot_folder
= ":sspi:localhost:C:/cvs"
'ObjReference4CVS.CvsRoot_folder = ":local:c:\cvs"
'ObjReference4CVS.CvsBin_folder = "c:\Program Files\cvs"
'sLoginError = ObjReference4CVS.Login_to_cvs_server()
'ObjReference4CVS.CvsRoot_folder = "\\Dpnc2b-1
\CompServices\ADEQPrograms\SOURCE\__~CVS_Sourcec
ode_Repository"
'ObjReference4CVS.CvsBin_folder = "c:\Program
Files\TortoiseCVS\"
%>
<%
'Set this to the folder that cvs4iis will be writting
'to in order to store the forum message file data.
ObjReference4CVSForum.forum_data_folder = "C:\forum-
messages"
'ObjReference4CVSForum.forum_data_folder
= "F:\Documents and Settings\Jason Stracner\My
Documents\code\cvs4iis\com+_vb_code\forum-
messages"
%>
Logged In: YES
user_id=1107989
i get this error too. any ideas how to fix it??
Logged In: YES
user_id=1169737
I had to define the path to the cvs.exe despite it being in the
system path.
Logged In: NO
I had this problem also on a Win2003 server with IIS 6. You
must have installed support for Active Server Pages (go to
Add/Remove Programs -> Add/Remove Windows
Components -> select Application Server and press Details -
> select IIS and press Details -> select World Wide Web
Service and press Details -> Active Server Pages should be
checked) and you must allow active server pages from the IIS
Manager|Web Service Extensions. That did it for me.