473,807 Members | 2,854 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB.Net, ASP.Net, SourceSafe and IIS

I have an ASP.Net application that I have been developing on my local machine for
some time now. At this time, I need to deploy it to a development server since
it has now become a multi-developer project and we need to integrate SourceSafe
with IIS to allow for the source control for it.

I know how to set up the Source Control (SS) to do this, but what I need to know
before hand is:

The ss admin does not want to turn on individual permissions for the files (Read,
Write, Delete, blah). Only allows us to check-out/in. No adds, deletes, et
cetera. So, we can't create the project, add files to the project, etc. Which
stinks! But hey, gotta adapt. So, what do I need to do on my end to make sure
this project gets added correctly to the SS db, which is a remote db btw?

thanks a bunch!

Mythran the disgruntled programmer analyst.
Nov 18 '05 #1
11 2081

"Mythran" <ki********@hot mail.com> wrote in message
news:eg******** ******@TK2MSFTN GP09.phx.gbl...
I have an ASP.Net application that I have been developing on my local machine for some time now. At this time, I need to deploy it to a development server since it has now become a multi-developer project and we need to integrate SourceSafe with IIS to allow for the source control for it.

I know how to set up the Source Control (SS) to do this, but what I need to know before hand is:

The ss admin does not want to turn on individual permissions for the files (Read, Write, Delete, blah). Only allows us to check-out/in. No adds, deletes, et cetera. So, we can't create the project, add files to the project, etc. Which stinks! But hey, gotta adapt. So, what do I need to do on my end to make sure this project gets added correctly to the SS db, which is a remote db btw?

thanks a bunch!

Mythran the disgruntled programmer analyst.


Moving to ASP.NET we no longer integrate SourceSafe with IIS.

In VS.NET the VS on your local machine does all of the interaction with
SourceSafe.

Now for your SS admin. Adding items to source control happens very
frequently for projects in development. He won't be able to keep up with
all of the items to add, and should relent here.

Delete is also frequent, and he can give you permission to delete items, but
not "Destroy Permanently". They are still there in SS, but gone from the
project. Without the ability to delete, your projects will fill up with
dead items, and without the ability to Destroy Permanently, there is no real
danger.

David

Nov 18 '05 #2
Is it actually Microsfot VSS? If so, are you located in the same building
on the same subnet?

VSS doesn't do internet. =)

Also, when you say you can't add, you mean, he won't let you add new files
to a SS database? If not, your kinda screwed. You can check out your
..vbproj and add files, but if I can't add the actual file to the database,
its kinda dumb. =)

Maybe some clarification would help.

thanks,
CJ
"Mythran" <ki********@hot mail.com> wrote in message
news:eg******** ******@TK2MSFTN GP09.phx.gbl...
I have an ASP.Net application that I have been developing on my local machine for some time now. At this time, I need to deploy it to a development server since it has now become a multi-developer project and we need to integrate SourceSafe with IIS to allow for the source control for it.

I know how to set up the Source Control (SS) to do this, but what I need to know before hand is:

The ss admin does not want to turn on individual permissions for the files (Read, Write, Delete, blah). Only allows us to check-out/in. No adds, deletes, et cetera. So, we can't create the project, add files to the project, etc. Which stinks! But hey, gotta adapt. So, what do I need to do on my end to make sure this project gets added correctly to the SS db, which is a remote db btw?

thanks a bunch!

Mythran the disgruntled programmer analyst.

Nov 18 '05 #3
My experiene with VSS is that it is best to let Visual Studio handle the
creation of the new project in VSS. In other words, add the project
through Visual Studio. Then delete the source code from your machine
and use the Open from Source Control menu option to recreate the
project. A lot of work? Yes. But it saves me from trying to figure
out exactly what VSS needs and where.

HTH

Bruce Johnson
http://www.ObjectSharp.com/Bruce

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #4
'Microsfot ' : Sounds like the Russian version of Microsoft.

:))

OHM
CJ Taylor wrote:
Is it actually Microsfot VSS? If so, are you located in the same
building on the same subnet?

VSS doesn't do internet. =)

Also, when you say you can't add, you mean, he won't let you add new
files to a SS database? If not, your kinda screwed. You can check
out your .vbproj and add files, but if I can't add the actual file to
the database, its kinda dumb. =)

Maybe some clarification would help.

thanks,
CJ
"Mythran" <ki********@hot mail.com> wrote in message
news:eg******** ******@TK2MSFTN GP09.phx.gbl...
I have an ASP.Net application that I have been developing on my
local machine for some time now. At this time, I need to deploy it
to a development server since it has now become a multi-developer
project and we need to integrate SourceSafe with IIS to allow for
the source control for it.

I know how to set up the Source Control (SS) to do this, but what I
need to know before hand is:

The ss admin does not want to turn on individual permissions for the
files (Read, Write, Delete, blah). Only allows us to check-out/in.
No adds, deletes, et cetera. So, we can't create the project, add
files to the project, etc. Which stinks! But hey, gotta adapt. So,
what do I need to do on my end to make sure this project gets added
correctly to the SS db, which is a remote db btw?

