RE: SPAM-MED: Re: IIS Express

2010-06-30 Thread Paul Glavich
FWIW, I did install those extensions and they have worked very well.

 

On one installation however, they did crash my VS instance when trying to
connect to a TFS Server. There is a simple registry fix for this which I
have applied and everything works well again. I can't say I have seen any
degradation in VS performance as a result.

 

-  Glav

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Geoff Appleby
Sent: Wednesday, 30 June 2010 12:26 PM
To: ozDotNet
Subject: SPAM-MED: Re: IIS Express

 

Bugger.

On Wed, Jun 30, 2010 at 12:01 PM, Michael Lyons maill...@ittworx.com
wrote:

Looks interesting, but I can only think of it being useful in a locked down
environment, otherwise you would just use either IIS or ASP.Net dev server.

 

In regards to the productivity power tools, I tried it last week and the
experience was terrible. VS just went from running nice and smooth to an
absolute hog, while opening files took anywhere from 30 seconds to 5
minutes.

There was also an update in that time, but it just made things worse. IMHO
I'd be hanging out for a few more release cycles before trying. 

 

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Geoff Appleby
Sent: Wednesday, 30 June 2010 9:31 AM
To: ozDotNet
Subject: SPAM-MED: Re: IIS Express

 

very cool. i like it :)

what i like even more was a slightly earlier post about the productivity
power tools.

http://weblogs.asp.net/scottgu/archive/2010/06/09/visual-studio-2010-product
ivity-power-tool-extensions.aspx

 



 

On Wed, Jun 30, 2010 at 8:40 AM, noonie neale.n...@gmail.com wrote:

ScottGu has announced the impending release of a beta version of IIS
Express:-  

 


http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.a
spx
http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.as
px

 

This might make development a bit easier.

 

The comments provide interesting reading and indicate some more
tools/utilities in the wind.

 

-- 

Regards,

noonie

 




-- 
Geoff Appleby
New Blog! http://www.crankygoblin.com/geoff




-- 
Geoff Appleby
New Blog! http://www.crankygoblin.com/geoff



log4Net on Windows server 2008

2010-06-30 Thread David Walker
Hey guys,

 

Has anyone had any issues with getting log4net working in an ASP.Net
project running on Windows Server 2008 (IIS 7). My configuration works
on both my Windows 7 development machine and another windows server 2003
web server. I have cut the config down but still nothing works.

 

This is a pretty broad question but I am kind of out of ideas.

 

Cheers,

 

Dave



Re: log4Net on Windows server 2008

2010-06-30 Thread Michael Minutillo
Hi David,

What sort of issues are you having? Windows 2008 is probably:

a) Packed full of more fine grained security controls AND
b) Even more secure by default

Failing that here are a few questions that you've probably already gone
through yourself:

* Are the framework versions the same?
* Are the App Pools configured the same?
* Can you get a simple one page app with log4net working? i.e. Is it log4net
or the config
* Can you get log4net working in a console app on that machine? i.e. Is it
IIS/ASP.NET

On Thu, Jul 1, 2010 at 10:32 AM, David Walker
david.wal...@planbonline.comwrote:

  Hey guys,



 Has anyone had any issues with getting log4net working in an ASP.Net
 project running on Windows Server 2008 (IIS 7). My configuration works on
 both my Windows 7 development machine and another windows server 2003 web
 server. I have cut the config down but still nothing works.



 This is a pretty broad question but I am kind of out of ideas.



 Cheers,



 Dave




-- 
Michael M. Minutillo
Indiscriminate Information Sponge
Blog: http://wolfbyte-net.blogspot.com


RE: log4Net on Windows server 2008

2010-06-30 Thread David Walker
I'll try the console app and if doesn't work will post some code.

 

From: ozdotnet-boun...@ozdotnet.com
[mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Michael Minutillo
Sent: Thursday, 1 July 2010 10:41 AM
To: ozDotNet
Subject: Re: log4Net on Windows server 2008

 

Hi David,

 

What sort of issues are you having? Windows 2008 is probably:

 

a) Packed full of more fine grained security controls AND

b) Even more secure by default

 

Failing that here are a few questions that you've probably already gone
through yourself:

 

* Are the framework versions the same?

* Are the App Pools configured the same?

* Can you get a simple one page app with log4net working? i.e. Is it
log4net or the config

* Can you get log4net working in a console app on that machine? i.e. Is
it IIS/ASP.NET

 

On Thu, Jul 1, 2010 at 10:32 AM, David Walker
david.wal...@planbonline.com wrote:

Hey guys,

 

Has anyone had any issues with getting log4net working in an ASP.Net
project running on Windows Server 2008 (IIS 7). My configuration works
on both my Windows 7 development machine and another windows server 2003
web server. I have cut the config down but still nothing works.

 

This is a pretty broad question but I am kind of out of ideas.

 

Cheers,

 

Dave




-- 
Michael M. Minutillo
Indiscriminate Information Sponge
Blog: http://wolfbyte-net.blogspot.com



Re: log4Net on Windows server 2008

2010-06-30 Thread Alan Heywood
Hi David,

I am using log4net in IIS7 on Server 2008 without any issues.  One thing you
might want to check is that the App pool user has permission to write the
log file.

If your site is www.somesite.com, by default the application pool runs under
a user called IIS AppPool\www.somesite.com.  The trick is that this user
does NOT show up in the standard file\folder security dialog.  You need to
type it an as above, then click Check Names and it should be recognised.

Failing this you could try Process Monitor to see if there are any failed
writes to the log file due to security.

Cheers,
Alan

On 1 July 2010 12:32, David Walker david.wal...@planbonline.com wrote:

  Hey guys,



 Has anyone had any issues with getting log4net working in an ASP.Net
 project running on Windows Server 2008 (IIS 7). My configuration works on
 both my Windows 7 development machine and another windows server 2003 web
 server. I have cut the config down but still nothing works.



 This is a pretty broad question but I am kind of out of ideas.



 Cheers,



 Dave