VB.Net,ASP.Net,SourceSafe和IIS [英] VB.Net, ASP.Net, SourceSafe and IIS

查看:97
本文介绍了VB.Net,ASP.Net,SourceSafe和IIS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个ASP.Net应用程序,我一直在我的本地机器上开发,现在已经有一段时间了。此时,我需要将它部署到开发服务器,因为现在它已成为一个多开发人员项目,我们需要将SourceSafe

与IIS集成以允许它的源代码控制。


我知道如何设置源代码管理(SS)来做到这一点,但我需要知道

之前是:


ss管理员不想打开文件的个人权限(阅读,

写,删除,等等)。只允许我们退房/退房。没有添加,删除,等等。
cetera。所以,我们不能创建项目,将文件添加到项目中等等。

发臭!但是,嘿,必须适应。那么,我需要做什么才能确保

这个项目被正确添加到SS db,这是一个远程db btw?


感谢一大堆!


神话不满的程序员分析师。

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.

推荐答案



" Mythran" <き******** @ hotmail.com>在消息中写道

新闻:例如************** @ TK2MSFTNGP09.phx.gbl ...

"Mythran" <ki********@hotmail.com> wrote in message
news:eg**************@TK2MSFTNGP09.phx.gbl...
我有一个ASP。我在本地
机器上开发的网络应用程序已经有一段时间了。此时,我需要将它部署到开发服务器
,因为它现在已成为一个多开发人员项目,我们需要将
SourceSafe与IIS集成以允许对其进行源代码控制。 />
我知道如何设置源代码管理(SS)来做到这一点,但我需要
事先知道:

ss admin不想要打开文件的个人权限
(读,写,删除,等等)。只允许我们退房/退房。没有添加,删除,
等等。所以,我们不能创建项目,将项目添加到项目中等等。
哪个很臭!但是,嘿,必须适应。那么,我需要做什么才能使
确保这个项目正确地添加到SS db,这是一个远程db btw?

感谢一帮!

神话不满的程序员分析师。
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.




迁移到ASP.NET,我们不再将SourceSafe与IIS集成。


在VS.NET中,本地机器上的VS与

SourceSafe进行所有交互。


现在为你的SS管理员。对于正在开发的项目,经常会对源代码管理添加项目非常宝贵。他无法跟上

所有要添加的项目,并且应该在这里放松。


删除也很频繁,他也是可以授予您删除项目的权限,但

不能永久销毁。他们仍然在SS,但是从

项目开始。如果没有删除的能力,你的项目将填满

死亡物品,并且没有永久毁灭的能力,没有真正的

危险。


David



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


它实际上是Microsfot VSS吗?如果是这样,你是否位于同一个子网中的同一栋楼




VSS不上网。 =)


另外,当你说你不能添加时,你的意思是,他不会让你向SS添加新文件

数据库?如果没有,你有点搞砸了。你可以查看你的
..vbproj并添加文件,但如果我不能将实际文件添加到数据库中,

它有点愚蠢。 =)


也许一些澄清会有所帮助。


谢谢,

CJ

神话 <き******** @ hotmail.com>在消息中写道

新闻:例如************** @ TK2MSFTNGP09.phx.gbl ...
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...
我有一个ASP。我在本地
机器上开发的网络应用程序已经有一段时间了。此时,我需要将它部署到开发服务器
,因为它现在已成为一个多开发人员项目,我们需要将
SourceSafe与IIS集成以允许对其进行源代码控制。 />
我知道如何设置源代码管理(SS)来做到这一点,但我需要
事先知道:

ss admin不想要打开文件的个人权限
(读,写,删除,等等)。只允许我们退房/退房。没有添加,删除,
等等。所以,我们不能创建项目,将项目添加到项目中等等。
哪个很臭!但是,嘿,必须适应。那么,我需要做什么才能使
确保这个项目正确地添加到SS db,这是一个远程db btw?

感谢一帮!

神话不满的程序员分析师。
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.



我对VSS的体验是,最好让Visual Studio处理

在VSS中创建新项目。换句话说,通过Visual Studio添加项目

。然后从您的机器中删除源代码

并使用Open from Source Control菜单选项重新创建

项目。很多工作?是。但它让我免于试图确定VSS究竟是什么需要以及在哪里。


HTH


布鲁斯约翰逊
http://www.ObjectSharp.com/Bruce


***通过开发人员指南 http://www.developersdex发送。 com ***

不要只是参加USENET ......获得奖励!
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!


这篇关于VB.Net,ASP.Net,SourceSafe和IIS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