Ask a Question related to ASP, Design and Development.
-
Jupiter Jones [MVP] #1
Re: access denied
Paul;
Take Ownership:
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308421&[/url]
--
Jupiter Jones [MVP]
An easier way to read newsgroup messages:
[url]http://www.microsoft.com/windowsxp/pro/using/newsgroups/setup.asp[/url]
Please respond to newsgroup only for everyone's benefit.
"Paul Rogers" <jessie_0199@hotmail.com> wrote in message
news:0a1c01c33f22$1233abc0$a501280a@phx.gbl...> James,
>
> I have the exact same problem. I am looking for a
> solution. If I find one I will let you know. If you
> find a solution, will you please let me know?
>
> Thanks,
>
> Paul> the> >-----Original Message-----
> >Hi, I recently reinstalled Win XP after parts of windows
> >corrupted and the only remaining option available was to
> >reinstall. I had some files that I needed to keep so I
> >didn't re-format my drive. So the new install deleted>> >old win xp and reinstalled itself in the smae location.
> >Unfortunately I can't acess my old My Documents file - I
> >access my Documents and Settings folder and my old
> >username on XP from the previous install is still there -> advice> >however it won't let me access it - says that it's 'not
> >accessible@ and that access is denied. Does anybody have
> >any idea how I can access this folder from an old
> >install? Or have I lost all that info? Any help or> >would be gratefuly received. Thanks
> >
> >funkymunky19@yahoo.co.uk
> >.
> >
Jupiter Jones [MVP] Guest
-
One With Access Denied, Another With Access, But NotFull
I'm suddenly having access denied/permission problems through Contribute on every page after the templates and their related pages were updated with... -
Access denied??
Hi, This is an error that my site got. I dont know why and where it comes from. What I can do is justing waiting a several minute and the error... -
Web Service + Anon Access, but getting 401 Access Denied Error
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
access denied on data access pages
I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got... -
Jake #2
Access Denied
I had a hard drive failure which made it impossible to
boot my computer. I removed the hard drive and installed
it on another computer as a slave drive in order to
access
the files on it. I had no problem and this worked great
until I needed something I had saved in "My Documents". I
am not able to access the "My Documents" on the slave
drive only the master. Anyway to get around this? All
of
my photo's were in the My Documents folder.
Jake Guest
-
Jupiter Jones [MVP] #3
Re: Access Denied
Jake;
Take Ownership:
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308421&[/url]
--
Jupiter Jones [MVP]
An easier way to read newsgroup messages:
[url]http://www.microsoft.com/windowsxp/pro/using/newsgroups/setup.asp[/url]
Please respond to newsgroup only for everyone's benefit.
"Jake" <jzeller@dowco.com> wrote in message
news:0c9401c33f64$5db8d6a0$a001280a@phx.gbl...> I had a hard drive failure which made it impossible to
> boot my computer. I removed the hard drive and installed
> it on another computer as a slave drive in order to
> access
> the files on it. I had no problem and this worked great
> until I needed something I had saved in "My Documents". I
> am not able to access the "My Documents" on the slave
> drive only the master. Anyway to get around this? All
> of
> my photo's were in the My Documents folder.
>
Jupiter Jones [MVP] Guest
-
Re: Access Denied
Goto D:\Documents and Settings\[User Name]\This user's documents or similar,
assuming D is the drive letter of the slave disk.
"Jupiter Jones [MVP]" <jones_jupiter@hotnomail.com> wrote in message
news:uEo9ol2PDHA.2460@TK2MSFTNGP10.phx.gbl...> Jake;
> Take Ownership:
> [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308421&[/url]
>
> --
> Jupiter Jones [MVP]
> An easier way to read newsgroup messages:
> [url]http://www.microsoft.com/windowsxp/pro/using/newsgroups/setup.asp[/url]
> Please respond to newsgroup only for everyone's benefit.
>
>
> "Jake" <jzeller@dowco.com> wrote in message
> news:0c9401c33f64$5db8d6a0$a001280a@phx.gbl...>> > I had a hard drive failure which made it impossible to
> > boot my computer. I removed the hard drive and installed
> > it on another computer as a slave drive in order to
> > access
> > the files on it. I had no problem and this worked great
> > until I needed something I had saved in "My Documents". I
> > am not able to access the "My Documents" on the slave
> > drive only the master. Anyway to get around this? All
> > of
> > my photo's were in the My Documents folder.
> >
>
Guest
-
Gabby #5
access denied
Can anybody help me. I recently had to reinstall winxp.
Everythig was working fine until I tried to reinstall my
usb winTV device. When I try to install it I get
an "access denied" message and something telling me I need
to have administrative rights to make the changes. But I
am the only user on this PC and I am the administrator.
Does anybody have advice opn how I can solve this problem?
Thanks
Gabby Guest
-
Riyad #6
Access Denied
Hi all,
I have trouble instantiating a COM object from an ASP
file: Server.CreateObject raises "Access Denied" error.
The COM object is a VB.Net assembly registered for COM
Interop. It can be invoked from a standalone VBScript
file without problems.
I tried monitoring file system for possible access
violations but unsuccessfully. The DLLs are located in a
subfolder of ASP Web application. "Everyone" has been
given full control of them.
Any suggestions?
Riyad Guest
-
Cowboy \(Gregory A. Beamer\) #7
Re: Access Denied
From ASP, or ASP.NET, when a user is not authenticated, they are running as
IUSR_ComputerName. It could be the file permissions on the DLL, or it could
be the security profile (.NET).
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge
************************************************** **************************
****
Think outside the box!
************************************************** **************************
****
"Riyad" <Riyad.Mammadov@xdti.com> wrote in message
news:056601c34a69$38e26b10$a301280a@phx.gbl...> Hi all,
>
> I have trouble instantiating a COM object from an ASP
> file: Server.CreateObject raises "Access Denied" error.
> The COM object is a VB.Net assembly registered for COM
> Interop. It can be invoked from a standalone VBScript
> file without problems.
>
> I tried monitoring file system for possible access
> violations but unsuccessfully. The DLLs are located in a
> subfolder of ASP Web application. "Everyone" has been
> given full control of them.
>
> Any suggestions?
>
Cowboy \(Gregory A. Beamer\) Guest
-
Riyad Mammadov #8
Re: Access Denied
Well, it can't be the file system permissions (I checked that). What do
you mean by "security profile (.Net)"?
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Riyad Mammadov Guest
-
Deepak Kumar Vasudevan #9
Re: Access Denied
Hi Shalini
Do you get this error after every VS.NET build? This is one such pattern.
Disable Indexing Service or Disable Indexing of the specified Cache Folder and you would not get this error.
The error occurs because, after the build, the cache folder updates and Indexing Service attempts to read the files. When you F5 the project, ASPNET tries to read the project and the error occurs.
--
================================
Deepak Kumar Vasudevan
CS Software Solutions
Phones: +91-44-2819-1336 thru 38
91-98400-26014
[url]www.cssolutionsinc.com[/url]
Mailbox Protected by SpamPal ([url]http://www.spampal.org.uk/[/url])
================================
"Shalini Noronha" <shalini_maria@yahoo.com> wrote in message news:a10301c35c47$efbfbe60$a001280a@phx.gbl...
HI
Am a Fresh as far as ASP.NET is concerned
Would like to have some help on this.
Why do i get this error. Whatz the fix..
"Access to the
path "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempor ary
ASP.NET Files\test\9085c064\43fbe07\hash.web" is denied.
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and where
it originated in the code.
Exception Details: System.UnauthorizedAccessException:
Access to the
path "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempor ary
ASP.NET Files\test\9085c064\43fbe07\hash.web" is denied.
The ASP.NET process is not authorized to access the
requested resource. For security reasons the default
ASP.NET process identity is '{machinename}\ASPNET', which
has limited privileges. Consider granting access rights to
the resource to the ASP.NET process identity.
To grant ASP.NET write access to a file, right-click the
file in Explorer, choose "Properties" and select the
Security tab. Click "Add" to add the "{machinename}
\ASPNET" user. Highlight the ASP.NET account, and check
the Write box in the Allow column."
Deepak Kumar Vasudevan Guest
-
mt #10
Access Denied
Hello
Here is my setup
IIS 6 on a Server 2003 machin
..NET framework 1.
I'm trying to copy files from clients to my 2003 server using a HtmlInputFile control.
The code
Tr
'upload the file from the client to the server folde
UploadFileInput.PostedFile.SaveAs("\\servername\e$ \folder\file.txt"
Catch ex As Exceptio
'error handling stuf
End Tr
IIS 6 is configured to NOT ALLOW anonymous access. It is set to use windows authentication. The web.config file is set to use impersonation. Authenticated users and the server's ASPNET account have full control over the folder in which I'm trying to dump the files.
When the attempt is made to shove the file into the target folder, I get an "Access to the path "\\servername\e$\folder\file.txt" is denied." error. The mscorlib.dll is the source of the error for whatever that is worth
I can get a step further into the process if I share the folder Then I get this error
Access to the path "c:\windows\system32\inetsrv\file.txt" is denie
I really rather use the first method and skip sharing.
Any ideas? I'm sure it is something obvious
Regards
m
mt Guest
-
srinivas #11
Access denied
hi,
i'm trying to create an instance of outlook application from my ASP.NET(VB.NET)
application.I added the Microsoft Outlook Library 10.0
It's giving the error 'Access Denied'
I created '{machinename}\ASPNET user and gave the write permissions to the user.
Can anyone help me...
Thanks in advance
srinivas Guest
-
Aaron Margosis [MS] #12
Re: Access Denied
If "e$" is an administrative share of your E: drive (like c$ is for your C:
drive), then only administrators can access it. Likewise, stuff under
system32 is generally not writable by non-administrative accounts.
HTH
-- Aaron
"mt" <anonymous@discussions.microsoft.com> wrote in message
news:5CFBBD1D-472A-4930-AD16-A1C6FB7C6DBE@microsoft.com...HtmlInputFile control.> Hello,
>
> Here is my setup:
> IIS 6 on a Server 2003 machine
> .NET framework 1.1
>
> I'm trying to copy files from clients to my 2003 server using aUploadFileInput.PostedFile.SaveAs("\\servername\e$ \folder\file.txt")>
> The code:
> Try
> 'upload the file from the client to the server folder
>windows authentication. The web.config file is set to use impersonation.> Catch ex As Exception
> 'error handling stuff
> End Try
>
> IIS 6 is configured to NOT ALLOW anonymous access. It is set to use
Authenticated users and the server's ASPNET account have full control over
the folder in which I'm trying to dump the files.an "Access to the path "\\servername\e$\folder\file.txt" is denied." error.>
> When the attempt is made to shove the file into the target folder, I get
The mscorlib.dll is the source of the error for whatever that is worth.this error:>
> I can get a step further into the process if I share the folder Then I get> Access to the path "c:\windows\system32\inetsrv\file.txt" is denied
> I really rather use the first method and skip sharing.
>
> Any ideas? I'm sure it is something obvious.
>
> Regards,
> mt
>
Aaron Margosis [MS] Guest
-
Aaron Margosis [MS] #13
Re: Access denied
Microsoft Office applications are not supported when started server-side
like that. They are intended to be used on an interactive user desktop.
They have not been designed for the kind of scenario you describe.
What exactly do you need Outlook to do? There may well be another way to do
it without trying to start Outlook.exe.
-- Aaron
"srinivas" <srinivasasarma@bharatmail.com> wrote in message
news:e9120eda.0402260508.534f5757@posting.google.c om...ASP.NET(VB.NET)> hi,
> i'm trying to create an instance of outlook application from myuser.> application.I added the Microsoft Outlook Library 10.0
> It's giving the error 'Access Denied'
> I created '{machinename}\ASPNET user and gave the write permissions to the>
> Can anyone help me...
>
> Thanks in advance
Aaron Margosis [MS] Guest
-
dotnet #14
Re: Access denied
Thanks Aaron,
Basically i want to develop an intranet application where the user who
logs onto the intranet application shoulde be able to access the
Calendar info of the outlook that was installed on that particular
PC(where the user logged in).
I want to know whether this is possible in the web scenario.
Regards
Srinivas
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
dotnet Guest
-
Aaron Margosis [MS] #15
Re: Access denied
"on that particular PC" meaning the client machine where the browser is
running, or the server machine where the ASP .NET application is running?
If you just want to display the client's Outlook information in a web page,
you can use Outlook's ActiveX controls within the page - it's all rendered
on the client.
"dotnet" <anonymous@devdex.com> wrote in message
news:e1aUKZS$DHA.268@TK2MSFTNGP10.phx.gbl...>
>
> Thanks Aaron,
>
> Basically i want to develop an intranet application where the user who
> logs onto the intranet application shoulde be able to access the
> Calendar info of the outlook that was installed on that particular
> PC(where the user logged in).
>
> I want to know whether this is possible in the web scenario.
>
> Regards
>
> Srinivas
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Aaron Margosis [MS] Guest
-
dotnet #16
Re: Access denied
"on that particular PC" means the machine where the browser is running
...not the server machine.but can i update the calendar info of outlook
from my ASP.NET application??
Thanks
Srinivas
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
dotnet Guest
-
Aaron Margosis [MS] #17
Re: Access denied
Yes, you can use an Outlook component in the web page - parts of Office can
appear within a web page. It is rendered entirely on the client machine,
and the client communicates directly with Exchange (or other provider).
Another option is to use or incorporate Outlook Web Access (Exchange).
For further information, you should try an Office/Outlook newsgroup - it's
no longer a security question...
"dotnet" <anonymous@devdex.com> wrote in message
news:us7VkD1$DHA.4012@tk2msftngp13.phx.gbl...>
>
> "on that particular PC" means the machine where the browser is running
> ..not the server machine.but can i update the calendar info of outlook
> from my ASP.NET application??
>
>
> Thanks
> Srinivas
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Aaron Margosis [MS] Guest
-
Matthias H. #18
access denied
Hi guys,
I have a webservice. One function is started through a client. It was all
okay since today. I had to make some changes. I added a new function to the
web service. Then I made the proxi class new for the client. But now, when I
want to start the functions in the web service I always get a 401 (access
denied). I can initialize the proxy class but all function calls end with a
401.
I didn't changed any rights on the server. Only one new function...
Matthias H. Guest
-
Lam #19
access denied
I try to create a aspx page using c# in Visual studio .net
when I try to preview the page
it shows me the following error
-------------------------------------------------------
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\webapplication1\8c4f5b81\8bf31831" is denied.
ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET write access to a file, right-click the file in Explorer,
choose "Properties" and select the Security tab. Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account, and check the
boxes for the desired access.
---------------------------------------------
I try to add enable the IUSR_mycomp to have access the folder
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322"
but it still shows me the error
can anyone tell me what's wrong ?
thanks a lot
Lam Guest
-
Martin Kulov #20
Re: access denied
"Lam" <javabeanbean@hotmail.com> wrote in message
news:#dfHkMxEFHA.3636@TK2MSFTNGP09.phx.gbl...You have to give access for ASP.NET account to folder> I try to add enable the IUSR_mycomp to have access the folder
> "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322"
> but it still shows me the error
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\". Why are you trying to set rights for IUSR_xxx account?
--
Martin Kulov
[url]http://www.codeattest.com[/url]
MCAD Charter Member
MCSD.NET Early Achiever
MCSD
Martin Kulov Guest



Reply With Quote

