Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Srinu_ss5

@Srinu_ss5
About
Posts
17
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • EventLog errors regarding IIS 6.0
    S Srinu_ss5

    Thanks Satips for ur valueable reply. As u said in 2nd one i checked and found that NT Authority\Network Serivice is a member of the IIS_WPG group. Any other reason why this happen?? Regards Srini

    Srinu

    ASP.NET wpf wcf sysadmin windows-admin security

  • EventLog errors regarding IIS 6.0
    S Srinu_ss5

    Hi IIS Gurus, Please explain me the cause of below errors which logged into my eventviewer. 1. Inetinfo terminated unexpectedly and the system was not configured to restart IIS Admin. The World Wide Web Publishing Service has shut down. 2. Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool. 3. A process serving application pool 'DefaultAppPool' terminated unexpectedly. The process id was '2648'. The process exit code was '0xffffffff'. 4. A worker process with pid '240' that serves application pool 'DefaultAppPool' has been determined to be unhealthy (see previous event log message), but because a debugger is attached to it, the World Wide Web Publishing Service will ignore the error. 5. Cannot register the URL prefix 'http://*:80/' for site '125470340'. The necessary network binding may already be in use. The site has been deactivated. The data field contains the error number. 6. Application pool 'DefaultAppPool' exceeded its job limit settings. 7. A process serving application pool 'DefaultAppPool' failed to respond to a ping. The process id was '2360'. 8. A worker process with process id of '2712' serving application pool 'DefaultAppPool' has requested a recycle because the worker process reached its allowed processing time limit. 9. A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '864'. 10. A process serving application pool 'DefaultAppPool' failed to respond to a ping. The process id was '2928'. 11. A process serving application pool 'DefaultAppPool' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '3992'. The data field contains the error number. 12. A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '2276'. 13. One of the IP/Port combinations for site '1399649786' has already be configured to be used by another site. The other site's SSL configuration will be used. 14. A worker process with process id of '2592' serving application pool 'DefaultAppPool' has requested a recycle because the worker process reached its allowed processing time limit. Thanks in advance. Srini

    Srinu

    ASP.NET wpf wcf sysadmin windows-admin security

  • DefaultAppPool crashing
    S Srinu_ss5

    Hello Ben, Thanks for replying. I could not find any info in event viewer regarding application pool crash. As you said we are recycling at early hours (ie at 4am). And i dont think this might raise a issue. But my client is unable to view the default page of the application i.e., whenever he connects to application he gets "Page not found error" and to solve this we use to restart the system. This issue come up 1-2 times a week. Please reply regarding the same. Srini

    Srinu

    ASP.NET csharp sysadmin windows-admin debugging

  • DefaultAppPool crashing
    S Srinu_ss5

    Hello, I have a Web application running on ASP .NET 1.1 / Windows 2003 Server with IIS 6.0. We have been noticing our DefaultAppPool crashing occasionally. We have installed the Debug Diagnostics Toolkit 1.0 and were logging the IIS Processes. Last Sunday our IIS Crashed again (03/25/2007 7:23PM). Appreciate your guidance, Thanks

    Srinu

    ASP.NET csharp sysadmin windows-admin debugging

  • XSL
    S Srinu_ss5

    How do i capture double click event on the record displayed using XSL from database. I want to get the value in the cell on double click. Plz help Srini

    XML / XSL database xml help question

  • Convert C# to VB code
    S Srinu_ss5

    http://www.carlosag.net/Tools/CodeTranslator/Default.aspx This might help u. Check it Srinu

    Web Development csharp design help

  • Printing All My Pages
    S Srinu_ss5

    (Optional) U can use Abcpdf to convert it into pdf file and print it :cool: Srinu

    ASP.NET database csharp sql-server sysadmin question

  • View Page
    S Srinu_ss5

    Use ur system ip address in place of localhost.:cool: SRINU

    ASP.NET csharp asp-net sysadmin question

  • Asp.Net Web Server Controls Vs Html Server Controls
    S Srinu_ss5

    Thank you

    ASP.NET csharp html asp-net visual-studio sysadmin

  • Asp.Net Web Server Controls Vs Html Server Controls
    S Srinu_ss5

    Which is better Asp.Net Web Server Controls or Html Server Controls? And which can give good performance? Plz Reply;) Srinivas

    ASP.NET csharp html asp-net visual-studio sysadmin

  • Server Controls Vs Html Controls
    S Srinu_ss5

    What is the exact difference between Server Controls Vs Html Controls in .net can anybody help me( with some links ) and which can give more performance srinu

    Article Writing csharp html visual-studio sysadmin performance

  • How Do i hide status bar in firefox browser?
    S Srinu_ss5

    But my client dont like :-D Srinu

    Web Development question security help

  • How Do i hide status bar in firefox browser?
    S Srinu_ss5

    yes i want to that on windows that i open. How can i hide the status bar of the window that opens in my main window using java script code in firefox. Reply soon Thanks in advance Srinu

    Web Development question security help

  • How Do i hide status bar in firefox browser?
    S Srinu_ss5

    Can Any one help me? How do i hide status bar in firefox browser i got one solution function load() { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); window.statusbar.visible=false; } But it is giving me a security alert. Kindly give me the solution which can do this Srinu

    Web Development question security help

  • How do i hide status bar in firefox browser ?
    S Srinu_ss5

    :confused: Can Any one help me? How do i hide status bar in firefox browser i got one solution function load() { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); window.statusbar.visible=false; } But it is giving me a security alert. Kindly give me the other solution Srinu

    ASP.NET question security help

  • Javascript
    S Srinu_ss5

    How to hide(remove) status bar in firefox using javascript. Plz reply iam new to this forum:cool: Srini

    Web Development javascript tutorial

  • .Net
    S Srinu_ss5

    How do i hide status bar in firefox browser using simple code in web.config file srinivas

    ASP.NET csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups