How To Build Website Using Nant Script

Apr 26, 2010

I am using nant-0.90-alpha1 to build asp.net 3.5 web site. I am unable do that. When I am using msbuild , it throwing error saying unknown tag msbuild. How can I build asp.net 3.5 website using nant?

View 3 Replies


Similar Messages:

Iis - How To Create Virtual Directory Build Website Using Nant

Aug 3, 2010

I am trying to Create Virtual Directory and develop the asp.net projects ..in IIS using NAnt script .

View 1 Replies

How To Use Nant And MSBuild To Build Debug Deployment

Jun 17, 2010

I have a Nant build script which referrences 30 other build scripts.

Each build script referrences a visual studio solution using MSBuild.

Each solution has 3 to 5 projects in.

Some projects are Class Librarys and some are Web Apllications.

The projects reference other projects both in their solution and out of their solution, so the projects do not use project references, they reference the the Release DLLs in the Bin folders of the other projects.

To use the software, I need to publish all the solutions together.

Which means I cannot do a deployment which is in debug mode.

Which means I cannot the step into and debug the code.

I would like to run the build script to get a deployment of the software which I can debug.

View 1 Replies

Nant Aspnet_compiler.exe Release Build - How To Make It

Mar 11, 2011

I have the following nant task:

[code]

this is used when loading certain assets (swf files) by being appended as a querystring parameter and ensures that when debugging a cached version isn't received but is manageable once released.

However, after what I believed should be compiling a relase build, the version is still being set as a Guid indicating I'm not achieving a release build yet. I've checked the web.config and the value of debug is changed to false so I'm assuming I'm missing some setting in the aspnet_compiler.exe arguments, but I cant find anything which indicates such in the documentation.

View 1 Replies

What Is Difference Between Build Solution And Build Website

Mar 11, 2010

It may be obvious to everyone. I am learning this: what is difference between build solution and build website

View 2 Replies

How To Build Website

Nov 8, 2010

comment: if u answer , please split your answer into numbers (like the questions) in order to avoid misunderstanding, thx :)

Hey. I'm going to finish read the book "Beginning ASP.NET 3.5 in C# 2008".

And I'm going rebuild my html gaming website (flash games website)
www.gamesff.com

In the future site, There are 3 main pages:

