Setting up .NET v1.1 App on VISTA RC1 (b 5536)

Posted: 09-07-2006, 06:18 PM
I have spent almost 2 days figuring out a way to make my .NET 1.1 ASP.NET
application run on IIS7 on Vista RC1 (b 5536) - in vein.

I get this error message:
__________________________________________________ _________________
Security Exception
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.

Exception Details: System.Security.SecurityException: Security error.

Source Error:

Line 1: <%@ Control Language="c#" AutoEventWireup="false"
Codebehind="ucSideNav.ascx.cs"
__________________________________________________ _________________


I tried several things - few listed below:

* Gave IUSER and ASPNET users GOD rights on both the virtual directory
folder and the framework folder.
* Set the trust level at the application and the site level to FULL
(internal)
* Changed the machine.config for v1.1 to use network user instead of
machine.

Still I can't get rid of the above error.

Can someone please help?

Thanks.

Chandra Sekhar.
Reply With Quote

Responses to "Setting up .NET v1.1 App on VISTA RC1 (b 5536)"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to ping/tracert in Vista (5536/5600/5728) cykotoxik Windows Vista Networking & Sharing 2 11-17-2006 07:25 PM
Joining Win2003 Domain from Vista Pre-RC1 (5536) Brian Kramer Windows Vista Networking & Sharing 1 09-12-2006 11:17 PM
Diskeeper Corp's Vista Beta Defrag no good for 5536 Peter Windows Vista Performance & Maintenance 3 09-01-2006 07:48 PM
Slow Downloading In Vista Build 5536 melted98 Windows Vista Performance & Maintenance 1 08-30-2006 01:40 PM
Setting up a home network with windows vista and xp Lune Windows Vista Networking & Sharing 2 06-18-2006 01:23 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90