Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Visual Studio.Net + Windows 2003 = don't work!

Reply
Thread Tools

Visual Studio.Net + Windows 2003 = don't work!

 
 
Armando Lacerda
Guest
Posts: n/a
 
      12-15-2003
Hi there,

I've just installed VS.Net on a Windows Server 2003. I've
made a simple web app (ASP.Net) and it doesn't work. The
error message is:

Debugging is not supported under current trust level
settings

Does anybody have a clue about this error?

Thanks!

Armando Lacerda
 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      12-15-2003
That doesn't mean that "it doesn't work", that means that the debugging
features can't run because of security.

Check to make sure that the ASPNET user account is a member of both the VS
Developers and the Debugger Users groups in Active Directory.


"Armando Lacerda" <> wrote in message
news:06e101c3c363$5d294430$...
> Hi there,
>
> I've just installed VS.Net on a Windows Server 2003. I've
> made a simple web app (ASP.Net) and it doesn't work. The
> error message is:
>
> Debugging is not supported under current trust level
> settings
>
> Does anybody have a clue about this error?
>
> Thanks!
>
> Armando Lacerda



 
Reply With Quote
 
 
 
 
balkanli
Guest
Posts: n/a
 
      01-10-2004
Add the following line to the web.config file

<trust level="Full" originUrl="" />

if it does not work make sure the ASPNET account is member of
debuggers and vs developers group.

Good luck

Batman


"Armando Lacerda" <> wrote in message news:<06e101c3c363$5d294430$>...
> Hi there,
>
> I've just installed VS.Net on a Windows Server 2003. I've
> made a simple web app (ASP.Net) and it doesn't work. The
> error message is:
>
> Debugging is not supported under current trust level
> settings
>
> Does anybody have a clue about this error?
>
> Thanks!
>
> Armando Lacerda

 
Reply With Quote
 
Felix Wang
Guest
Posts: n/a
 
      01-10-2004
Did you install the SharePoint Portal Server recently? If yes, please look
into the wwwroot folder and see whether there is a "web.config".Rename it or
modify its trust level.


--
Regards,

Felix Wang

"balkanli" <> wrote in message
news: om...
> Add the following line to the web.config file
>
> <trust level="Full" originUrl="" />
>
> if it does not work make sure the ASPNET account is member of
> debuggers and vs developers group.
>
> Good luck
>
> Batman
>
>
> "Armando Lacerda" <> wrote in message

news:<06e101c3c363$5d294430$>...
> > Hi there,
> >
> > I've just installed VS.Net on a Windows Server 2003. I've
> > made a simple web app (ASP.Net) and it doesn't work. The
> > error message is:
> >
> > Debugging is not supported under current trust level
> > settings
> >
> > Does anybody have a clue about this error?
> >
> > Thanks!
> >
> > Armando Lacerda



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I install Visual Studio 2003 on Windows 2003 Server 64 bit edition? Ertugrul Uysal Windows 64bit 3 10-19-2005 05:31 AM
Visual Basic .NET 2003 vs. Visual Studio .NET 2003 TJ MCAD 1 09-23-2005 07:13 PM
Visual Studuio 2003 & Visual Studio 2005 Ily ASP .Net 2 08-03-2005 06:26 PM
visual studio .net 2003 verses visual studio .net 2002 wh ASP .Net 2 01-16-2004 04:54 PM
Multiple Websites on Windows 2003 Server using Visual Studio.Net 2003 Kieran Kelly ASP .Net 3 09-29-2003 10:10 AM



Advertisments
 



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