 |
| ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

June 25th, 2012, 11:44 AM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
This is odd. It looks like the other folders only have 'List folder contents' and 'Special Permissions' checked for the Network Service group/user. I'm sure I selected List Contents and Read, then checked the lower box to propogate that to sub-folders.
|
|

June 25th, 2012, 07:14 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Still not getting any formatting. I manually set each folder to add the 'read' rights just to see if that was it, and still no luck. Here is the web.config, w/passwords / e-mails replaced w/ ****:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<appSettings>
<add key="FromAddress" value="*****@pcesoft.com" />
<add key="FromName" value="Planet Wrox" />
<add key="ToAddress" value="*****@pcesoft.com" />
<add key="ToName" value="Planet Wrox" />
<add key="SendMailOnError" value="true" />
</appSettings>
<connectionStrings>
<add name="PlanetWroxConnectionString1" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\PlanetWrox.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />
<add name="PlanetWroxEntities" connectionString="metadata=res://*/App_Code.PlanetWrox.csdl|res://*/App_Code.PlanetWrox.ssdl|res://*/App_Code.PlanetWrox.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\PlanetWrox.mdf;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
</connectionStrings>
<system.web>
<trace mostRecent="true" enabled="false" requestLimit="100" pageOutput="false" localOnly="true" />
<customErrors mode="On" defaultRedirect="~/Errors/OtherErrors.aspx" redirectMode="ResponseRewrite">
<error statusCode="404" redirect="~/Errors/Error404.aspx" />
</customErrors>
<profile>
<properties>
<add name="FirstName" />
<add name="LastName" />
<add name="DateOfBirth" type="System.DateTime" />
<add name="Bio" />
<add name="FavoriteGenres" type="System.Collections.Generic.List`1[System.Int32]" />
</properties>
</profile>
<roleManager enabled="true" />
<membership>
<providers>
<clear />
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" />
</providers>
</membership>
<authentication mode="Forms" />
<pages theme="Monochrome">
<controls>
<add tagPrefix="Wrox" tagName="Banner" src="~/Controls/Banner.ascx" />
</controls>
</pages>
<compilation debug="false" strict="false" explicit="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
</assemblies>
<buildProviders>
<add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider" />
</buildProviders>
</compilation>
</system.web>
<system.net>
<mailSettings>
<smtp deliveryMethod="Network" from="Andy Colonna <*****@pcesoft.com>">
<network host="mail.pcesoft.com" userName="****" password="***" port="24" />
</smtp>
</mailSettings>
</system.net>
<location path="Management">
<system.web>
<authorization>
<allow roles="Managers" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="MyProfile.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
<location path="MangePhotoAlbum.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
<location path="NewPhotoAlbum.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="default.aspx" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="index.htm" />
<add value="index.html" />
<add value="iisstart.htm" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
|
|

