473,394 Members | 1,765 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

VS.Net config

Hi

Is it possible to develop apps using VS.NET on this setup:

Windows 2000 Workstatio
Visual Studio .NET 200
IIS
Logged as an authenticated user (not member of any admin groups but member of Debugger Users and VS Developers)

I'm asking this because it's the setup students have to work with and after googling and reading posts in this forum i'm still having a hard time getting VS.Net to work properly

Thanks

Jul 21 '05 #1
20 1776
On Thu, 8 Apr 2004 14:01:03 -0700, "Steph" <an*******@discussions.microsoft.com> wrote:

¤ Hi!
¤
¤ Is it possible to develop apps using VS.NET on this setup:
¤
¤ Windows 2000 Workstation
¤ Visual Studio .NET 2003
¤ IIS 5
¤ Logged as an authenticated user (not member of any admin groups but member of Debugger Users and VS Developers).
¤
¤ I'm asking this because it's the setup students have to work with and after googling and reading posts in this forum i'm still having a hard time getting VS.Net to work properly.

You may want to identify what kind of problems you are encountering. There shouldn't be any issues
with the configuration you specified.
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Jul 21 '05 #2
On Thu, 8 Apr 2004 14:01:03 -0700, "Steph" <an*******@discussions.microsoft.com> wrote:

¤ Hi!
¤
¤ Is it possible to develop apps using VS.NET on this setup:
¤
¤ Windows 2000 Workstation
¤ Visual Studio .NET 2003
¤ IIS 5
¤ Logged as an authenticated user (not member of any admin groups but member of Debugger Users and VS Developers).
¤
¤ I'm asking this because it's the setup students have to work with and after googling and reading posts in this forum i'm still having a hard time getting VS.Net to work properly.

You may want to identify what kind of problems you are encountering. There shouldn't be any issues
with the configuration you specified.
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Jul 21 '05 #3
I have trouble configuring the web development part of VS.NET

Every time i try to execute a web application i get the message "Unable to start debugging on the web server. Access denied.

Users are members of the Debugger Users and VS Developers groups
Changed the security settings of the .NET FRAMEWORK folder to full control for these two groups
Added the wwwroot$ share.

The applications are working fine when i run them as an administrator and i'm testing using the samples given with VS.NET

I read somewhere that the users must be members of the administrator group to be able to debug ASP.NET applications. Is it true

Thanks!
Jul 21 '05 #4
I have trouble configuring the web development part of VS.NET

Every time i try to execute a web application i get the message "Unable to start debugging on the web server. Access denied.

Users are members of the Debugger Users and VS Developers groups
Changed the security settings of the .NET FRAMEWORK folder to full control for these two groups
Added the wwwroot$ share.

The applications are working fine when i run them as an administrator and i'm testing using the samples given with VS.NET

I read somewhere that the users must be members of the administrator group to be able to debug ASP.NET applications. Is it true

Thanks!
Jul 21 '05 #5
On Tue, 13 Apr 2004 09:16:02 -0700, "Steph" <an*******@discussions.microsoft.com> wrote:

¤ I have trouble configuring the web development part of VS.NET.
¤
¤ Every time i try to execute a web application i get the message "Unable to start debugging on the web server. Access denied."
¤
¤ Users are members of the Debugger Users and VS Developers groups.
¤ Changed the security settings of the .NET FRAMEWORK folder to full control for these two groups.
¤ Added the wwwroot$ share.
¤
¤ The applications are working fine when i run them as an administrator and i'm testing using the samples given with VS.NET.
¤
¤ I read somewhere that the users must be members of the administrator group to be able to debug ASP.NET applications. Is it true?

Is this happening on local machines? You may want to take a look at the following:

PRB: Cannot Debug ASP.NET Web Application
http://support.microsoft.com/default...b;EN-US;318465

or the following:

INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio .NET
http://support.microsoft.com/?id=306172
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Jul 21 '05 #6
On Tue, 13 Apr 2004 09:16:02 -0700, "Steph" <an*******@discussions.microsoft.com> wrote:

¤ I have trouble configuring the web development part of VS.NET.
¤
¤ Every time i try to execute a web application i get the message "Unable to start debugging on the web server. Access denied."
¤
¤ Users are members of the Debugger Users and VS Developers groups.
¤ Changed the security settings of the .NET FRAMEWORK folder to full control for these two groups.
¤ Added the wwwroot$ share.
¤
¤ The applications are working fine when i run them as an administrator and i'm testing using the samples given with VS.NET.
¤
¤ I read somewhere that the users must be members of the administrator group to be able to debug ASP.NET applications. Is it true?

