chanto! 41 Light Poster

Hi,
I have one ASP.NET page which allows users to upload their files which are stored in another system (file server) through simple network share. The code is as simple as
FileUpload.PostedFile.SaveAs(strPath)

Here this page gets "access denied" to save the file. I know the application is running under ASPNET local user account. So i even can't give privileges to save file for this local account in another target system.

I solved this problem by using impersonation tags as below in the web.config :

<identity impersonate="true" userid=xxx password=yyyy />

But i have to specify user id and password explicitly in plain text here....
Is there anyway i avoid specifying user id and password like this?

turn off anonymous access to the website and use the integrated nt security...

chanto! 41 Light Poster

Did you find any answer for that? I'm also facing a similar problem. My monitor goes into standby mode the moment I boot up. I had rectified it once from a technician & ended up paying huge amount. After 20 -25 days, the problem again started (I didn't operate my PC for a week).

Now I feel I should do it myself than empty my pocket. There is no beep & the monitor light just blinks. I tested my monitor in other system & it works well.
I also opened up my cpu to figure out about motherboard, bios et al but was scared to do anything wrong. I'm not a hardware person but wish to know the details of this problem.

Please help!!

Thanks,
Jas

You might want to boot your system up in Safe Mode to see if the video will come on or not. Sometimes when the resolution or refresh rate is set too high, the monitor will go out of sync and into standby mode.