Need A GUI Based Deployment Solution For .net?
Feb 24, 2010
I have looked through this site and just can't seem to find the answer I am looking for.
We have a multi server setup for our web sites, typically (DEV/QA/PRODUCTION). Our sites are .net which require some sort of build before being deployed. We are using SVN for source control and are looking for a tool/website/something that will allow our project managers to push button deploy changes to the different environments. It seems there is no silver bullet for this, am I correct in this assumption?
I like the functionality of Springloops but can't find any information regarding its use with .net. Sparing details, it would be nice to see a diagram of sorts on the whole end to end process. What I mean by that is, if multiple different tools are the only answer (no silver bullet), then a diagram that shows where the tools sit in relation to the whole process.
View 3 Replies
Similar Messages:
Feb 22, 2011
I have my code sitting on Bitbucket (it is a ASP.net web application). I want to put together a build machine that has a web-based dashboard. I go to the dashboard and I say: show me all the branches and stuff on my Bitbucket project. Now get the latest code from this branch for me and build it. Then deploy it to this location for me or maybe this other location. I want this dashboard give me a history of all this builds and deployments too. I am very new to this concept I have been reading about CC.net and MSBuild and other stuff but I can not find.
View 1 Replies
Feb 14, 2011
We are currently migrating the client part of a legacy webapp from asp.net ajax to jquery/jquery-ui. The app consists (among other things) of some asp.net ajax UpdatePanels.
Now I want to throw out all that __doPostback() stuff and talk with jQuery's $.ajax to the "server-side" of the .ascx controls. Ideally, the server reponds with some parseable Datastructure that I can throw into my jQuery UI controls.
I already realized that this is difficult to do, because the asp.net ajax client/server code is heavily interwoven and there are no public interfaces to hook into ajax requests or responses. However, we don't want to change the server-side code, because it should still run with the old asp.net frontend.
After some tweaking I found out that I can hook into ScriptManager's beforeRequest and endRequest events to get notified of postbacks and partial responses. I dispatch these to jQuery Events:
var paqeRequestInst = window.Sys.WebForms.PageRequestManager.getInstance();
//bind ASP.NET ScriptManager events to jQuery events
paqeRequestInst._events.addHandler('beforeRequest', function(){
$(window).trigger('beforePanelResponse');
});
paqeRequestInst._events.addHandler('endRequest', function(pageRequestInst, ErrInst){
$(window).trigger('afterPanelResponse', [pageRequestInst, ErrInst]);
});
However, a lot of questions remain:
What is the best way to intercept the ScriptManager Response, parse it, and throw it into my jQuery UI controls? How do I update all that __VIEWSTATE stuff, that is normally managed by the ScriptManager?
Are there best-practices/jquery-plugins for such a "asp.net ajax to jquery" scenario?
View 1 Replies
Oct 2, 2010
I have two websites (one asp classic and the other asp.net) which we would like to implement some kind of security based on the client's hardware. We want something other than a password which could be shared. The purpose is to be sure access to information on the websites is not shared.
We were contrmplating storing hardware info in our database and validating against that upun website entry.
I have been looking into ActiveX (it would be acceptable to limit our users to IE), although we do have users who would like to use I-Phones. I have done no ActiveX development myself but have found a few articles on the web about ActiveX but that whole approach looks complicated. And also there seems to be a 64bit issue making it even more difficult.
So, I wonder if anybody has any advice as to what the best options might be for securing the website access in a way that would prevent sharing?
View 1 Replies
Mar 20, 2010
I'm trying to create a .NET solution and add class libraries to it. First - in VS2008 I go to File > New > Project > Other Project Types > Visual Studio Solutions > Blank Solution. Then - after VS2008 creates the blank solution I right click on the solution and select Add > New Project > Visual C# > Class Library. However, when I add the Class Library to the solution, the solution icon disappears from Solution Explorer (although the solution name is still in the VS2008 title bar). Why does the solution icon disappear
from the Solution Explorer when I attempt to do this?
View 2 Replies
Mar 27, 2011
Can I create an incremental deployment package using either Visual Studio 2010 Web Deployment Projects or Web Deploy (Web Deployment Tool) .
I need to automatically select changed files from a source and destination or a change set on TFS and build a deployment package only with the changed files.
View 9 Replies
Sep 10, 2010
I am stumped by a serious issue in Vs 2008.
I created a Blank solution called HelloWorld.Then I added a new Class Library project by the name of HelloWorldService.After creation of the
Class Library project the Solution name disappeared from Solution Explorer.
As a result of which I can now only add new items into the Class Library project but cannot add new item to the solution.
This appears to be a pretty old problem as I found it in another link on the internet.
[URL]
It seems to be a bug.Has MS released a patch or a fix for this.
View 6 Replies
Feb 21, 2011
I need to develop in ASP.NET or in SilverLight a web-based editor and a web-based player for PowerPoint presentation. Are there any components I can use to do this?
View 2 Replies
Jul 12, 2011
I have a simple intranet site. It has a role based authorization in the web.config file.
Any user's in a specific role called as "Apr-Sales-Writers" will be authorized to use those pages. If not, they will not be authorized. So far so good. Works fine. But we added additional functionality where a new active directory group (means new role) has to be added and user's belonging to this new AD group should be given access to only specific .aspx pages on the intranet site. I am using a web.sitemap and it looks like this.
If the user's belong to say AD group "Apr-Sales-Writers", they should access only default.aspx and salesData.aspx pages. User's belonging to new AD group (which I did not include in the web.config file below), should have access to other .aspx pages.
[CODE]<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="default.aspx" title="Home" description="Home">
<siteMapNode title="sales Data" description="sales Data">
<siteMapNode url="salesData.aspx" title="sales Data" description="sales Data" />
[Code] ....
View 7 Replies
Mar 26, 2010
which i added one sitemap in whcih i added all the pages n i want to retrive that sitemap in masterpage based on login in whcih suppose admin hs login then display only admin pages with sitemap n if normal user hs login then it ll display only normal user pages with sitemap. here i didn't use login control but i create login page manually.
View 1 Replies
Aug 3, 2010
I have an application called barcode available on a server on the web. The application is used to generate barcodes. The user is able to save her progress directly on her desktop, however though whenever the user try to load the saved progress. It is doesnt remotely connect to the server, instead, it defaults only the saved copy on her desktop. so for example
we have the following aspx created
barcoded.aspx. The barcoded.aspx is available on the server. the page has the following information
Name: PRT321-1 Code: 456789-1000
Label: 678900-001-001
Now, this information is saved as webpage.html. however though, when the user goes to the saved location and clicks on the saved copy, it automatically load the copy as a webpage and allow the user continue with the modification online but that is not the case. Does anyone know how to fix this problem.
View 1 Replies
Sep 9, 2010
I'm trying to convert a windows based application to a web based using vb.net.
I am having a problem with the following:
System.Windows.Forms.WebBrowser
is there any similar web calling to this?
I'm doing this:
Dim htmlbox As System.Windows.Forms.WebBrowser
But obviously im unable to do this since it's a windows.. I need to find something similar for web.
View 2 Replies
Dec 13, 2010
I am developing a module for insert watermark in pdf file in asp.net with c# and I want to insert this module in existing application which is based on MVC architecture. I am new in mvc architecture. Can I merge asp.net based module in MVC based application.
View 1 Replies
Mar 15, 2010
I have a website project, I added a class project and test project on the solution. The structure of my site is like this:
C:UserslyndaDocumentsVisual Studio 2008ProjectsWorking_copywwwroot
test project:
C:UserslyndaDocumentsVisual Studio 2008ProjectsWorking_copywwwrootTestwwwroot
class project
C:UserslyndaDocumentsVisual Studio 2008ProjectsWorking_copywwwrootClassLibrary
I need to access resource file in C:UserslyndaDocumentsVisual Studio 2008ProjectsWorking_copywwwrootRescources from my test project and class library, How can I get the path:C:UserslyndaDocumentsVisual Studio 2008ProjectsWorking_copywwwroot
View 8 Replies
Jun 21, 2010
I am working on a web application which has around 40 pages. We have separate business and DB layer. But there are still few simple business logic in code behind (CS) page of each aspx file. So when there is any change in that code behind, it lead to complete re-deployment of whole project. Is there any option where I could re-deploy only the corresponding code behind and aspx page alone?
Note : We copy the web contents to the virtual directory for each deployment
View 1 Replies
Mar 21, 2011
how to deploy website and its referenced web services from Dev environment to production environment by using some easy method.
Our deploy structure is basically like Desktop->Dev Server->Production Server.
Now, I create a web service (just named MailingServices for example), I deploy it Dev Server, the URL link should like: http://192.168.3.17:90/MailingServices.asmx and then I deploy it to production server where link is probably like http://202.70.115.114:90/MailingServices.asmx Now I create one asp.net website to consume this mailing services.
I create this website in my desktop computer, and add a reference to MailingServices Dev link which is http://192.168.3.17:90/MailingServices.asmx, and then I check in the website to its dev environment, this stage is fine: Website Dev reference Web Services Dev.
But If deploy this website into its production server, how can I change the url link of that web services from its dev link to live link?
I currently know that when the website is deployed to production server, you can over-write the link in web.config file of website, but asp.net generates some other XML files when it add a web service reference, well I can over-write these xml files too.
Edited
Development Environment:
Server: windows 2008
Web: ASP.NET 3.5/4.0, IIS6.0+
Source Control: VSS 2005, we do not have Automation Build & Continuous Integration
View 1 Replies
Jan 20, 2011
I started learning web services. I learnt about web services, UDDI, WSDL, SOAP etc. and architecture of web services. Visual Studio is running the service in local system successfully.Then I deployed the entire folder of that web service in IIS wwwroot, and tested. Its running successfully.But when I remove the other file from the wwwrootwebService1 folder (I left only service1.asmx and bin folder) then also service is running.
Here I see that only two file are used in ruuning the webservice one is .asmx and another one is webService.dll in bin folder.I'm not able to understand where is SOAP, WSDL, namespace or other things, that are required to run web service.
View 4 Replies
Mar 18, 2010
When one creates a new Web Form, Solution Explorer reflects it by adding it to the list, correct? Okay, let me describe this the only way I know how, seeing how I'm a noob and all.The icon representing the item is colorful, with certain features on it with a little bit of yellow at the bottom part of thebackground. While executing my application I notice that certain functionality has ceased to work, when I had made no changes to it, or so I think. I look over at my Solution Explorer and notice that the icon has changed. Now it looks like a simple blank piece of paper. Also, when I highlight the item in Solution Explorer, the Properties window is now missing two attributes: 'Build Action' and 'Copy to Output Directory'.
View 2 Replies
Feb 16, 2011
I have decided to go back to an old project that I had placed on hold, to get familiar with MVC 3 Razor. It is a Jokes website (some of you already know). I have been watching these video tutorials on Code First Entity Framework 4, and I have managed to build my model in a project of its own. Then I went and created another project (this time MVC 3 Razor Blank Project) and linked the two togther. I am trying to simply list the joke, but I get the error saying:
CS0012: The type 'System.Data.Objects.DataClasses.EntityObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
public class _Page_Views_Home_Index_cshtml : System.Web.Mvc.WebViewPage<IEnumerable<LNModel.Joke>> {
Here is the code in my HomeController:
[Code]....
I know what the error means, I am missing a { using System.Data.Entity; } statement somewhere. But I can't understand why ! according to the video, if I have referenced my projects to that statement, I shouldn't be having this problem !
View 15 Replies
Dec 16, 2010
Scenario:
1) Create completely empty VS 2010 solution.
2) Add one project. Now there's one project but no solution root.
3) Choose "Add new project" from the file menu.
4) Add MVC 3 empty project
5) It fails because the current "something" is neither the solution nor a solution folder.
Workaround: create two other projects first.
View 2 Replies
Oct 6, 2010
I have two projects in the same solution:
My.Solution.name.with.dots
BLL
Web
in the BLL project, I create a class that need to get a global resx value from RESX file that is placed in the Web project. Is it possible ?
BLL can't have a reference to Web project because of the project dependency
View 1 Replies
Jan 17, 2011
I have built two websites, both of them use a custom membership provider I have written myself.
One of these sites is already a long time online and runs fine. Now I have installed the other site on the same webserver in the same Web as a different application. Also have I given a seperate ApplicationPool for each solution.
If now the client logs on to one site, he looses the session on the other and vice versa. It's not possible to be loged on on both sites together. All the rest works fine.
What is the connection between the two sites. Is it necessary to change something in my membership providers?
View 1 Replies
Mar 4, 2011
I googled this topic and I came across with three different ways to configure browser capabilities: browscap.ini, browserCaps element in web.config and .browser files in App_Browsers. I thought .browser files is the latest way, but I don't seem to find up-to-date files. But I found quite fresh browscap.ini from [URL]
My first priority is to exclude common crawlers from the visitor stats. The second priority is to detect browser and os with correct versions (e.g. Opera 11 / Win7). Are there any libraries I could use? Is browscap.ini still a valid way and is it possible to use it without access to system files? Where can I find up-to-date .browser files?
View 3 Replies
Apr 24, 2010
There is a solution that whithin it I have a web project.
Now, I wish to add a new web project which has it's own App_Data,App_Themes.App_Code.
I don't wont to mess things and combine them both in the same project. I just won't to compile the new project and upload it sepretly to the web server in a different directory.
How do I do that with VS2008?
View 1 Replies
Oct 15, 2010
I have a prototype CMS I've been working on for fun. It's completely written in ASP.NET MVC.It works on the principle of "widgets". Little blocks of functionality that can be dragged and dropped on the page, you get the idea. I have added a few simple blogging widgets which work well, one of them is the "Latest Posts" widget that goes on the front page. While the function of the widget i.e. listing the latest posts is standard, the mark-up it generates may not be. I don't want to force my users into a set in stone mark-up.I was wondering if it would be possible to use some form of templating perhaps T4? I have not delved into it deeply but it looks fairly complex, so not sure it would even be possible. What I would like is for the end-user to be able to doctor a small template file to change the markup generated for each blog post list item.If someone knows of any blogs/tutorials that may get me started I'd be very grateful. Googling for custom T4 templates brings up changes to the EditorFor templates that I'm sure everyone is familiar with.
View 1 Replies