Ask a Question related to ASP.NET General, Design and Development.
-
Harry Simpson #1
VSS and Web apps
Anyone out there successfully using VSS to store web apps. I've tried to
follow the best practices article from MS but it just doesn't work
correctly.
TIA
Harry
Harry Simpson Guest
-
example apps
hi, I have had coldfusion for a while now, but have never really looked at the example apps, I thought id' try and this is the message I got: ... -
Call windows apps from web apps
I have 2 apps windows and web apps. I would like to call a windows app (.exe) from web apps. How do I do this? -
PHP for apps
Can I make real apps in PHP? Internet powered but not internet based I mean? Thanks -
Web enabled apps/Thin client apps
I'm writing an article and I need your informed opinions, so I ask you this: 1. Doesn't the web-enabled app generally run slower for one reason or... -
Bryan Bolling #2
Re: VSS and Web apps
I have been using VS .NET Enterprise Architect 2003 and VSS 6.0 and the
integration is much better than I expected. Very easy check-in and
check-out.
Bryan
"Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
news:uheaT88SDHA.2120@TK2MSFTNGP11.phx.gbl...> Anyone out there successfully using VSS to store web apps. I've tried to
> follow the best practices article from MS but it just doesn't work
> correctly.
>
> TIA
> Harry
>
>
Bryan Bolling Guest
-
Karl Seguin #3
Re: VSS and Web apps
What's your problem? We've got it working here...
Karl
"Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
news:uheaT88SDHA.2120@TK2MSFTNGP11.phx.gbl...> Anyone out there successfully using VSS to store web apps. I've tried to
> follow the best practices article from MS but it just doesn't work
> correctly.
>
> TIA
> Harry
>
>
Karl Seguin Guest
-
Harry Simpson #4
Re: VSS and Web apps
We'll we create a virtual directory for the files for IIS to point to and
create a directory structure such as:
C:\Projects
C:\Projects\MySolution\
C:\Projects\MySolution\MyProject
Create the virtual directory to point to the last path above. Then add a
blank solution called MySolution. To it add a web app project called
MyProject and set the location to http:\\localhost\MyProject.
Then I click on the solution and select Add Solution to VSS and it does just
great. I can check it in and check it out just fine. If i check out an aspx
page change one thing and then check it in, I always get the following
message:
"some reload or shell operations were cancelled or caused errors. You
should close and reopen the solution before making further changes."
and then appears to check everything in just fine.
But when i go to VSS server explorer it shows
MySolution
MyProject
MyProject1
MySolution
MySolution1
weird eh.....I'm running 6d as a client and who knows what version is on the
server since we've been using the same VSS database for years.....
Any ideas?
Harry
"Karl Seguin" <kseguin##crea.ca> wrote in message
news:eC4iBG9SDHA.632@tk2msftngp13.phx.gbl...to> What's your problem? We've got it working here...
>
> Karl
>
> "Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
> news:uheaT88SDHA.2120@TK2MSFTNGP11.phx.gbl...> > Anyone out there successfully using VSS to store web apps. I've tried>> > follow the best practices article from MS but it just doesn't work
> > correctly.
> >
> > TIA
> > Harry
> >
> >
>
Harry Simpson Guest
-
dave #5
VSS and Web apps
[url]http://msdn.microsoft.com/library/default.asp?[/url]
url=/library/en-us/dnbda/html/tdlg_rm.aspapps. I've tried to>-----Original Message-----
>Anyone out there successfully using VSS to store webdoesn't work>follow the best practices article from MS but it just>correctly.
>
>TIA
>Harry
>
>
>.
>dave Guest
-
Ken Cox [Microsoft MVP] #6
Re: VSS and Web apps
We followed the article quite closely (except for the number of servers) and
the system has worked very well.
"Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
news:uheaT88SDHA.2120@TK2MSFTNGP11.phx.gbl...
Anyone out there successfully using VSS to store web apps. I've tried to
follow the best practices article from MS but it just doesn't work
correctly.
TIA
Harry
Ken Cox [Microsoft MVP] Guest
-
Harry Simpson #7
Re: VSS and Web apps
Ken,
I followed the article closely too. It did work initially other than
getting an information message:
"Some reload or shell operations were cancelled or caused errors. You
should close and reopen the solution before making further changes."
occasionally.
I was running VSS 6a to start and it seemed to work ok cept for the above
message.
I upgraded my VSS 6d and ran into an issue whereby the project was added to
sourcesafe db from the project and appeared added correctly.
MyWebAppSolution
MyWebApp
MyWebAppSolution
Then I'd ceck out the project but when I checked it back in it would create
a duplicate of the subdirectories as follows:
MyWebAppSolution
MyWebApp
MyWebApp_1
MyWebAppSolution
MyWebAppSolution_1
weird eh.....
Harry
"Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
news:%23hy0cq$SDHA.1948@TK2MSFTNGP12.phx.gbl...and> We followed the article quite closely (except for the number of servers)> the system has worked very well.
>
> "Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
> news:uheaT88SDHA.2120@TK2MSFTNGP11.phx.gbl...
> Anyone out there successfully using VSS to store web apps. I've tried to
> follow the best practices article from MS but it just doesn't work
> correctly.
>
> TIA
> Harry
>
>
>
Harry Simpson Guest
-
Harry Simpson #8
Re: VSS and Web apps
Also,
When i first add the project to VSS database it suggests the name
MyWebAppSolution.root
Why does it try to add ".root" to the solution name??
TIA
Harry
"Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
news:%23PrQ0fHTDHA.3188@tk2msftngp13.phx.gbl...to> Ken,
>
> I followed the article closely too. It did work initially other than
> getting an information message:
> "Some reload or shell operations were cancelled or caused errors. You
> should close and reopen the solution before making further changes."
> occasionally.
>
> I was running VSS 6a to start and it seemed to work ok cept for the above
> message.
>
> I upgraded my VSS 6d and ran into an issue whereby the project was addedcreate> sourcesafe db from the project and appeared added correctly.
>
> MyWebAppSolution
> MyWebApp
> MyWebAppSolution
>
> Then I'd ceck out the project but when I checked it back in it wouldto> a duplicate of the subdirectories as follows:
>
> MyWebAppSolution
> MyWebApp
> MyWebApp_1
> MyWebAppSolution
> MyWebAppSolution_1
>
> weird eh.....
>
> Harry
>
> "Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
> news:%23hy0cq$SDHA.1948@TK2MSFTNGP12.phx.gbl...> and> > We followed the article quite closely (except for the number of servers)> > the system has worked very well.
> >
> > "Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
> > news:uheaT88SDHA.2120@TK2MSFTNGP11.phx.gbl...
> > Anyone out there successfully using VSS to store web apps. I've tried>> > follow the best practices article from MS but it just doesn't work
> > correctly.
> >
> > TIA
> > Harry
> >
> >
> >
>
Harry Simpson Guest



Reply With Quote