June 25th, 2012, 07:16 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
And here is the default aspx page's source:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Welcome to Planet Wrox
</title>
<link href="Styles/Styles.css" rel="stylesheet" type="text/css" /><link href="App_Themes/DarkGrey/DarkGrey.css" type="text/css" rel="stylesheet" /><style type="text/css">
.TreeView1_0 { text-decoration:none; }
.TreeView1_1 { border-style:none; }
.TreeView1_2 { }
</style></head>
<body>
<form method="post" action="" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="TreeView1_ExpandState" id="TreeView1_ExpandState" value="nennennennnn" />
<input type="hidden" name="TreeView1_SelectedNode" id="TreeView1_SelectedNode" value="" />
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="TreeView1_PopulateLog" id="TreeView1_PopulateLog" value="" />
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTY1NDU2MTA1Mg9kFgJmD2QWAgIDD2QWCAIFDzwrAA0BAA8WAh4HVmlzaWJsZWhkZAIHDxQrAAkPFggeDU5ldmVyRXhwYW5kZWRkHgtfIURhdGFCb3VuZGceDFNlbGVjdGVkTm9kZWQeCUxhc3RJbmRleAIMZGRkZGRkZBAWABYAZBQrAAYFEzA6MCwwOjEsMDoyLDA6MywwOjQUKwACFg4eBFRleHQFBEhvbWUeBVZhbHVlBQRIb21lHgtOYXZpZ2F0ZVVybAUNL0RlZmF1bHQuYXNweB4HVG9vbFRpcAUSR28gdG8gdGhlIGhvbWVwYWdlHghEYXRhUGF0aAUNL2RlZmF1bHQuYXNweB4JRGF0YUJvdW5kZx4IRXhwYW5kZWRnZBQrAAIWEh8GBQdSZXZpZXdzHwpnHwUFB1Jldmlld3MfBwUVL1Jldmlld3MvRGVmYXVsdC5hc3B4HglQb3B1bGF0ZWRnHwtnHwgFHlJldmlld3MgcHVibGlzaGVkIG9uIHRoaXMgc2l0ZR8JBRUvcmV2aWV3cy9kZWZhdWx0LmFzcHgeEFBvcHVsYXRlT25EZW1hbmRoFCsAAwUHMDowLDA6MRQrAAIWDh8FBQhCeSBHZW5yZR8GBQhCeSBHZW5yZR8HBRgvUmV2aWV3cy9BbGxCeUdlbnJlLmFzcHgfCAUcQWxsIFJldmlld3MgR3JvdXBlZCBieSBHZW5yZR8JBRgvcmV2aWV3cy9hbGxieWdlbnJlLmFzcHgfCmcfC2dkFCsAAhYOHwUFC0FsbCBSZXZpZXdzHwYFC0FsbCBSZXZpZXdzHwcFES9SZXZpZXdzL0FsbC5hc3B4HwgFC0FsbCBSZXZpZXdzHwkFES9yZXZpZXdzL2FsbC5hc3B4HwpnHwtnZBQrAAIWEh8GBQhHaWcgUGljcx8KZx8FBQhHaWcgUGljcx8HBQ0vUGhvdG9BbGJ1bXMvHwxnHwtnHwgFDEFsbCBHaWcgUGljcx8JBQ0vcGhvdG9hbGJ1bXMvHw1oFCsAAwUHMDowLDA6MRQrAAIWDh8FBQhHaWcgUGljcx8GBQhHaWcgUGljcx8HBRkvUGhvdG9BbGJ1bXMvRGVmYXVsdC5hc3B4HwgFDEFsbCBHaWcgUGljcx8JBRkvcGhvdG9hbGJ1bXMvZGVmYXVsdC5hc3B4HwpnHwtnZBQrAAIWDh8FBQlOZXcgQWxidW0fBgUJTmV3IEFsYnVtHwcFEy9OZXdQaG90b0FsYnVtLmFzcHgfCAUmQ3JlYXRlIGEgbmV3IFBob3RvIEFsYnVtIHdpdGggR2lnIFBpY3MfCQUTL25ld3Bob3RvYWxidW0uYXNweB8KZx8LZ2QUKwACFhIfBgUFQWJvdXQfCmcfBQUFQWJvdXQfBwUTL0Fib3V0L0RlZmF1bHQuYXNweB8MZx8LZx8IBQ9BYm91dCB0aGlzIFNpdGUfCQUTL2Fib3V0L2RlZmF1bHQuYXNweB8NaBQrAAQFCzA6MCwwOjEsMDoyFCsAAhYOHwUFCkNvbnRhY3QgVXMfBgUKQ29udGFjdCBVcx8HBRMvQWJvdXQvQ29udGFjdC5hc3B4HwgFCkNvbnRhY3QgVXMfCQUTL2Fib3V0L2NvbnRhY3QuYXNweB8KZx8LZ2QUKwACFg4fBQUIQWJvdXQgVXMfBgUIQWJvdXQgVXMfBwUTL0Fib3V0L0Fib3V0VXMuYXNweB8IBQhBYm91dCBVcx8JBRMvYWJvdXQvYWJvdXR1cy5hc3B4HwpnHwtnZBQrAAIWDh8FBQpNeSBQcm9maWxlHwYFCk15IFByb2ZpbGUfBwUPL015UHJvZmlsZS5hc3B4HwgFCk15IFByb2ZpbGUfCQUPL215cHJvZmlsZS5hc3B4HwpnHwtnZBQrAAIWDh8FBQVMb2dpbh8GBQVMb2dpbh8HBQsvTG9naW4uYXNweB8IBRdMb2cgaW4gdG8gdGhpcyB3ZWIgc2l0ZR8JBQsvbG9naW4uYXNweB8KZx8LZ2RkAg8PEGRkFgECAWQCEQ9kFgRmDw8WAh8AZ2QWAgIBDxYCHgRocmVmBRNodHRwOi8vcDJwLndyb3guY29tZAICDw8WAh8AaGRkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBQ9jdGwwMCRUcmVlVmlldzE0YOFGMhpW1YEUOftDvL2bB2UAkgDhq7VBo8aJvHLF/w==" />
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=opIEpfj7b6EKWmpnIPgKTwMZBt15VA4Otc19nN6uvp6txPe3CEVTPjBgmAmG10cHrPdU6HiCsPo82K-ktILKpVpi5xYmr58JZKNJi-JGjB81&t=634660819614452000" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=HsjVs-WM2BSAdCbxJ7EAV_4x77X8p0mtLaHzVTVkzn4Aqr8ThYwmyhCZ_jIO_qNlr-jC9dPjBsYJfCz54TxBpFig_5SuGhRQ6ezqljcncqvCCnWVgMc6TfwuDUPZfsDkWf1dGDWaAl52csdIzmKzfQ2&t=150492e7" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function TreeView_PopulateNodeDoCallBack(context,param) {
WebForm_DoCallback(context.data.treeViewID,param,TreeView_ProcessNodeData,context,TreeView_ProcessNodeData,false);
}
var TreeView1_Data = null;//]]>
</script>
<script src="/ScriptResource.axd?d=-e0scAcavWZnWIqvTqTuSenbapslK-jr59UpBuMbqLgTVn4ZNA7RrDfySF5_24Sj8Ah1m1CxBIs1iv24ZZj9lLsSoywLzuRntCL9VprvYyOyk8GWq370WlUUKpd3bT8_kqKN_TUMcpq6kzL0fhTPJI71IXkybMIepALELZeFXTo1&t=ffffffff940d030f" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=5r0adYKuRyBTwU7VR7HKoiPmUbQ8GhjnsTME-jBZ1VWKUHXnEB5eQlrcfAZp5qcfV11D7slCBijogoRwnB7g9e8E7vKS9ZueiepszB6X-va85zQQ-gHwGzcxYFrTFY-yrG8F-790DipnfaVImMEz-4t9gn4T7TIL5sR70vWozGbV9RwPrZzfsPHn1kebZkFs0&t=ffffffff940d030f" type="text/javascript"></script>
<script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
<div class="aspNetHidden">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBAKl6sq7DgKUw8moBAKKqfinDgKQx9z4Bw8EYke4TpN0lB/Jggc54ZVXJi0pjXomvpw5PzgJhMGb" />
</div>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', 'form1', [], [], [], 90, 'ctl00');
//]]>
</script>
<div id="PageWrapper">
<div id="Header"><a href="./"></a></div>
<div id="MenuWrapper">
<a href="#TreeView1_SkipLink"><img alt="Skip Navigation Links." src="/WebResource.axd?d=XlqWC5g1b-GOHSivMFwAN4MGGaCSx3wXlLLaWjLlzXscbCDHbnYTTx8sFS0fDOhK3qKh2y8DrC_fpoeQT4tCVTa42xcB-c5rFn8QDY_5-IA1&t=634660819614452000" width="0" height="0" style="border-width:0px;" /></a><div id="TreeView1">
<table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td class="FirstLevelMenuItems TreeView1_2" style="white-space:nowrap;"><a class="TreeView1_0 FirstLevelMenuItems TreeView1_1" href="/Default.aspx" title="Go to the homepage" id="TreeView1n0" style="border-style:none;font-size:1em;">Home</a></td>
</tr>
</table><table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td class="FirstLevelMenuItems TreeView1_2" style="white-space:nowrap;"><a class="TreeView1_0 FirstLevelMenuItems TreeView1_1" href="/Reviews/Default.aspx" title="Reviews published on this site" id="TreeView1n1" style="border-style:none;font-size:1em;">Reviews</a></td>
</tr>
</table><div id="TreeView1n1Nodes" style="display:block;">
<table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td><div style="width:20px;height:1px"></div></td><td style="white-space:nowrap;"><a class="TreeView1_0" href="/Reviews/AllByGenre.aspx" title="All Reviews Grouped by Genre" id="TreeView1n2">By Genre</a></td>
</tr>
</table><table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td><div style="width:20px;height:1px"></div></td><td style="white-space:nowrap;"><a class="TreeView1_0" href="/Reviews/All.aspx" title="All Reviews" id="TreeView1n3">All Reviews</a></td>
</tr>
</table>
</div><table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td class="FirstLevelMenuItems TreeView1_2" style="white-space:nowrap;"><a class="TreeView1_0 FirstLevelMenuItems TreeView1_1" href="/PhotoAlbums/" title="All Gig Pics" id="TreeView1n4" style="border-style:none;font-size:1em;">Gig Pics</a></td>
</tr>
</table><div id="TreeView1n4Nodes" style="display:block;">
<table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td><div style="width:20px;height:1px"></div></td><td style="white-space:nowrap;"><a class="TreeView1_0" href="/PhotoAlbums/Default.aspx" title="All Gig Pics" id="TreeView1n5">Gig Pics</a></td>
</tr>
</table><table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td><div style="width:20px;height:1px"></div></td><td style="white-space:nowrap;"><a class="TreeView1_0" href="/NewPhotoAlbum.aspx" title="Create a new Photo Album with Gig Pics" id="TreeView1n6">New Album</a></td>
</tr>
</table>
</div><table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td class="FirstLevelMenuItems TreeView1_2" style="white-space:nowrap;"><a class="TreeView1_0 FirstLevelMenuItems TreeView1_1" href="/About/Default.aspx" title="About this Site" id="TreeView1n7" style="border-style:none;font-size:1em;">About</a></td>
</tr>
</table><div id="TreeView1n7Nodes" style="display:block;">
<table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td><div style="width:20px;height:1px"></div></td><td style="white-space:nowrap;"><a class="TreeView1_0" href="/About/Contact.aspx" title="Contact Us" id="TreeView1n8">Contact Us</a></td>
</tr>
</table><table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td><div style="width:20px;height:1px"></div></td><td style="white-space:nowrap;"><a class="TreeView1_0" href="/About/AboutUs.aspx" title="About Us" id="TreeView1n9">About Us</a></td>
</tr>
</table><table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td><div style="width:20px;height:1px"></div></td><td style="white-space:nowrap;"><a class="TreeView1_0" href="/MyProfile.aspx" title="My Profile" id="TreeView1n10">My Profile</a></td>
</tr>
</table>
</div><table cellpadding="0" cellspacing="0" style="border-width:0;">
<tr>
<td class="FirstLevelMenuItems TreeView1_2" style="white-space:nowrap;"><a class="TreeView1_0 FirstLevelMenuItems TreeView1_1" href="/Login.aspx" title="Log in to this web site" id="TreeView1n11" style="border-style:none;font-size:1em;">Login</a></td>
</tr>
</table>
</div><a id="TreeView1_SkipLink"></a>
</div>
<div id="MainContent">
<span id="SiteMapPath1"><a href="#SiteMapPath1_SkipLink"><img alt="Skip Navigation Links" height="0" width="0" src="/WebResource.axd?d=XlqWC5g1b-GOHSivMFwAN4MGGaCSx3wXlLLaWjLlzXscbCDHbnYTTx8sFS0fDOhK3qKh2y8DrC_fpoeQT4tCVTa42xcB-c5rFn8QDY_5-IA1&t=634660819614452000" style="border-width:0px;" /></a><span>Home</span><a id="SiteMapPath1_SkipLink"></a></span>
<br />
<br />
<h1>
Hi there visitor and welcome to Planet Wrox</h1>
<p class="Introduction">
We're glad you're paying a visit to <a href="http://www.PlanetWrox.com">
www.PlanetWrox.com</a>, the coolest music community site on the Internet (we
can't back that up).</p>
<p class="Introduction">
Feel free to have a <a href="Default.aspx">look around</a>; there are lots of
interesting <strong>reviews and concert pictures</strong> to be found here,
including a special treat for Rush fans! :)</p>
<p>
You can <a href="Login.aspx">login</a> here</p>
</div>
<div id="Sidebar">Select a Theme<br />
<select name="ctl00$ThemeList" onchange="javascript:setTimeout('__doPostBack(\'ctl00$ThemeList\',\'\')', 0)" id="ThemeList">
<option value="Monochrome">Monochrome</option>
<option selected="selected" value="DarkGrey">DarkGrey</option>
</select>
<br />
<br />
<br />
<div id="Banner1_VerticalPanel">
<a href="http://p2p.wrox.com" id="Banner1_VerticalLink" target="_blank"><img id="Banner1_Image1" src="Images/Banner120x240.gif" alt="This is a sample banner." /></a>
</div>
</div>
<div id="Footer">
</div>
</div>
<script type="text/javascript">
//<![CDATA[
var TreeView1_ImageArray = new Array('', '', '', '/WebResource.axd?d=qvn_ZT_0rjUGPoPdt3iIWGiYylRFmhj2-fjgp9ANKeGFSqB9P-1if9I7TTbl19ZfuItXJ_DSeRmqh8BtO_UivvsUmb-YP82xrP9BrDkOK0HY5QOnmitugXTXEYg4iEZ-0&t=634660819614452000', '/WebResource.axd?d=ObFwS2Xl1E7if8eW5JYJuSBlL5eE0qt_mo6h0QaU3FSBl8s6YQGdO7bf-WD0-QA6Z1R-jASF3I2SCvtFnfn4lFFZpp49ZX0dAK3oY2liWL9espbk0-TbobXAAJhOoFmL0&t=634660819614452000', '/WebResource.axd?d=J_JGA-ECu05iSgWumFdApGK31WBFDftV1qBc6R-d2GpEvRb8Wxhn-s7U3zXwotWAHsXYBt1P3VH4k9XY4eYNTTvVD1HByD-NEldk9C9x8h96MxDCxzJlGn5lea0-ZJ0Q0&t=634660819614452000');
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
WebForm_InitCallback();var TreeView1_Data = new Object();
TreeView1_Data.images = TreeView1_ImageArray;
TreeView1_Data.collapseToolTip = "Collapse {0}";
TreeView1_Data.expandToolTip = "Expand {0}";
TreeView1_Data.expandState = theForm.elements['TreeView1_ExpandState'];
TreeView1_Data.selectedNodeID = theForm.elements['TreeView1_SelectedNode'];
(function() {
for (var i=0;i<6;i++) {
var preLoad = new Image();
if (TreeView1_ImageArray[i].length > 0)
preLoad.src = TreeView1_ImageArray[i];
}
})();
TreeView1_Data.lastIndex = 12;
TreeView1_Data.populateLog = theForm.elements['TreeView1_PopulateLog'];
TreeView1_Data.treeViewID = 'ctl00$TreeView1';
TreeView1_Data.name = 'TreeView1_Data';
//]]>
</script>
</form>
</body>
</html>
|
|

