asp.net - Web Site Administration Tool time out -


how can extend tool timeout period

<connectionstrings> <!--<add name="artsqlconstrng" providername="system.data.sqlclient" connectionstring="data source=(localdb)\v11.0;initial catalog=aspnet-artbase systems web application-20150702042901;integrated security=sspi;attachdbfilename=|datadirectory|\aspnet-artbase systems web application-20150702042901.mdf" /> --> <add name="artsqlconstrng" providername="system.data.sqlclient" connectionstring="data source=embryologist;initial catalog=artsql;persist security info=true;user id=*****;password=****;integrated security=sspi" /> 

m using second connection string


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -