How can I set the current web culture (CultureInfo) in the
web.config?
Apogeesee the <globalization> tag
"Apogee" <developer@.biteish.net> wrote in message
news:OV6o43JTEHA.1244@.TK2MSFTNGP10.phx.gbl...
> How can I set the current web culture (CultureInfo) in the
> web.config?
> Apogee
>
Showing posts with label webconfig. Show all posts
Showing posts with label webconfig. Show all posts
Thursday, March 29, 2012
Set Culture in Web.config
How can I set the current web culture (CultureInfo) in the
web.config?
web.config?
Apogeesee the <globalization> tag
"Apogee" <developer@.biteish.net> wrote in message
news:OV6o43JTEHA.1244@.TK2MSFTNGP10.phx.gbl...
> How can I set the current web culture (CultureInfo) in the
> web.config?
> Apogee
Thursday, March 22, 2012
set masterpage for browser in web.config (.net2.0)
Hi,
it is possible to set the browser dependent masterpage in the web.config,
and how?
in the page attributes it is an easy way, but in the web.config?
In the page-tag it would look like this:
<%@dotnet.itags.org. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
Inherits="_Default" ie:MasterPageFile="~/MasterPage_IE.master"
mozilla:MasterPageFile="~/MasterPage_Firefox.master" %>
Thanks a lot,
Alex<configuration>
<system.Web>
<pages master="default.master" />
</system.Web>
</configuration>
Ashok
"Alexander Widera"
<awid@.hrz.tu-chemnitz.de-novaliddomainpleasedeletethispart.de> wrote in
message news:OZ4GZEBBGHA.3536@.TK2MSFTNGP11.phx.gbl...
> Hi,
> it is possible to set the browser dependent masterpage in the web.config,
> and how?
> in the page attributes it is an easy way, but in the web.config?
> In the page-tag it would look like this:
> <%@. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
> Inherits="_Default" ie:MasterPageFile="~/MasterPage_IE.master"
> mozilla:MasterPageFile="~/MasterPage_Firefox.master" %>
>
> Thanks a lot,
> Alex
>
>
this is for the "default" browser...
but how to set special masterpages for different browsers (in the
web.config)?
In the page tag it looks like that (see below)... but in the web.config
...
i dont now how...
<%@. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
Inherits="_Default" ie:MasterPageFile="~/MasterPage_IE.master"
mozilla:MasterPageFile="~/MasterPage_Firefox.master" %>
alex
"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:e3aiMiBBGHA.4092@.TK2MSFTNGP09.phx.gbl...
> <configuration>
> <system.Web>
> <pages master="default.master" />
> </system.Web>
> </configuration>
> Ashok
> "Alexander Widera"
> <awid@.hrz.tu-chemnitz.de-novaliddomainpleasedeletethispart.de> wrote in
> message news:OZ4GZEBBGHA.3536@.TK2MSFTNGP11.phx.gbl...
web.config,
CodeFile="Default.aspx.cs"
>
>
hasn't anybody a solution?
"Alexander Widera"
<awid@.hrz.tu-chemnitz.de-novaliddomainpleasedeletethispart.de> schrieb im
Newsbeitrag news:%23dQzXgHBGHA.2708@.TK2MSFTNGP12.phx.gbl...
> this is for the "default" browser...
> but how to set special masterpages for different browsers (in the
> web.config)?
> In the page tag it looks like that (see below)... but in the web.config
> ...
> i dont now how...
> <%@. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
> Inherits="_Default" ie:MasterPageFile="~/MasterPage_IE.master"
> mozilla:MasterPageFile="~/MasterPage_Firefox.master" %>
> alex
>
>
> "Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
> news:e3aiMiBBGHA.4092@.TK2MSFTNGP09.phx.gbl...
> web.config,
> CodeFile="Default.aspx.cs"
>
>
it is possible to set the browser dependent masterpage in the web.config,
and how?
in the page attributes it is an easy way, but in the web.config?
In the page-tag it would look like this:
<%@dotnet.itags.org. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
Inherits="_Default" ie:MasterPageFile="~/MasterPage_IE.master"
mozilla:MasterPageFile="~/MasterPage_Firefox.master" %>
Thanks a lot,
Alex<configuration>
<system.Web>
<pages master="default.master" />
</system.Web>
</configuration>
Ashok
"Alexander Widera"
<awid@.hrz.tu-chemnitz.de-novaliddomainpleasedeletethispart.de> wrote in
message news:OZ4GZEBBGHA.3536@.TK2MSFTNGP11.phx.gbl...
> Hi,
> it is possible to set the browser dependent masterpage in the web.config,
> and how?
> in the page attributes it is an easy way, but in the web.config?
> In the page-tag it would look like this:
> <%@. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
> Inherits="_Default" ie:MasterPageFile="~/MasterPage_IE.master"
> mozilla:MasterPageFile="~/MasterPage_Firefox.master" %>
>
> Thanks a lot,
> Alex
>
>
this is for the "default" browser...
but how to set special masterpages for different browsers (in the
web.config)?
In the page tag it looks like that (see below)... but in the web.config
...
i dont now how...
<%@. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
Inherits="_Default" ie:MasterPageFile="~/MasterPage_IE.master"
mozilla:MasterPageFile="~/MasterPage_Firefox.master" %>
alex
"Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
news:e3aiMiBBGHA.4092@.TK2MSFTNGP09.phx.gbl...
> <configuration>
> <system.Web>
> <pages master="default.master" />
> </system.Web>
> </configuration>
> Ashok
> "Alexander Widera"
> <awid@.hrz.tu-chemnitz.de-novaliddomainpleasedeletethispart.de> wrote in
> message news:OZ4GZEBBGHA.3536@.TK2MSFTNGP11.phx.gbl...
web.config,
CodeFile="Default.aspx.cs"
>
>
hasn't anybody a solution?
"Alexander Widera"
<awid@.hrz.tu-chemnitz.de-novaliddomainpleasedeletethispart.de> schrieb im
Newsbeitrag news:%23dQzXgHBGHA.2708@.TK2MSFTNGP12.phx.gbl...
> this is for the "default" browser...
> but how to set special masterpages for different browsers (in the
> web.config)?
> In the page tag it looks like that (see below)... but in the web.config
> ...
> i dont now how...
> <%@. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
> Inherits="_Default" ie:MasterPageFile="~/MasterPage_IE.master"
> mozilla:MasterPageFile="~/MasterPage_Firefox.master" %>
> alex
>
>
> "Showjumper" <dfgkjhdf> schrieb im Newsbeitrag
> news:e3aiMiBBGHA.4092@.TK2MSFTNGP09.phx.gbl...
> web.config,
> CodeFile="Default.aspx.cs"
>
>
Set Maximum Pool Size in web.config
I would like to allow more connection to SQL servers from the web
application.
Do you know what is the code to set maximum pool size in web.config file?
ThanksA sample connection string for SQL Server:
"Data Source=(local);Initial Catalog=pubs;User ID=sa;Password=;Max Pool Size=75;Min Pool Size=5;"
Tiendq,
tien@.tienonsoftware.com
You can set that in SQL Connection String...e.g
"Server=(local); ........; Database=Northwind; Max Pool Size=45; Min Pool Size=10
When a connection is opened and a pool is created, multiple connections are added to the pool to bring the connection count to the configured minimum level. Connections can be subsequently added to the pool up to the configured maximum pool count. When the maximum count is reached, new requests to open a connection are queued for a configurable duration.
Avneesh Kuma
avneesh@.helloprojects.com
Default value of Max Pool size is 100. You can set it to a higher number also so far as performance of the server is not a issue..
A Detailed article for the same can be found at
http://techrepublic.com.com/5100-6329_11-5034285-2.htm
Regard
Avneesh
Is there any issue if I set the maximum to be 1000?
"Do Quyet Tien" <tien@.tienonsoftware.com> wrote in message
news:47D18900-BF7C-4141-9753-452ED3D57EA0@.microsoft.com...
> A sample connection string for SQL Server:
> "Data Source=(local);Initial Catalog=pubs;User ID=sa;Password=;Max Pool
Size=75;Min Pool Size=5;"
> Tiendq,
> tien@.tienonsoftware.com
application.
Do you know what is the code to set maximum pool size in web.config file?
ThanksA sample connection string for SQL Server:
"Data Source=(local);Initial Catalog=pubs;User ID=sa;Password=;Max Pool Size=75;Min Pool Size=5;"
Tiendq,
tien@.tienonsoftware.com
You can set that in SQL Connection String...e.g
"Server=(local); ........; Database=Northwind; Max Pool Size=45; Min Pool Size=10
When a connection is opened and a pool is created, multiple connections are added to the pool to bring the connection count to the configured minimum level. Connections can be subsequently added to the pool up to the configured maximum pool count. When the maximum count is reached, new requests to open a connection are queued for a configurable duration.
Avneesh Kuma
avneesh@.helloprojects.com
Default value of Max Pool size is 100. You can set it to a higher number also so far as performance of the server is not a issue..
A Detailed article for the same can be found at
http://techrepublic.com.com/5100-6329_11-5034285-2.htm
Regard
Avneesh
Is there any issue if I set the maximum to be 1000?
"Do Quyet Tien" <tien@.tienonsoftware.com> wrote in message
news:47D18900-BF7C-4141-9753-452ED3D57EA0@.microsoft.com...
> A sample connection string for SQL Server:
> "Data Source=(local);Initial Catalog=pubs;User ID=sa;Password=;Max Pool
Size=75;Min Pool Size=5;"
> Tiendq,
> tien@.tienonsoftware.com
Subscribe to:
Posts (Atom)