web-project

Visual Studio - Website Vs Web Project

I previously have been involved in a lot of classic ASP based websites, so when it came to migrate to ASP.Net, I took the Website route as it is very similar. I am just about to start on a large new project and wondering if I should re-evaluate my processes. I have been reading up the best part of a day on the differences between a web ...

Is it possible to add Post Build Tasks/Steps to an ASP.NET (2.0) Website Project?

I've got this ASP.NET 2.0 project that I've been working on for a while now. Over time the project grew little by little and in the end I ended up with quite a few steps that I had to run at the end, every time I wanted to publish the project. So, I wrote a script that I can run which executes all the clean-up steps for me and which is...

Eclipse Web Project Dependencies

This question is about eclipse development, I am trying to create a web application in Eclipse, the problem is that I don't get the the dependencies jars to the deployed archive. I've created a new dynamic web project and linked it to another java project. The java project references a few 3rd party jars (e.g. Spring jars) but for some ...

Why can I not directly refer to a namespace that I can import?

I have a bizarre vb.net problem. I'm working with a 3rd party library with a namespace called Telerik.Webcontrols. The library is in a web site project that I am in the process of converting to a web application project. Telerik.WebControls contains a class called RadAjaxControl. In the original web site project, I have code that loo...

Need TSBuild.proj Script for Separate x86 and x64 builds using Team Build in TFS 2008?

Hi all, I want to build x86 and x64 builds using a single script in TFS 2008. Later on i need to move them to different output dirs and zip them. Here is my script. I need a bit of guidance of the build script. Please help. <Target Name="BeforeBuild"> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> ...

How to reorder Folders in Visual Studio 2008 Web Application Project ?

If I create new folder in VS project ,Automatically VS reorder all project folders alphabetically I want to order them as I want .. Is there any way to do that ? ...

Visual Studio 2008 Scans Web Project When Closing - Why?

At first, I though my VS2008 Pro SP1 (on XP Pro + SP3) was hanging when I would close a web project on a remote server, but after checking it out with netmon, I can see it is accessing the site a bunch of times (it's a Classic ASP site with a couple hundred ASP pages). I then checked out the IIS 6 logs on the site and it's POSTing to ...

How to fix?: Server in Eclipse suddenly requires jars in server's launch classpath.

I have a web project built in eclipse using Spring and for Tomcat. Before some recent changes that I either cannot remember or undo, I could simply start the server in the ide and hit my servlets without issue. After making those changes, when I started the server, I got the stacktrace as follows. SEVERE: Error configuring application...

Mono.Addins doesn't find add-ins in ASP.NET and doesn't throw any exceptions either

I have a solution with an assembly that declares an AddinRoot; and an add-in project that extends an extension point in that assembly and which is deployed to a Mono.Addins lookup directory. In addition, I have a desktop application project that uses the AddinRoot assembly and initializes the AddinManager - it works fine and finds the a...