Is this happening on local machines? You may want to take a look at the following:

PRB: Cannot Debug ASP.NET Web Application
http://support.microsoft.com/default...b;EN-US;318465

or the following:

INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio .NET
http://support.microsoft.com/?id=306172
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Jul 21 '05 #7
Yes, students are developing locally

Unfortunately, i've already gone trough these docs and it did not help. The command aspnet_regiis -i needs admin rights to be run (and everything is working fine when i'm logged as an administrator)

Also i tried to create a new ASP.NET web application logged as a student and i get the "Unable to put files in an executable folder" error. And it's quite normal, since as users, they have no access to IIS and can't change Web server permissions

In the end, everything seems to need admin rights to work properly. Is it really possible to develop ASP.NET web applications using VS.NET 2003 (and debugging them) without being member of the administrator group

Thanks

Jul 21 '05 #8
Yes, students are developing locally

Unfortunately, i've already gone trough these docs and it did not help. The command aspnet_regiis -i needs admin rights to be run (and everything is working fine when i'm logged as an administrator)

Also i tried to create a new ASP.NET web application logged as a student and i get the "Unable to put files in an executable folder" error. And it's quite normal, since as users, they have no access to IIS and can't change Web server permissions

In the end, everything seems to need admin rights to work properly. Is it really possible to develop ASP.NET web applications using VS.NET 2003 (and debugging them) without being member of the administrator group

Thanks

Jul 21 '05 #9
On Wed, 14 Apr 2004 12:41:03 -0700, "Steph" <an*******@discussions.microsoft.com> wrote:

¤ Yes, students are developing locally.
¤
¤ Unfortunately, i've already gone trough these docs and it did not help. The command aspnet_regiis -i needs admin rights to be run (and everything is working fine when i'm logged as an administrator).
¤
¤ Also i tried to create a new ASP.NET web application logged as a student and i get the "Unable to put files in an executable folder" error. And it's quite normal, since as users, they have no access to IIS and can't change Web server permissions.
¤
¤ In the end, everything seems to need admin rights to work properly. Is it really possible to develop ASP.NET web applications using VS.NET 2003 (and debugging them) without being member of the administrator group?

OK, well since I don't really know how these machines are configured here is another article that
you may want to check into:

Error: Unable to Start Debugging on the Web Server
http://msdn.microsoft.com/library/de...rvererrors.asp
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Jul 21 '05 #10
On Wed, 14 Apr 2004 12:41:03 -0700, "Steph" <an*******@discussions.microsoft.com> wrote:

¤ Yes, students are developing locally.
¤
¤ Unfortunately, i've already gone trough these docs and it did not help. The command aspnet_regiis -i needs admin rights to be run (and everything is working fine when i'm logged as an administrator).
¤
¤ Also i tried to create a new ASP.NET web application logged as a student and i get the "Unable to put files in an executable folder" error. And it's quite normal, since as users, they have no access to IIS and can't change Web server permissions.
¤
¤ In the end, everything seems to need admin rights to work properly. Is it really possible to develop ASP.NET web applications using VS.NET 2003 (and debugging them) without being member of the administrator group?

OK, well since I don't really know how these machines are configured here is another article that
you may want to check into:

Error: Unable to Start Debugging on the Web Server
http://msdn.microsoft.com/library/de...rvererrors.asp
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Jul 21 '05 #11
I modified some security settings in IIS and configured the machine.conf file to run aspnet_wp.exe under my test user account and it's seems to be working. Yay

But, i don't really like the idea of 22 students typing their password in clear text in a config file to be able to debug web apps. There are eyes everywhere!!!

At least, they don't need admin rights. :

Are you aware of a way to make this workaround more secure

I could create a script that would replace the machine.config at every login to prevent students from stealing the password of the previous user.

Thanks!
Jul 21 '05 #12
I modified some security settings in IIS and configured the machine.conf file to run aspnet_wp.exe under my test user account and it's seems to be working. Yay

But, i don't really like the idea of 22 students typing their password in clear text in a config file to be able to debug web apps. There are eyes everywhere!!!

At least, they don't need admin rights. :

Are you aware of a way to make this workaround more secure

I could create a script that would replace the machine.config at every login to prevent students from stealing the password of the previous user.