Homepage (Present all the New games etc...) Category Page (There are 9 games categories , it's present the games of each category)Game Page - in this page people can play the game, and see description of the game like description, date added, rating, etc... They can vote for this game too

Before I'm starting build it I have some questions.

1. I want the same Header, Footer and Menu in all the pages of my website.

How to do it: With Master Page?

2. In the Homepage I have:

Links + Pictures + Description of The 12 newest games of all the categories.
Links + Pictures + Description or of The Most Popular games of the Last week.
Links + Pictures + Description of the Last (newest) 6 Games of each category (there are 9 categories: action, shooting, sports etc...). But not games that existing in the (Newest Games section (the first section in this list).

How to do it? : With DataSet using TOP sql property???
What is the best way (for Optimum Performance)

And how to do the third section in the list, how can I insert the top games of all the categories, but not Games that presented in the first section? (I can't use normal sql SELECT because it will present the games that in the first section.

3. In the Category Page people can see the games of each category (there are 9 categories pages - for each category)... and people can order the games (date added, ratings, and popular games) by using "DropDownList".

And people can see only 30 games per page. So there are buttons of: next, 1, 2, 3 etc... (Of each order)

How to do it?? For example if I want the Action Category page order by poplar: using sql: SELECT top (30) ..... where Category='Actoin' ORDERBY Visitor_Count ??

How to do the paging?

What to use DataSet? DataReader? DataBinding?

4. And how to make the game page?

Using Query String? And select details from the database By the Game_ID of the Query String??

What to do if I want nice game's Url address? (from example the game Batman)

Address Like this http://www.gamesff.com/action/Batman

5. in the game page, the code of the flash is like this:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="525" height="400">
<param value="uploads/video-poker_0100.swf" />
<param value="high" />
<embed src="uploads/video-poker_0100.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" width="525" height="400"></embed>
</object>

How can I embed the address of the game from the database to this code?

Using Data binding of <%# GameAddress %> for example.. ?

6. I want count the number of the visitor per page. I know How to do it. But how Can I avoid from double counting of each user per day?

What to do? use database table for list of ip address and this list will clear once a day ? (But if I have thousand of visitor per day can it reduce the performance of the server if the server connect to the database for using ip address for each time that someone visits any game?

Or using cookies? Or something else?

View 5 Replies

C# - Include References To Web Services In NANT Or Csc.exe?

Nov 23, 2010

Im trying to automate our build process. To do this i need to compile the app_code in a asp.Net website to a dll so i can run NUnit test against the code. Before you suggest that i just use a class library, i will say that i agree with you, my superiors however, take a different view and have vetoed the use of dlls in our web sites.

The problem i have is that the app_code classes reference web services. How do i get the csc task to include these when compiling the code into a class library? The nant target i have so far is:

<target name="Compile">
<property name="nant.settings.currentframework" value="net-3.5" />
<csc target="library" output="DocSysAppCode.dll" debug="true">
<sources>
<include name="D:InetpubDocSysApp_CodeCommon*.cs" />
<include name="D:InetpubDocSysApp_CodeDocSysSiteLegislation.generated.cs" />
</sources>
<resources>
<include name="D:DocSysQueueWeb ReferencesWS_DocSys*.*" />
<include name="D:DocSysQueueapp.config" />
</resources>
</csc>
</target>

View 1 Replies

How To Build Subscription Website

Aug 23, 2010

I have come up with a business idea that I would like to follow, which involves me creating a subscription website with multiple levels (I'm thinking probably around the 10 mark). While I'm pretty good with VB.Net and ASP.Net, I unfortunately have no idea how I might be able to go about creating a website that would require the user to pay a monthly/yearly subscription (which would be different depending on which level they wished to choose).

View 2 Replies

C# - How To Build And Publish Website

Aug 13, 2010

How to build and publish the ASP.NET web site(Microsoft Vishul Studio->File->New->Website) using Cruise Control.net. Actually, ASP.NET Web site doesnot contain .csproj and .sln file.

View 2 Replies

Website Build And Release Strategy?

Mar 10, 2010

We have an ASP.Net MVC solution built in VS2008 and TFS2008. We use TFS Build and use Continuous Integration.We have a deployment pipeline that enables us to progress a build, eventually, to our live site...

Internal Dev (immediate deployment following a build)
External Dev (used by internal testers to make sure it works on the production server)
External Test (used by our client to test themselves)
Live (self explanatory).

I have 2 questions relating to thisWhich ones of these should be built in Debug and which in Release?How should I write my TFSBuild.proj files to cope with this strategy?

View 1 Replies

Web Forms :: How To Build RSS Feed For Website

Feb 6, 2014

Code for RSS feed ....

View 1 Replies

How To Build Silverlight Website & Create XAP's Using Script

Feb 19, 2010

I am just getting started with Silverlight and have recently added a Silverlight project to an established solution. In this particular scenario my solution included an existing ASP.NET web site which Visual Studio kindly offered to integrated my Silverlight application into, which I accepted.

So everything is fine and all, and the Silverlight XAP is being copied to the web site's ClientBin directory when i was buiding solution through visual studio, But

I want same thing through using nant script when i am used nant script that time all project in the solution are build but recenty added silverlight website do not create XAP's in ClientBin dierctory.

I m using following script :-

target name="build" description="compiles the source code">
exec program="${framework::get-framework-directory(framework::get-target-framework())}
msbuild.exe" commandline="MY.sln" workingdir="ProjectFolder" />

View 1 Replies

Configuration :: Exclude A Folder When Build The Website?

Aug 5, 2010

VWD 2008 Express.

I have a folder in my project that contains files I do not want to process (they are only for reference) when I build the web site. These files produce errors because they reference things I do not have in my site. How can I exclude a folder so that it is not processed during a build?

View 2 Replies

C# - How To Automatically Publish A Website On Build In Visual Studio 2008

Feb 14, 2010

I want to be able to automatically publish to a local folder each time a web asp.net mvc 2 project is built.

I use Visual Studio 2008.

View 7 Replies

Website Takes A Long Time To Start After Solution Build?

Apr 4, 2011

In development, our Asp.Net 4 website takes a fairly lengthy time to start after the project libraries are built

We do a fair amount of population of statics etc, but not enough to justify the length of time it takes the app to come up (probably 3-4 minutes)

We aren't building the website, just the libraries, and batch != true in the compilation element in the .config file.

I will try log some diagnostics, but any other pointers would be useful

View 2 Replies

Visual Studio 2008 - How To Resolve Build Error In Asp.net Website

Jan 31, 2011

I have one text box control on aspx page in my .net application.

and in code behind on page load event i wrote:

txt.Text = "Sample"

Now if build website on system [ windows XP ] it build properly but on system [ Windows 7 Enterprise ] it showing following error:

" Name 'txt' is not declared "

What would be the reason.Is that environment specific problem.I am using VS 2008.

View 1 Replies

Create A Single Dll Using C# / How To Build A Website In Visual Studio And Publish

Mar 11, 2010

I want to write a class using c# and compile it and user this dll in many projects.


I know how to build a website in Visual Studio and publish it but Visual Studio mixes the classes and rename them to a few strang and unfamiliar names which doesn't mean anything.So my purpose is writting a class with some functions, compling them and use them in other projects.

View 5 Replies

Security :: Trying To Build A Small Website That Is Required Register And Login?

Mar 10, 2011

I'm trying to build a small website that is required register and login

I want to use Linq to SQL to do that.

View 2 Replies

Forms Data Controls :: Build .Net Website For Custom Search?

Feb 22, 2011

I have been asked to build an ASP.Net website that has a custom search, when the page is loaded it displays a gridview with a list of data, then when a button is pressed it takes the value from the text box and runs a stored procedure using the value, the gridview then databinds successfully displaying the new data. But the select button does not take the rows data it takes the data from the row corresponding to the data when the page is loaded, not from the search button.

The code for the search is below.

[Code]....

View 3 Replies

Security :: Build The User/role Configuration Utility Into Website?

Mar 3, 2010

i was hoping to build the user/role configuration utility into my website. I have posted before, and from what i have read, you need to create your own user/role membership utility in your website.but, i noticed in the

Microsoft.net directory C:WINDOWSMicrosoft.NETFrameworkv2.0.50727ASP.NETWebAdminFiles, that this is the entire interface for managing roles and users for a web site as long as you use standard asp.net security.is it possible to copy this site into my site to have a ready-to-go interface for user management without a user needing to have visual studio? It seems like it should be possible with minimal code changes, but I might be wrong. Im just looking for a shortcut.

View 1 Replies

Javascript - Build Huge Website Using Ajax Jquery Sqlserver?

Apr 4, 2011

I am developing a huge almost millions of users and very complex logic , secure and optimize web application.but i am thinking to use client side archeticture with asp.net like gmail is using.

View 2 Replies

Use Enterprise Library For Another Website On Same System To Build Data Access Layer

Feb 22, 2011

In my system, the data access layer of one of the website is build using the enterprise library. Now I am developing another [different] website. How can I use the enterprise library to create the data access layer? I am very beginner to Enterprise Library? How can I configure it for my website? Should I have to include the DLL? How it will take the connection string from the Web.Config file?

View 1 Replies

Web Forms :: Build A Website For Mobile Browser - Visual Studio 2010

Apr 6, 2013

How to make mobile website in visual studio 2010 or above.

whta is differ when we code for it on c#.

View 1 Replies

Web Forms :: Build MP3 Songs Download Website With Live MP3 Music Play

Jul 2, 2013

I want to make project which is MP3 downloading website..

Some website example about it i know basic of asp.net and also know layer architecture..

View 1 Replies

Visual Studio :: Unable To Locate Build Action Property For Any File Contained In Website

Oct 1, 2010

I've a website in VS2008. I can not seem to locate Build Action property for any file contained in website.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved