Web Application Projects vs. Web Site Project- Where is Copy Project?
I have opted to use the Web App Project in 2005 (The 2003 Model)http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspxWhy is the copy project missing when this model is used? It was there in 2003?Thank you,Patrick http://www.SURFThru.com SURFThru.com
I wanted to bump this topic again to see if any Microsoft techs had any input on this item.SURFThru.com...
VS 2005 SP1 + .NET AJAX => automatically adds web.config in nested Web Application Project when opening project or solution
I get a 'Configuration Error' on an aspx page because VS added automatically a web.config to my nested Web Application Project where no web.config file should be.
This effect I have noticed since I have installed SP1 and .NET AJAX Extensions.
Why is VS 2005 adding the web.config file and how can I disable this behavior?
Following is the content of the automatically added web.config file (comments omitted):
<?xml version="1.0"?><configuration> <appSettings/> <connectionStrings/> <system.web> &...
Converting web site project to web application in vs 2008
I am converting web site project into web applicatio project in vs 2008 and running into web reference related issue. I am not so sure how to address this.
Our old web site application had app_webreferences folder with AllServices as sub folder and then all of the web services under that folder.
for example: AllServices\AService.wsdl AllServices\BService.wsdl AllServices\CService.wsdl etc...
our code references AllServices.BService in the code or AllServices.AService etc...
It seems like when I Right Clicked on web application project...
Problem when deploying Web Application project over VS2005 Web Site project
Hi, we ran into this issue yesterday evening when we were trying to deploy new code on production box. It was running previous version of our app that was VS 2005 Web Site project, but the new version was migrated into Web App project. New build was tested on sandbox and even on the same production machine (but under different, non public web site configured there) and was working fine. However, when we deployed on production web site, we got this error:Compiler Error Message: CS0246: The type or namespace name 'ProfileCommon' could not be found (are you missing a using directi...
Migrating from VS 2005 Web Site Projects to VS 2005 Web Application Projects witn vb and c# code
I've tring to migrate Web Site to Web Aplication in VS 2005. In my Web Site I have pages written using VB and C#. During converting to WA i choose VB and only pages with VB code i can migrate. If I choose C# as language for WA only pages with C# I can migrate. Is a way to migrate Web Site with mix of VB and C# code?
Wieslaw
Hi,
As far as I know, The ASP.NET Web application doesn't support that C# application project contains VB page or VB application project contains C# page. But it can compile the different language class file in project.
In your case, you can tr...
VS 2005 Web Application project >> Web Site project
Hello,I am trying to do the uncommon, change a VS 2005 Web Application project (originally a converted 2003 Web Application project) to a VS 2005 Web Site project.
There are many tutorials on how to either take a 2003 Web Application project, or 2005 Web Site project and turn them into into a VS 2005 Web Application project. (Not what I'm looking for)Also, is it possible to convert a 2003 Web Application project to a 2005 Web Site project. (too late for my current projects.... but for future refernce)
Many thanx
There may very well be a reason why the road o...
UpdatePanel & Form View in Web Site Project vs. Web Application Project
I am seeing two different behavour patters when using the UpdatePanel in a Web Application Project (File > Add New Project > ASP.NET AJAX-Enabled Web Application) vs a Web Site Project (File > New Website > ASP.NET AJAX-Enabled Web Site)
The exact same code will complie in one project type but not in another.
The code is:
<asp:FormView ID="FormView1" runat="server">
<EditItemTemplate>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
 ...
Web Site Project or Web Application Project?
Hi all,
I have a situation here. My team's project has window and web clients, and we used Team System to control Source Code.
We have a contract company that develop the generated codes for some of the web pages that being used in the web client. They built it using Web Site Project. We still need to develop some other web pages that has different functionalities than the code generator and one of our team member created a project which is a Web Application Project. Now, the code generator doesn't work because it won't compile in our Web Application Pro...
Web Deployment Project and Web Application Project
Hi!
Maybe I have missed something, but shouldn't there be possible to do a web deployment project of a web application project?
I have followed this guide http://msdn2.microsoft.com/en-us/library/aa479568.aspx, but I can't get it to work without building the web application project first. With TFSBuild it fails even if I build the web application first.
The error looks like this:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /WebDepWeb.csproj -p <MySourceFolder>\WebDepWeb -f <MySourceFolder>\WebDepBuild\Binaries\Release\_PublishedWebsi...
Web Deployment Project with Web Application Project
I currently have a working Solution that contains 3 VB class library projects and one Web Application Project and it is working fine. I would like to use the web.config replacement functionality from the Web Deployment Projects.
I add a Web Deployment project and keep the defaults, and the build is broken. Whenever I try to build, I get the following error:
error ASPPARSE: Could not load type 'MyWebApp.Page1'.
Done building project "MyWebApp.vbproj_deploy.wdproj" -- FAILED.
I have searched on this and found some information, but it doesn't seem to help. I...
Web Application Project and Web Deployment Project
I went to http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx and downloaded the web deployment project. Installed it and tried to create a deployment project for my web application project. However, I do not get the menu item. I've tried this with existing WAP's, new WAP's, but no luck. I have VS 2005 team developer, with SP1 and Team Explorer installed.I've tried the steps mentioned through out this post: http://forums.asp.net/thread/1502324.aspx but still have no luck in getting the menu item.Any help would be appreciatedWayne...
Web Application Project/Web Site Project
Hello,
I have some couple of questions...
1) How do I know a particular application already built in asp.net is "Web Application Project" or "Web Site Project" ?2) Also I have a application built in ASP.NET and If I open the source code in VS2005, Its giving a message saying this application is built in old version and it should be converted into new version before even using. So should I migrate the application to "Web Application Project" or "Web Site Project" ? . kindly advise..(Note: This application is NOT very big or complex.)
Thanks in Advance..Renil.
1)A web application pro...
Web Site Project and Web Application Project
I hope someone can help me out with this question.I have been using Web Application Projects and like what it can offer because I am so used to how VS 2003 was structured. I am trying to teach someone the difference between Web Site Projects and Web Application Projects, but haven't been able to figure out how to create a new solution that is specific to the Web Site Project structure anymore. I thought when I installed Web Application Projects, I would have the option to switch back and forth between Web Site Projects and Web Application Projects. Is there something I am overlooking when I ...
Web Application Projects with Web Deployment Projects...
Hi there,
Does anyone have any experience in using the Web Deployment Project pieces to deploy Web Application style projects (rather than the web site projects model)?
We have a rather larger eCommerce site that uses WAP model (it was originally a website model, but we ran into so many problems with compile times, temp .dll file lockups at compile etc that we moved it to WAP a long time ago).
What's strange is that the project compiles fine normally when we're not using the Web Deployment Project and everything is fine. However, the second we hook the WDP stuff up, we'r...