thanks a bunch!

Mythran the disgruntled programmer analyst.


--
Best Regards - OHM

O_H_M{at}BTInte rnet{dot}com
Nov 18 '05 #5
how would one pronounce that?
"One Handed Man [ OHM# ]" <O_H_M{at}BTInt ernet{dot}com> wrote in message
news:uM******** ******@TK2MSFTN GP09.phx.gbl...
'Microsfot ' : Sounds like the Russian version of Microsoft.

:))

OHM
CJ Taylor wrote:
Is it actually Microsfot VSS? If so, are you located in the same
building on the same subnet?

VSS doesn't do internet. =)

Also, when you say you can't add, you mean, he won't let you add new
files to a SS database? If not, your kinda screwed. You can check
out your .vbproj and add files, but if I can't add the actual file to
the database, its kinda dumb. =)

Maybe some clarification would help.

thanks,
CJ
"Mythran" <ki********@hot mail.com> wrote in message
news:eg******** ******@TK2MSFTN GP09.phx.gbl...
I have an ASP.Net application that I have been developing on my
local machine for some time now. At this time, I need to deploy it
to a development server since it has now become a multi-developer
project and we need to integrate SourceSafe with IIS to allow for
the source control for it.

I know how to set up the Source Control (SS) to do this, but what I
need to know before hand is:

The ss admin does not want to turn on individual permissions for the
files (Read, Write, Delete, blah). Only allows us to check-out/in.
No adds, deletes, et cetera. So, we can't create the project, add
files to the project, etc. Which stinks! But hey, gotta adapt. So,
what do I need to do on my end to make sure this project gets added
correctly to the SS db, which is a remote db btw?

thanks a bunch!

Mythran the disgruntled programmer analyst.


--
Best Regards - OHM

O_H_M{at}BTInte rnet{dot}com

Nov 18 '05 #6

Meercross Fot

CJ Taylor wrote:
how would one pronounce that?
"One Handed Man [ OHM# ]" <O_H_M{at}BTInt ernet{dot}com> wrote in
message news:uM******** ******@TK2MSFTN GP09.phx.gbl...
'Microsfot ' : Sounds like the Russian version of Microsoft.

:))

OHM
CJ Taylor wrote:
Is it actually Microsfot VSS? If so, are you located in the same
building on the same subnet?

VSS doesn't do internet. =)

Also, when you say you can't add, you mean, he won't let you add new
files to a SS database? If not, your kinda screwed. You can check
out your .vbproj and add files, but if I can't add the actual file
to the database, its kinda dumb. =)

Maybe some clarification would help.

thanks,
CJ
"Mythran" <ki********@hot mail.com> wrote in message
news:eg******** ******@TK2MSFTN GP09.phx.gbl...
I have an ASP.Net application that I have been developing on my
local machine for some time now. At this time, I need to deploy it
to a development server since it has now become a multi-developer
project and we need to integrate SourceSafe with IIS to allow for
the source control for it.

I know how to set up the Source Control (SS) to do this, but what I
need to know before hand is:

The ss admin does not want to turn on individual permissions for
the files (Read, Write, Delete, blah). Only allows us to
check-out/in. No adds, deletes, et cetera. So, we can't create
the project, add files to the project, etc. Which stinks! But
hey, gotta adapt. So, what do I need to do on my end to make sure
this project gets added correctly to the SS db, which is a remote
db btw?

thanks a bunch!

Mythran the disgruntled programmer analyst.


--
Best Regards - OHM

O_H_M{at}BTInte rnet{dot}com


--
Best Regards - OHM

O_H_M{at}BTInte rnet{dot}com
Nov 18 '05 #7
Cor
Hi Mytrhan,

Put it on a CD and give it to your Source Safe Admin,

And than every hour a floppy with a little unreadable note what he has to
do.

Cor

Did you know that the characters SS give a bad memory for a lot of people in
my country and from a big part of the EU from 2004.
Nov 18 '05 #8
Moving to ASP.NET we no longer integrate SourceSafe with IIS.

In VS.NET the VS on your local machine does all of the interaction with
SourceSafe.

Now for your SS admin. Adding items to source control happens very
frequently for projects in development. He won't be able to keep up with
all of the items to add, and should relent here.

Delete is also frequent, and he can give you permission to delete items, but
not "Destroy Permanently". They are still there in SS, but gone from the
project. Without the ability to delete, your projects will fill up with
dead items, and without the ability to Destroy Permanently, there is no real
danger.

David


Ok, everyone took this a little further than what I intended to mean....so...he re
it oes again...

VS.Net afaik can not add web projects to VSS. If I'm wrong, good :)

VS.Net can add normal projects, console, windows, et cetera no problem and it is
nice.

VS.Net interacts through IIS to handle version control through VSS....If I'm
wrong, good again, but that's how I'm currently doing it...

