Saturday, March 31, 2012

Web config in web application

The default application on my web server contains its own web config
file with a timeout of 20 minutes. I have another application which
also has its own web.config file. I want a timeout of 10 minutes.
However, I can see that the application is not using its own
web.config but is using the parent file and timing out after 20
minutes. How can I get it to look at its own?
Thanks
Ros Leerosl@.panztel.com (Roz Lee) wrote in news:b75327.0402161427.12eff689
@.posting.google.com:
> The default application on my web server contains its own web config
> file with a timeout of 20 minutes. I have another application which
> also has its own web.config file. I want a timeout of 10 minutes.
> However, I can see that the application is not using its own
> web.config but is using the parent file and timing out after 20
> minutes. How can I get it to look at its own?

You say "Another application". But have you defined two separeate
applications in IIS?

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Yes, I created a virtual directory to point to the files and used the
'Create' button to convert this to an application.

Ros Lee

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Ros Lee <rosl@.panztel.com> wrote in news:#DayVWZ9DHA.2432
@.TK2MSFTNGP09.phx.gbl:
> Yes, I created a virtual directory to point to the files and used the
> 'Create' button to convert this to an application.

You didnt "convert" it. Virtual directories and applications are separate,
and not exclusive. You made a application based on that virtual directory.
The virtual directory still exists.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
I mean that I have defined the application starting point for my pages
as being the virtual directory which contains them. This includes the
web config file for these pages. I don't understand why the pages are
looking at the web config for the default web site.

Ros Lee
Software Development Team
Panztel Ltd

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

0 comments:

Post a Comment