473,385 Members | 1,218 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,385 software developers and data experts.

File Based Web Server Development on a LAN

The new file based web server that comes with Visual Studio 2005 allows you
to develop and debug an ASP.NET on a remote computer rather than having to
rely on IIS. Assuming you've got decent LAN bandwidth, is anyone out there
developing applications off of a file server share/network drive? Is this
scenario realistic or will there be clear limitations/performance
implications as projects get really large?

We will be using Team Foundation Server for source control, but in the event
that a developer wants to keep a file(s) checked out for several days at a
time, this scenario would mean that the developers work was getting backed
up. There are alternatives like shelving, branching, etc, but this setup
would certainly be "easy" to manage assuming it scaled well and the network
was reliable.

Has anyone had success doing this? Thanks in advance.

Mark
Feb 22 '06 #1
1 1637
Hi Mark,

Welcome to the ASP.NET newsgroup.

Regarding on the file storage for web application development through vs
2005 in team development scenario, here are some of my understanding and
suggestions:

For file based webserver, it does ease our development environment
requirement and make project move and dispatch much easier. For remote
file share(UNC share), it is possible in theory, however, we recommend that
you use a local copy on the local development machine. Because when use VS
2005 ide to open web site project on remote UNC share, it will use the SMB
protocol(what the windows network file io use to commuincate between remote
machines) to communicate with the server (which host the UNC share). On
some client operating system (like xp), the max SMB message count is by
default limited, and when developing ASP.NET site in vs 2005 through remote
UNC share, it'll require heavy SMB traffic with the server that may exceed
the limitation which cause problem. I've ever seen some customers meet such
problem. So for your scenario, I'd suggest you only store the website
project on the Team development server and let each developer check out it
to client development machine and work with the copy locally.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 23 '06 #2

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

Similar topics

4
by: clark | last post by:
I have an app that needs to upload images for each active member. Which is the best approach? 1. to store the img directly in SQL Server database or 2. to store path/filename in db and put...
13
by: JayCallas | last post by:
I know this question has been asked. And the usual answer is don't use cursors or any other looping method. Instead, try to find a solution that uses set-based queries. But this brings up...
3
by: OMNI GROUP | last post by:
OMNI GROUP tgugger@sbcglobal.net 419-537-9447 WEB BASED SOFTWARE DEVELOPER/ CAREER POSITION/ FT WAYNE AREA
1
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4 on Apache 2 on Fedora Core 5. PHP was installed using Apache's apxs and the php library was installed to /usr/local/php. However, when I set my "error_reporting"...
9
by: TC | last post by:
Like a lot of database developers, I often choose Jet for the back- end. I'm starting to worry about what will happen when Jet is deprecated. Ostensibly, Jet users like me must switch to SQL Server...
12
by: Darrel | last post by:
I'm still having a hell of a time figuring out this whole SQL Express set up. I finally discovered why I couldn't run the aspnet_regsql...my local sql server wasn't running. I turned that on,...
1
by: lPrentice | last post by:
Hello, After all this time, Linux file permissions still confuse me at times. I have a Python web-based application with an file (images) upload module. The application is running on two remote...
3
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I cut and paste the following code from msdn help page which it just introduces view and multiview server controls. Here is what I do: in vs studio 2005, File --New Web Site, it...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.