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

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 2054

"Mythran" <ki********@hotmail.com> wrote in message
news:eg**************@TK2MSFTNGP09.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********@hotmail.com> wrote in message
news:eg**************@TK2MSFTNGP09.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********@hotmail.com> wrote in message
news:eg**************@TK2MSFTNGP09.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}BTInternet{dot}com
Nov 18 '05 #5
how would one pronounce that?
"One Handed Man [ OHM# ]" <O_H_M{at}BTInternet{dot}com> wrote in message
news:uM**************@TK2MSFTNGP09.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********@hotmail.com> wrote in message
news:eg**************@TK2MSFTNGP09.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}BTInternet{dot}com

Nov 18 '05 #6

Meercross Fot

CJ Taylor wrote:
how would one pronounce that?
"One Handed Man [ OHM# ]" <O_H_M{at}BTInternet{dot}com> wrote in
message news:uM**************@TK2MSFTNGP09.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********@hotmail.com> wrote in message
news:eg**************@TK2MSFTNGP09.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}BTInternet{dot}com


--
Best Regards - OHM

O_H_M{at}BTInternet{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...here
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

"Mythran" <ki********@hotmail.com> wrote in message
news:O9**************@TK2MSFTNGP12.phx.gbl...
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...here it oes again...

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

You are wrong.

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...
Again, wrong. It can work that way, but it's IIS and FrontPage extensions
doing it then, and that's more of the "old" way of doing it.
1.) Intranet, not Internet ... Project on remote server on the Intranet.
You can use either FrontPage server extension or file shares to manage your
web projects from VS.NET. I use file shares.
2.) VSS is on a DIFFERENT remote server on the Intranet.
3.) My machine is neither of those two servers.
Of course.
4.) I am not allowed to ADD, DELETE, DESTROY.
You should be.
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.

He'll be busy.
7.) The admin doesn't know how to do what I'm asking here (the setup

part).

Set him up with VS.NET, or have him sit at your desk when you need something
added. He'll get tired of that eventually.
David
Nov 18 '05 #11
Visual Studio.Net certainly CAN add web projects to Visual SourceSafe
database, as well as fetching them out of VSS. We do it all the time.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Mythran" <ki********@hotmail.com> wrote in message
news:u2**************@TK2MSFTNGP11.phx.gbl...
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...here 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 #12

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

Similar topics

1
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...
3
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...
1
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...
0
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...
1
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...
4
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...
0
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...
0
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...
0
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...
6
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...
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
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: 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
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...
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.