I test the website on IIS7.0
I got Error 500.24
I put in following lines in web.config
Then I keep getting
Compiler Error Message: CS0016: Could not write to output file
'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET ...
On Nov 24, 9:03 am, ".._.." wrote:
> How many concurrent connections are you generating? IIS 5.1 has a very very
> low limit (like 10 concurrent, which one user visiting one web page with
> several images on it can generate.) It's designed to be just enough to
> squeak by and do a little bit of testing, with one tester.
>
> "Ross" ...
On Windows Server 2003 we had a cheesy little widget to determine if
Asp.Net extensions were installed and enabled. It would just dump txt
files based on the state of ASP. If a certain file exists our install
wrapper would handle and warn accordingly.
Here's the code for that...
Dim objFSO, AspMissing, AspDisabled, AspOther, fileRoot, fileText
Dim aWebSvcExtRestrictionList
...
From the ActivePerl FAQ
To configure ActivePerl to work with IIS 6 on Windows 2003:
Load the Internet Information Services (IIS) Manager applet from Window's
Administrative Tools menu.
Select the desired system, then select Web Service Extensions. Click Add New
Web Service Extension.
Enter a descriptive Extension Name (such as "Perl CGI"), then enter the
following string in the ...
Hi Mark,
This could be a setting in the WS_FTP Professional client. Does the same
thing happen if you run a command prompt and use the FTP commands?
that is,
c:\>ftp yourftphost.com
(logon using same credentials)
then type: dir
to list the directories
All the best,
Jeffrey Ingalls
"Mark" wrote:
> Windows 2003 server standard, SP2
> IIS 6.0
> FTP client WS_FTP ...