Thanks!
Jul 21 '05 #13
On Fri, 16 Apr 2004 12:26:02 -0700, "Steph" <an*******@discussions.microsoft.com> wrote:

¤ I modified some security settings in IIS and configured the machine.conf file to run aspnet_wp.exe under my test user account and it's seems to be working. Yay!
¤
¤ But, i don't really like the idea of 22 students typing their password in clear text in a config file to be able to debug web apps. There are eyes everywhere!!!!
¤
¤ At least, they don't need admin rights. :)
¤
¤ Are you aware of a way to make this workaround more secure?

Unfortunately no. In most circumstances developers tend to have Administrator privileges on their
machine. It's rather difficult to lock down a machine when a developer on that machine typically
requires extensive access to the features of the environment.
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Jul 21 '05 #14
On Fri, 16 Apr 2004 12:26:02 -0700, "Steph" <an*******@discussions.microsoft.com> wrote:

¤ I modified some security settings in IIS and configured the machine.conf file to run aspnet_wp.exe under my test user account and it's seems to be working. Yay!
¤
¤ But, i don't really like the idea of 22 students typing their password in clear text in a config file to be able to debug web apps. There are eyes everywhere!!!!
¤
¤ At least, they don't need admin rights. :)
¤
¤ Are you aware of a way to make this workaround more secure?

Unfortunately no. In most circumstances developers tend to have Administrator privileges on their
machine. It's rather difficult to lock down a machine when a developer on that machine typically
requires extensive access to the features of the environment.
Paul ~~~ pc******@ameritech.net
Microsoft MVP (Visual Basic)
Jul 21 '05 #15
Thanks!
Jul 21 '05 #18
Thanks!
Jul 21 '05 #19
No prob, im a sys admin at a university and i had to go through this whole process before.
Best solution a colleage of mine did was to write a little c++ gui thats asks the student to enter the same user/pass that they used to logon before they start VS.NET then it invokes the Aspnet_setreq.exe with the user/pass as parameters
I tried to automate the whole process in a script but i needed the user's password
If you come up with something better, just let me know or email me
good luck!
Jul 21 '05 #20
No prob, im a sys admin at a university and i had to go through this whole process before.
Best solution a colleage of mine did was to write a little c++ gui thats asks the student to enter the same user/pass that they used to logon before they start VS.NET then it invokes the Aspnet_setreq.exe with the user/pass as parameters
I tried to automate the whole process in a script but i needed the user's password
If you come up with something better, just let me know or email me
good luck!
Jul 21 '05 #21

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Maxim Khesin | last post by:
I want to have a config file with my python proggie, satisfying the following requirements: 1) support key->(value, default) 2) simple and intuitive to read and edit 3) easyly readable into a...
4
by: Fuzzyman | last post by:
There have been a couple of config file 'systems' announced recently, that focus on building more powerful and complex configuration files. ConfigObj is a module to enable you to much more *simply*...
3
by: Richard Lewis Haggard | last post by:
I have a test application that is calling an assembly that reads some strings out of a config file. Normally, this assembly supports a web application and the information can be read just fine....
13
by: Khodr | last post by:
Hello, I am using VS.NET 2003 and vb. I build my application MyApp and it generates MyApp.exe.config. So now MyApp.exe reads parameters from MyApp.exe.config. Great and no problem! I need to...
20
by: tomerfiliba | last post by:
hey i've been seeing lots of config-file-readers for python. be it ConfigObj (http://www.voidspace.org.uk/python/configobj.html) or the like. seems like a trend to me. i came to this conclusion...
11
by: TARUN | last post by:
Hello All I need to ask about the configuration file in .NET, There are Two config File 1. Web Config 2. Machine config I understand the the usage of Web config , but not able to understand...
12
by: dbuchanan | last post by:
Hello, (Is this the proper newsgroup?) === Background === I am building a solution with two projects. One project is my data access layer which contains my DataSet as an xsd file. The XSD...
5
by: mmcd79 | last post by:
I built a VB.net application that makes use of a machine level DB connection string setting, and a user level starting location setting. The machine level setting and the default user based...
10
by: eagle | last post by:
I have a web.config in my application that contains the connection strings to all my datasources. I want to move these connection strings to another web config up the folder hierarchy so that all...
5
by: =?Utf-8?B?SmVycnkgQw==?= | last post by:
I have a app that uses several membership/role providers. I can list these Providers with the code: Dim rootWebConfig1 As Configuration rootWebConfig1 =...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.