Hi TJ,
I read through the links you provided and have a few questions.
1. Are you also running W2K8 and/or SQL Server 2008 on VMWare as the other
person was in the iis.net forums?
2. Does the website work normally (processes web requests) using W3SVC
Format?
I noticed in Steve Schofield's Weblog he installed SQL Server 2005 locally
on the webserver and you are attempting to do ...
MXC wrote:
> 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
> Files\root\8446fad0\ffd3b5f0\es\App_GlobalResources.otwliza-.resources.dll'
> -- 'Access is denied.
You could try deleting the contents of "Temporary ASP.NET Files".
Andrew
Hi
I am trying to setup database logging with IIS 7. I am following these
instructions:
http://weblogs.asp.net/steveschofield/archive/2007/12/20/iis7-post-57-how-to-setup-odbc-logging-in-iis-7-0.aspx
This is not working and I am receiving the following error in the
System event log:
"The World Wide Web Publishing Service (WWW Service) did not configure
logging for site 1. The data ...
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" ...