Home All Groups Group Topic Archive Search About

ASPNET or Network Service account on Vista Home Premium

Author
9 Jul 2009 2:46 PM
Oltmans
Hi guys,

I'm trying to install DotNetNuke on Microsoft Vista Home Premium. I
already have .NET framework 2.0, Visual Studio 2005 and SQL Server
Express installed on my PC. To install DotNetNuke, I'm following
instructions here http://www.vbnetexpert.com/DotNetNuke/DNNVersion3/InstallingDNN/tabid/83/Default.aspx.
I'm stuck on following

- Give the ASPNET (WinXP) or Network Service (Server 2003) account
Read, Write, and Modify permissions on the directory you unzipped to.
See the Host Settings page, ASP.NET Identity under the new Site
Configuration section to be sure.

Now I'm on Windows Vista Home Premium. I cannot find ASPNET or Network
Service accounts. What do I do now? How can I create them on Vista
Home premium? Can we do that on Vista home premium? Also, if I cannot
create any of these accounts on Vista home premium then is there any
workaround to acheive the above ?

I've searched internet and tried many different things, none of which
worked. So I will really appreciate any idea/help. Many thanks for
your time and help.

Author
9 Jul 2009 3:06 PM
Juan T. Llibre
Save this code as "identity.aspx" :

--------------------
<%@ Page Language="VB" %>
<%@ Import NameSpace = System.Security.Principal %>
<script runat="server">
    Sub Page_Load()
        Dim tmp As String = WindowsIdentity.GetCurrent.Name()
        Label1.Text = "ASP.NET is running as the account : " & tmp
    End Sub
</script>
<html>
<head>
    <title>What account is ASP.NET running as ?</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <asp:Label ID="Label1" Runat="server" Text="Label"></asp:Label>
    </div>
    </form>
</body>
</html>
-------------------

....and run identity.aspx in the root directory.

That will tell you which account ASP.NET is running as.
Then, give that account Read, Write, and Modify permissions.




Juan T. Llibre, asp.net MVP
¿ Estas probando VS 2010 y ASP.NET 4.0 ?
Regístrate (gratis) en los Foros de VS 2010 y ASP.NET 4.0, en español
http://asp.net.do/foros/forums/
=====================================================
Show quoteHide quote
"Oltmans" <rolf.oltm***@gmail.com> wrote in message
news:586d9f32-b5bc-4779-8cfd-7094cd3e0eb6@p18g2000pra.googlegroups.com...
> Hi guys,
>
> I'm trying to install DotNetNuke on Microsoft Vista Home Premium. I
> already have .NET framework 2.0, Visual Studio 2005 and SQL Server
> Express installed on my PC. To install DotNetNuke, I'm following
> instructions here http://www.vbnetexpert.com/DotNetNuke/DNNVersion3/InstallingDNN/tabid/83/Default.aspx.
> I'm stuck on following
>
> - Give the ASPNET (WinXP) or Network Service (Server 2003) account
> Read, Write, and Modify permissions on the directory you unzipped to.
> See the Host Settings page, ASP.NET Identity under the new Site
> Configuration section to be sure.
>
> Now I'm on Windows Vista Home Premium. I cannot find ASPNET or Network
> Service accounts. What do I do now? How can I create them on Vista
> Home premium? Can we do that on Vista home premium? Also, if I cannot
> create any of these accounts on Vista home premium then is there any
> workaround to acheive the above ?
>
> I've searched internet and tried many different things, none of which
> worked. So I will really appreciate any idea/help. Many thanks for
> your time and help.
>
Are all your drivers up to date? click for free checkup

Author
10 Jul 2009 1:06 AM
HillBilly
Also helpful to know how to setup multiple websites using Vista and IIS7...
http://metromilwaukee.spaces.live.com/blog/cns!BE0E8B9C55C5E5E4!215.entry


Show quoteHide quote
"Oltmans" <rolf.oltm***@gmail.com> wrote in message
news:586d9f32-b5bc-4779-8cfd-7094cd3e0eb6@p18g2000pra.googlegroups.com...
> Hi guys,
>
> I'm trying to install DotNetNuke on Microsoft Vista Home Premium. I
> already have .NET framework 2.0, Visual Studio 2005 and SQL Server
> Express installed on my PC. To install DotNetNuke, I'm following
> instructions here
> http://www.vbnetexpert.com/DotNetNuke/DNNVersion3/InstallingDNN/tabid/83/Default.aspx.
> I'm stuck on following
>
> - Give the ASPNET (WinXP) or Network Service (Server 2003) account
> Read, Write, and Modify permissions on the directory you unzipped to.
> See the Host Settings page, ASP.NET Identity under the new Site
> Configuration section to be sure.
>
> Now I'm on Windows Vista Home Premium. I cannot find ASPNET or Network
> Service accounts. What do I do now? How can I create them on Vista
> Home premium? Can we do that on Vista home premium? Also, if I cannot
> create any of these accounts on Vista home premium then is there any
> workaround to acheive the above ?
>
> I've searched internet and tried many different things, none of which
> worked. So I will really appreciate any idea/help. Many thanks for
> your time and help.
>
Author
10 Jul 2009 1:25 AM
Mr. Arnold
"Oltmans" <rolf.oltm***@gmail.com> wrote in message
news:586d9f32-b5bc-4779-8cfd-7094cd3e0eb6@p18g2000pra.googlegroups.com...

> Now I'm on Windows Vista Home Premium. I cannot find ASPNET or Network
> Service accounts. What do I do now? How can I create them on Vista
> Home premium? Can we do that on Vista home premium? Also, if I cannot
> create any of these accounts on Vista home premium then is there any
> workaround to acheive the above ?

NT Authority\System machine account is the ASPNET machine account on Vista,
which you'll need to add to the folder or files in question using NTFS
Security tab.


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4229 (20090709) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

Bookmark and Share