473,394 Members | 1,722 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.

How to allow Visual Studio to open projects on a server?


What permissions are necssary to allow developers to open an ASP.Net
project so that they can compile it through Visual Studio? They can do
this fine on their local machines, but not on a somewhat locked down
server that they are accessing through shares. I'm investigating what
would be necessary to open this up to them. Hopefully it doesn't
require Front Page extensions or Web Dav.

Alternatively, are there any utilities like make that would allow
command line compilation of a project?

Thanks,
Matthew

Nov 19 '05 #1
2 1119
1. You SHOULD NOT be running projects remotely. While it is possible to give
permissions for this, it is a pain in the butt and generally ends up with
some frustrated network guy opening a huge security hole on the remote box
because he does not want to make you an admin. Either that or you never gain
access.

2. As long as you set the proper PATH statement in a .bat file, you can
easily command line compile on a remote box. You need to have a path to the
command line compiler. NOTE: If this is not possible, copy the compiler to
the project directory (vbc for VB.NET and csc for C#) - the command line
syntax for the compiler(s) is contained in the .NET help file.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"mj****@yahoo.com" wrote:

What permissions are necssary to allow developers to open an ASP.Net
project so that they can compile it through Visual Studio? They can do
this fine on their local machines, but not on a somewhat locked down
server that they are accessing through shares. I'm investigating what
would be necessary to open this up to them. Hopefully it doesn't
require Front Page extensions or Web Dav.

Alternatively, are there any utilities like make that would allow
command line compilation of a project?

Thanks,
Matthew

Nov 19 '05 #2
Thanks for the reply. I'm the system admin, not the programmer. I'm
hoping to find some safe alternative for the developers who are
complaining that they need this ability.

1. I've been leaning toward the "you never gain access", because I'm
noticing that URLScan is complaining:

[07-08-2005 - 11:41:46] Client at xxx.xxx.xxx.xxx: URL contains
extension '.exe', which is not specifically allowed. Request will be
rejected. Site Instance='10', Raw URL='/_vti_bin/shtml.exe/_vti_rpc'

That looks like default IIS virtual directories which do not exist any
more, and of course .exe will not be allowed through URLScan.

2. The developers can map the shared folders that their websites exist
in, so they should be able to use their local compiler to command line
compile whatever is in those folders. What they have told me is that
because they have many files in many folders, it would "take too long"
to command line compile. I am thinking that a batch file or something
as simple as "dir /s | csc" or something similar might work to
recursively compile all of it. Or perhaps there is a utility for
compiling entire projects. I will look more carefully at the syntax
for csc and vbc.

Thanks,
Matt

Nov 19 '05 #3

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

Similar topics

3
by: Rob Mayo | last post by:
I am working in an environment with 4 developers. 2 groups of 2 people working on the same server on the same web project with no version control management on the web server. Programmers A & B...
3
by: epigram | last post by:
I've been creating some toy ASP.NET apps in an effort to understand the technology. I've something odd with regards to project/solution creation. If you create a new asp.net application, it...
3
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in...
1
by: Andy | last post by:
This is driving me to insanity!!! I do not have a lot of experience with IIS which probably is not helping but as far as I can tell I am do things as per the MSDN documentation. I have a...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
8
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
16
Frinavale
by: Frinavale | last post by:
The following article is directed at people who are experiencing an HTTP/1.1 500 Internal Server Error while using Visual Studio 2003. The error message typically sounds something like: The web...
1
by: Cramer | last post by:
I'm running XP Pro/SP2 + patches and updates, with Visual Studio Professional 2008 (and no prior installation of Visual Studio ever installed). When attempting to open an ASP.NET Web application...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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.