Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AspDotNetStoreFront
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

SourceGear - Tools for Developers
.: CounterSoft :.
telerik
ExactTarget email software solutions
Merak Mail Server
WebSecureStores -- ASP.NET & DotNetNuke Hosting Solutions
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Install It!  Permissions on XP Pro, IIS 5.1, .NET 3.5, SQL Server 2008, VWD 2008 Express , Latest DNN.
Previous Previous
 
Next Next
New Post 9/12/2008 4:42 PM
Resolved
User is offline Schwanke
6 posts
10th Ranked


Permissions on XP Pro, IIS 5.1, .NET 3.5, SQL Server 2008, VWD 2008 Express , Latest DNN. 

OK. I give up lol.

I cannot seem to get the permissions right on my installation on a local IIS server.

I am using:

--

Windows XP Pro

IIS 5.1

SQL Server 2008 Express with Advanced tools

.NET 2.0 and 3.5 both SP1s.

VWD 2008 Express

The latest DNN.

---

I have already:

Installed all of the above.

Given the ASPNET account full permssions on the virtual directory.

Uninstalled and re-installed .NET 2.0 and 3.5 both SP1s AFTER everything else since I've read about the register problem. (Of which I had tried iisreg -u and -i and -r several times depending on what any particular website said.

Think thats it but I know ive done so much more hitting wall after wall after wall up to this point.  I've done everything short of uninstall everything and start from scratch.

What does work finally is:

I can load my http://localhost/DotNetNuke and login. (as Host or as Admin)

I installed the Templates for a new module for VWD and created a new module named HelloWorld that was just an empty module.

I renamed the two directories that were ModuleName to HelloWorld.

I rebult using Ctrl-F5 as suggested.

I installed the SQL from the 1.xxx DataProvider as instructed by the tutorial I was using.  No errors.

The next step in the tutorial is to create the module in Module Definitions but when I go to the Module Definitions page I get:

---

A critical error has occured.

Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed

---

Putsing around the rest of the site fooling around with answers to my dreaded FileIOPermissions error I found on various websites Ive noticed a few other places in my DNN installation that also have FileIOPermissions errors.

So I am convinced I have a permission problem somewhere but I for the life of me have no clue how to find it because every time I search for permissions errors solutions I get the same things over and over again, what I listed above, about registering .NET and about ASPNET account.

Any ideas?

Just for cruds and giggles I went from medium permissions in IIS to full/IIS process but that didnt help. Also tried given the NETWORK process full access to the directories as well but that didnt help.  (I know thats supposed to not be it under XP Pro but I figured why not)

---

I was actually rather proud of myself up until now cuz usually this many problmes would cause me to give up and try something else but I kept getting the feel that this really is the right solution for my project I just gotta keep at it.

Anyway I held off asking for help as long as possible but I'm stumped.

 

Thanks for any help anyone can give.

--schwanke

 

 
New Post 9/12/2008 6:50 PM
Online now... Michael Washington
2892 posts
ADefWebserver.com
5th Ranked










Re: Permissions on XP Pro, IIS 5.1, .NET 3.5, SQL Server 2008, VWD 2008 Express , Latest DNN. 

Where is the website on your harddrive? I would put it at c:\inetpub\dotnetnuke (put it under the Inetpub directory).



Michael Washington
* ADefWebserver.com
* DNN Module Developer's Guide
* IWEB - DNN Web Services
* Silverlight and DotNetNuke
 
New Post 9/12/2008 10:16 PM
User is offline Schwanke
6 posts
10th Ranked


Re: Permissions on XP Pro, IIS 5.1, .NET 3.5, SQL Server 2008, VWD 2008 Express , Latest DNN. 

Didnt help. :(

 

Tried both Inetpub and Inetpub\wwwroot

I also tried deleting the virtual directories each time and recreating them with write permission as well as restarting IIS.

Not worried about the write permission at the moment being a hole because I am behind a hardware firewall with no ports forwarded to this machine.

This feels like such a 'simple' problem.  Like I've missed one configuration button somewhere but I have no clue where to look since this is my first time at IIS, SQL Server, ASP.NET and VWD, let alone all of them at once.  I was celebrating when I got the portal to load for the first time without an error page lol.

If I have you guys stumped then I have no clue how I could fix this alone. :|

Thanks for your help anyway though.  Guess I'll keep digging or maybe get lucky and someone will think of something else I can try.

 
New Post 9/13/2008 11:11 AM
User is offline Schwanke
6 posts
10th Ranked


Re: Permissions on XP Pro, IIS 5.1, .NET 3.5, SQL Server 2008, VWD 2008 Express , Latest DNN. 

Ok. I started from scratch with everything except reinstalling IIS/ASPNET etc...

 

One thing I had to do that I forgot to mention was a hack for the redirect loop when using asp.net 3.5.  I had to replace all the references to a certain version string in the web.config to 3.5.0.0.

 

Could this be it? Could there be a problem with the site being written in 2.0 but using 3.5 and the only change is a version number in a config file?

The error gives mscorlib 2.0.0.0.  I dont know if that relates to asp.net 2.0 or not but it got me thinking.

Comments? Dont know where to go from here. 

Thanks.

 
New Post 9/13/2008 3:44 PM
Online now... Michael Washington
2892 posts
ADefWebserver.com
5th Ranked










Re: Permissions on XP Pro, IIS 5.1, .NET 3.5, SQL Server 2008, VWD 2008 Express , Latest DNN. 

 Schwanke wrote
 

One thing I had to do that I forgot to mention was a hack for the redirect loop when using asp.net 3.5.  I had to replace all the references to a certain version string in the web.config to 3.5.0.0.

Could this be it? Could there be a problem with the site being written in 2.0 but using 3.5 and the only change is a version number in a config file?

I have never heard of this. Yes this could be it. I can't imagine why you would have to do that.



Michael Washington
* ADefWebserver.com
* DNN Module Developer's Guide
* IWEB - DNN Web Services
* Silverlight and DotNetNuke
 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Install It!  Permissions on XP Pro, IIS 5.1, .NET 3.5, SQL Server 2008, VWD 2008 Express , Latest DNN.
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Jetkey Smart Map
Smart Map is an AJAX powered Google Map module that displays driving directions, proximity search results and data from your own databases. Smart Map reads GPX (GPS data) files, GeoRSS feeds, and KML data. You can pass any querystring parameter to Smart Map and into your own custom queries to control what data displays on the map.
smartmap.jetkey.com
DNNSpired.com
Inspired to extend DotNetNuke®, everyday.
www.DNNSpired.com
TMA Resources
TMA Resources is a software company providing eBusiness solutions for the Association market.
www.tmaresources.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP