|
detecting database connection issues (not closing) in .net
22 hours ago
by jayntguru
This one is really easy, but I am surprised at the number of people who are unable to troubleshoot it. If you think you are having sql connections not being closed properly, just open up perfmon, go to “.net data provider for sqlserver”, and add “numberofreclaimedconnections”. Basically what this co ...
www.jayntguru.com - jayntguru.com/wordpress
|
|
Handy ASP.NET 2.0 Tidbit
23 hours ago
by Jennelle Crothers
I've been familiarizing myself with WSS 3.0 this week and as part of that process I've been doing several installation in the lab. I ran into an issue on Windows 2003 Server with the installation of .NET 3.0 Framework and ASP.NET 2.0, which are required for the installation of Windows SharePoint Ser ...
techbunny.com - techbunny.com · Rank: 198,461 · 1 reference
|
|
Send email via Telnet to test an Exchange server
1 day ago
by Jason
A simple way to test if your MTA (mail transfer agent such as Exchange) is accepting email is to build the message by hand and watch the response codes from the server. You can run this from the server console from a command prompt or remotely if you have the SMTP port to the server open. Remember, ...
JasonSamuel.com - jasonsamuel.com
|
|
IIS - iis,,,,
1 day ago
by 추노
안녕하세요...질문이 있어서 글을 올립니다!! 드림위버mx를 사용하려고 iis를 설정하는데 문제가 있어서 이렇게 질문을 올립니다!..;; 제컴에는 xp로깔려 있구요 설정방법을 찾아도 영... 큰답이 안나옵니다; http://localhost 까지 하면 윈도우마크뜨고 나왔었는데 이제는 ~~~No web site is configured at this address이 문구가 나옵니다... 그다음 부터 설정하고 아이피 치면 암호 비밀 번호 넣으라고 하는데 여기서도 막히구요... 또 기본웹사이트에서 새로만들기하면 가상디렉터리..그리고 서버 ...
서버주무르기 - wssplex.net · Rank: 60,294 · 5 references
|
|
The deployment of ASP.NET MVC2 with NHinbernate
1 day ago
by daomingworks
Normally the first deployment will consuming a lot of time to set things up properly. I have two issues with the MVC + NHibernate deployment. 1. “”Nested SessionManager A network-related or instance-specific error occurred while establishing a connection to SQL Server.”" Solution: NHibernate connect ...
Daoming's Blog - daomingworks.wordpress.com
|