Ask a Question related to ASP.NET Security, Design and Development.
-
CES #1
ASPNET Account Security Problem - Running a Web Application over a network share
All,
If anyone has been following my trials over the last week see(Setting up a
Web Application on IIS 5.1 and ASP.Net Security Problems).
I'm having a problem running a Asp.Net Web Application. I've finally
narrowed the problem down to a security issue: The ASPNET (aspnet_wp)
account cannot connect to a Network resource instead of using a local path
ie: C:\Inetpub\wwwroot my development site resides on a Network Share
(\\{MyServerName}\wwwroot).
Every thing works fine is I connect to the site using a local path but I get
a Parser Error Message: Could not load type 'WebApplication1.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="WebApplication1.Global" %>
If I try to load the page from a shared resource (\\Server\xxx)
I've tried adding this line to the web.config file imeditly under the
<authentication mode="Windows" /> tag - in the applications root directory
but I'm still unable to connect:
<identity impersonate="true" userName="{MyServerName}\{UserName}}"
password="{Password} " />
Policy editor
I have even tried creating a virtual directory to the folder even though the
Web Application is below the wwwroot.
FYI I've tried every possible combination of the
{MyServerName}\{UserName}"ie server\administrator / SERVER\administrator /
Server\Administrator etc.
Everything I've seen posted seams to suggest this should have worked. I'll
be very grateful for any help.
CES
CES Guest
-
Account Locked Out - Cold Fusion Application Service running as Active Directory Domain Account
Using Cold Fusion 7 Standard w/ IIS6. Cold Fusion Application Service is running as a domain account to access IIS home directory on another... -
Problem with asp.net application locate on network share
Hi all, I have an asp.net application (framework 1.1 sp1) on windows server 2003. When the document root is locate in local that's all ok... but... -
Running ASP.NET app off network share
I'm using IIS 6.0 to try to run an ASP.NET application the files for which live on a shared folder on a machine which also happens to be on a... -
"Access is denied" error when running schtasks.exe under ASPNET account in win2k3 server
Hi all, I am trying to run schtasks.exe from asp.net application wich uses forms authentication under ASPNET account. It gives me "Access is... -
Running ASP.NET application from network share
The problem is the same with running apps across domain boundaries (app domain, not NT domain). You are creating what, in essence, is a distributed... -
Ron #2
Re: ASPNET Account Security Problem - Running a Web Application over a network share
"CES" <NONE@NOEMAIL.com> wrote in message news:<#VRLj06jDHA.684@TK2MSFTNGP09.phx.gbl>...
I am not 100% sure of these suggestions, but it may help you. First> All,
>
> If anyone has been following my trials over the last week see(Setting up a
> Web Application on IIS 5.1 and ASP.Net Security Problems).
>
> I'm having a problem running a Asp.Net Web Application. I've finally
> narrowed the problem down to a security issue: The ASPNET (aspnet_wp)
> account cannot connect to a Network resource instead of using a local path
> ie: C:\Inetpub\wwwroot my development site resides on a Network Share
> (\\{MyServerName}\wwwroot).
>
> Every thing works fine is I connect to the site using a local path but I get
> a Parser Error Message: Could not load type 'WebApplication1.Global'.
> Source Error:
> Line 1: <%@ Application Codebehind="Global.asax.vb"
> Inherits="WebApplication1.Global" %>
>
> If I try to load the page from a shared resource (\\Server\xxx)
>
> I've tried adding this line to the web.config file imeditly under the
> <authentication mode="Windows" /> tag - in the applications root directory
> but I'm still unable to connect:
> <identity impersonate="true" userName="{MyServerName}\{UserName}}"
> password="{Password} " />
> Policy editor
>
> I have even tried creating a virtual directory to the folder even though the
> Web Application is below the wwwroot.
>
> FYI I've tried every possible combination of the
> {MyServerName}\{UserName}"ie server\administrator / SERVER\administrator /
> Server\Administrator etc.
>
> Everything I've seen posted seams to suggest this should have worked. I'll
> be very grateful for any help.
>
> CES
log on to your local machine as "Administrator". Even if you have
admin rights as a user I believe it is important to be the actual
administrator of you local machine. Next go to your web folder and
right click for Properties. Now go to the securities tab and add
"Everyone" to the users. Make sure that the "Everyone" user has all
right checked off. Good Luck!
Ron Guest



Reply With Quote

