|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASPNET or Network Service account on Vista Home PremiumI'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. 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. > 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. > "Oltmans" <rolf.oltm***@gmail.com> wrote in message NT Authority\System machine account is the ASPNET machine account on Vista, 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 ? 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
Other interesting topics
autoincrement vs uniqueidentifier (easy)
Is Delegation Necessary? session state time out Using if on ASPX-side instead of in code behind restrict number of users á ÇáÅÓáÇã Úä ÇáÅÑåÇÈ¿ Redirect To Login Page - Forms Authentication Urgent - Issues with using Office 2003 PIA on Windows Server 2008 Data binding etc Using Access mdb file with Web Site Administration Tool |
|||||||||||||||||||||||