Click here to Skip to main content
15,882,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRun msi Pin
p_196015-Apr-09 8:47
p_196015-Apr-09 8:47 
AnswerRe: Run msi Pin
Yusuf15-Apr-09 9:55
Yusuf15-Apr-09 9:55 
GeneralRe: Run msi Pin
siva45515-Apr-09 19:34
siva45515-Apr-09 19:34 
Questionhelp asp.net,web.config,connectionstring Pin
haseeb_saeed15-Apr-09 6:29
haseeb_saeed15-Apr-09 6:29 
AnswerRe: help asp.net,web.config,connectionstring Pin
Rolando CC15-Apr-09 12:59
professionalRolando CC15-Apr-09 12:59 
AnswerRe: help asp.net,web.config,connectionstring Pin
Gaurav Mahajan16-Apr-09 1:11
Gaurav Mahajan16-Apr-09 1:11 
AnswerRe: help asp.net,web.config,connectionstring Pin
Armandt__16-Apr-09 1:59
Armandt__16-Apr-09 1:59 
QuestionFacing problem while accessing data from Active Directory Pin
bishwambhar_sen15-Apr-09 6:09
bishwambhar_sen15-Apr-09 6:09 
Hi all,
One Page of my ASP.NET application uses an active directory search to fetch the list of users.
The Problem is :
This page works fine all day long but sometimes throws an error "The server is not operational".
This error disappears when the IIS is reset, but appears again after 2 or 3 hrs.I am unable to find out the reason behind this.I am sending you the details I found in the event Viewer:

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 4/15/2009 6:23:17 AM
Event time (UTC): 4/15/2009 1:23:17 PM
Event ID: dbd99a355e4f451da4fd7e4f50e0f8e1
Event sequence: 21
Event occurrence: 6
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/399023246/Root/Mail-14-128842748654050392
Trust level: Full
Application Virtual Path: /Mail
Application Path: C:\Inetpub\wwwroot\EnhancementSite\Mail on myip\
Machine name: mymachinename

Process information:
Process ID: 2380
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: COMException
Exception message: The server is not operational.


Request information:
Request URL: http://mydomain.com/Mail/newmail.aspx
Request path: /Mail/newmail.aspx
User host address: mydomain.com
User: username
Is authenticated: True
Authentication Type: NTLM
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne)
at System.DirectoryServices.DirectorySearcher.FindAll()
at GetAllUsers.getUsers.getUsername(DropDownList dduserlist)
at Mail.newmail.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


kindly help me find a permanent solution to this problem as iisreset is not a very good option.

Thanks

Vasillis_zayetsav
AnswerRe: Facing problem while accessing data from Active Directory Pin
ToddHileHoffer15-Apr-09 8:59
ToddHileHoffer15-Apr-09 8:59 
QuestionHow to prevent displaying ID= in my URL querystring? Pin
pzn3xq15-Apr-09 6:00
pzn3xq15-Apr-09 6:00 
AnswerRe: How to prevent displaying ID= in my URL querystring? Pin
ToddHileHoffer15-Apr-09 8:55
ToddHileHoffer15-Apr-09 8:55 
GeneralRe: How to prevent displaying ID= in my URL querystring? Pin
Baran M16-Apr-09 19:44
Baran M16-Apr-09 19:44 
AnswerRe: How to prevent displaying ID= in my URL querystring? Pin
Yusuf15-Apr-09 13:09
Yusuf15-Apr-09 13:09 
AnswerRe: How to prevent displaying ID= in my URL querystring? Pin
Warp-1015-Apr-09 20:38
Warp-1015-Apr-09 20:38 
AnswerRe: How to prevent displaying ID= in my URL querystring? Pin
Gaurav Mahajan16-Apr-09 1:19
Gaurav Mahajan16-Apr-09 1:19 
GeneralRe: How to prevent displaying ID= in my URL querystring? Pin
Armandt__16-Apr-09 2:07
Armandt__16-Apr-09 2:07 
GeneralRe: How to prevent displaying ID= in my URL querystring? Pin
Warp-1016-Apr-09 5:47
Warp-1016-Apr-09 5:47 
QuestionUser Control fires event - page and all other user controls subscribe to event Pin
Leftyfarrell15-Apr-09 5:47
Leftyfarrell15-Apr-09 5:47 
Questionproper use of repeater control question Pin
icewolf_snowfire15-Apr-09 5:02
icewolf_snowfire15-Apr-09 5:02 
AnswerRe: proper use of repeater control question Pin
ToddHileHoffer15-Apr-09 8:37
ToddHileHoffer15-Apr-09 8:37 
GeneralRe: proper use of repeater control question Pin
icewolf_snowfire15-Apr-09 9:23
icewolf_snowfire15-Apr-09 9:23 
GeneralRe: proper use of repeater control question Pin
ToddHileHoffer15-Apr-09 9:56
ToddHileHoffer15-Apr-09 9:56 
QuestionShare session between soap clients Pin
Vozzie215-Apr-09 2:01
Vozzie215-Apr-09 2:01 
AnswerRe: Share session between soap clients Pin
Yusuf15-Apr-09 4:06
Yusuf15-Apr-09 4:06 
GeneralRe: Share session between soap clients Pin
Vozzie215-Apr-09 11:57
Vozzie215-Apr-09 11:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.