June 26th, 2012, 09:56 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Looks OK to me. What happens if you:
a) Request App_Themes/DarkGrey/DarkGrey.css in the browser directly.
b) Temporarily grant Full Control to the Everyone group and propagate the changes to all sub folder?
Cheers,
Imar
|
|

June 26th, 2012, 08:23 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
If I switch to dark grey, there's still no styling, graphics, etc. Same results if I add the 'everyone' group to the security tab w/ full control.
Digging around in the INetMgr app, if I click the first icon for the .NET compilation, I do get an error: "Filename...\web.config, Line 52 Error: Cannot add duplicate collection entry of type 'add' with unique key attribute 'extension' set to '.edmx'
Finally, if I click 'Basic Settings' in INetMgr, then Test Settings, the Authorization has a yellow ! saying that it cannot verify the access to path c:\BegASPNETVB\Release.
|
|

June 27th, 2012, 08:36 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
But what happens when you try this:
Quote:
|
a) Request App_Themes/DarkGrey/DarkGrey.css in the browser directly.
|
Somehow, there's a security error. Requesting the file directly may shed some light. For example, if it redirects to Login.aspx, there's an issue with ASP.NET authentication.
Cheers,
Imar
|
|

June 27th, 2012, 08:43 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Also:
Quote:
I do get an error: "Filename...\web.config, Line 52 Error: Cannot add duplicate collection entry of type 'add' with unique key attribute 'extension' set to '.edmx'
|
What happens when you remove that setting from your web.config key?
Quote:
|
it cannot verify the access to path c:\BegASPNETVB\Release.
|
And wat are the effective permissions for that folder?
Imar
|
|
 |