1.) Intranet, not Internet ... Project on remote server on the Intranet.
2.) VSS is on a DIFFERENT remote server on the Intranet.
3.) My machine is neither of those two servers.
4.) I am not allowed to ADD, DELETE, DESTROY.
5.) None of the above can be altered.
6.) Anything that needs to be added, deleted, or destroyed must be done so by
going through our VSS admin.
7.) The admin doesn't know how to do what I'm asking here (the setup part).
8.) Miss anything?

Thanks again :)

Mythran
Nov 18 '05 #9
I've never had a problem adding a web project to VSS through VS.NET.

I don't know what you mean about 'interacts through IIS'. I don't think
that IIS is involved with the VS.NET/VSS interaction.

What it sounds like should happen is to have the VSS admin open up the
web project using VS.NET and add it. Heck, he can probably log into VSS
using his id on your system so that he doesn't have to install VS.NET
anyplace new.

HTH

Bruce Johnson
http://www.ObjectSharp.com/Bruce

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #10

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

Similar topics

1
2037
by: Rod | last post by:
I'm having trouble with VS.NET2003 and Visual SourceSafe. I upgraded from VS.NET2002 with Visual SourceSafe already installed, and then upgraded to 2003. My Source Control option has disappeared from the File menu. Also, when I open old projects that were already under source control, it doesn't connect properly to SourceSafe. It gives my an "unspecified error". Anybody know how to manual integrate the two?
3
2964
by: Lou | last post by:
SSADMIN.exe crashes when I try to run it? What can i do about this. Could it be an .ini setting??? The error message is: Microsoft SourceSafe User Shell has encountered a problem and needs to close. We are sorry for the inconvenience Had this posted in the "SourceSafe" Newsgroup but no one monitors that group anymore.
1
1697
by: uphid | last post by:
So, we recently spent the last few hours chasing a rather obscure bug... We thought we would share with the group in the hopes that someone else finds this information useful. We use Access 2003 with SourceSafe for our current projects. We recently has a problem where Access would crash when we would "Get Latest Version" of a certain report. After an exhaustive search, we found the culprit. We had used high ASCII in one of the...
0
1221
by: Nick Zdunic | last post by:
Hi, I'm trying to get this going and I believe I have followed all the steps outlined in the documentation. I have selected to Add To Source Control the stored procedures in my database from the Server Explorer in Visual Studio. It then asks me the location of the sourcesafe database and enter this. It then brings up a login dialog for SourceSafe. I enter this. This is
1
1735
by: Mike Hutton | last post by:
I need some help. I am trying to set up our development environment so as to make life easy for my fellow developers (none of whom have used ASP.NET or VS.NET before). We are developing our intranet which will comprise basic content with a number of small data-driven ASP.NET applications. I need to keep things simple, so I need to avoid stuff which needs too much in-depth knowledge to work.
4
2289
by: Jason Shohet | last post by:
I'm using Visual Studio, with ASP.NET. Is VSS on a separate CD. Also, is it possible to use the VSS beta (2005) with .NET if I'm not using the .NET beta. And finally, where do I get the VSS beta... when I go to msdn, it just directs me to a page with Whidbey downloads.... nothing mentioned on VSS TY Jason Shohet
0
1450
by: athos | last post by:
Previously, we could use Visual Studio .Net 2002 combined with Visual SourceSafe 6.0 to maintain version control for Stored Procedures. (refer to "How to add SQL Server 2000 Stored Procedures to Visual SourceSafe by using Visual Studio .NET" at http://support.microsoft.com/default.aspx?scid=kb;en-us;818368 for details pls.) The most helpful thing is, there is a synchrinization link between the SQL 2000 Server and the VSS Database, we...
0
1207
by: Tom | last post by:
I am not sure if this should be under the SourceSafe or the VB.NET forum, so I will post to both and hope someone has the answer: I have a VB.NET project stored under SourceSafe - Let's say the name of the solution and project is 'XYZ Project 2004 .NET'. Now, what I need to do is CHANGE the name of this solution/project tom something else - for laughs lets say I want to change it to 'XYZ Project .NET' (i.e. remove the 2004 part). ...
0
1434
by: CheshireCat | last post by:
Hi, I've just installed 2008 on my home pc and am trying to open a project, stored in sourcesafe, across the internet. Ive enabled the sourcesafe internet plug in. In VS2005, I would select to open a project and I would have several location options including "visual sourcesafe (internet)" In VS2008 I select to open an project and the default location is "Favorite links" and listed is "Microsoft Visual Sourcesafe" but not the internet...
6
2396
by: teddysnips | last post by:
I'm having trouble adding Access 2003 databases to Sourcesafe. I go to Tools, Sourcesafe, Add Database to Sourcesafe... at which point a message box appears saying "This database must be closed before you add it to Sourcesafe. Do you want Microsoft Access to close this database?" I click "Yes", and it displays the Sourcesafe Login screen. I log in, and select a location to add the project. And then nothing happens. Zilch. Nada. ...
0
9720
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9599
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10626
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10372
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6879
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5685
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3854
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.