Tagged Questions
The web-application-project tag has no wiki summary.
5
votes
1answer
243 views
WebApplication publish to relative filesystem path
I'm setting up a publish to a relative path for testing locally (especially xml config transformations). Each developer has their own path to the checked out project and I'd like to set up a publish ...
5
votes
3answers
651 views
How to precompile a Web Application project?
I've heard recently that you can precompile Web Application projects. My question is how?
Right now, when I do a publish for my web application and select only files needed to run this application I ...
5
votes
5answers
2k views
ASP.NET 3.5 Web Application Project takes excessively long time to initially load
I have started work at a new company and the main project I work on (an ASP.NET 3.5 Web Application Project) takes an excessively long time to initially load (Around 1.5 minutes)
I am aware that this ...
4
votes
2answers
123 views
A list of everything I need for running my app on a web server
What I want to know are actually 2 things.
Part 1:
I have a developed source code for an application in python that uses Django framework.
What I want is to be able to run the code on a developer ...
4
votes
1answer
95 views
Why do Asp.net web project have garbage values in the url?
I have tried googling and searching for this issue on SO - but have had little success - primarily because I am not sure whether I am searching right.
I am working on an ASP.Net Web Application ...
4
votes
1answer
2k views
How to add Assembly Information to a Web Site/App in Visual Studio 2008
Can anyone tell me how to add an AssemblyInfo.vb file to a Web Application converted from NET2.0 to NET3.5.
I'd like to add the manifest information but cannot find a way to do for the Web ...
3
votes
0answers
143 views
Web Application Structure and Deployment
Our product is an ASP.Net web application. Currently, we use Web Site Projects in Visual Studio, but have been looking into using Web Application Projects for quite some time. I am currently ...
3
votes
5answers
192 views
Cannot Parse .aspx during WAP Conversion
I've copied over the Web Site files to a new WAP project. Made sure that it compiles and it does. The problem I have is that it can't parse the .aspx pages when I perform a convert to WAP. The ...
3
votes
3answers
114 views
Is it possible for a website project to reference a signed assembly in visual studio?
I'm aware of the following two different types of web projects in Visual Studio 2008:
Website project
Web application project
A web application project can reference a signed assembly as long as ...
3
votes
3answers
704 views
Changing Output path in web project in VS2010
I have several ASP.NET web projects and their Output folder are set to "C:\Builds\[ProjectName]bin" (instead of the default "bin\" folder). This makes "F5" Debugging not working because the ASP.NET ...
3
votes
3answers
509 views
Performance benefit to pre-compiling web application project set to be updateable?
Is there any performance benefit to pre-compiling an asp.net web application if it's set to be updateable? By setting the pre-compiler updateable flag it doesn't pre-compile the aspx, ascx, etc. so ...
2
votes
1answer
54 views
Web application - automatically include files?
I am running a CMS as an ASP.NET WebApplication and want to automatically include all files generated by the CMS in the project folder to be included in the project.
By default they are excluded, and ...
2
votes
1answer
60 views
Searching text in database: caching database records into domain logic V/S using MySQL full-text search?
I am developing a layered web app. In brief it has:
UI: html, javascript and jquery
Domain logic: Java and servlets
Business logic: MySQL
I have large amounts of records in the database containing ...
2
votes
4answers
461 views
How should Go from one page to another page using javascript?
From an admin page if the user is valid then the browser should go to another page.
When a user enters his user name and password, then clicks the OK button then another page is displayed and the ...
2
votes
2answers
85 views
How to migrate from BuildProvider to Web Application project?
Currently we have a bunch of web sites (web site projects) that I think should be converted to web application projects. Everybody agrees.
But a number of custom BuildProviders are used to generate ...
2
votes
1answer
1k views
How to use app_GlobalResource or app_LocalResource?
How to use them in a ASP.NET Web Application project? Any difference?
many thanks
2
votes
1answer
661 views
Visual Studio creates (empty) folder in /bin for build action “Content” while publishing
I have a Web Application Project in Visual Studio 2005 that I publish using "Project" -> "Publish".
The App uses some (text) files that live in a top-level folder; let us call it textfiles for ...
2
votes
1answer
402 views
How to embed a SilverLight control in ASP.NET control (user or custom)
We have a ASP.NET web application written in VB.NET where we build content programmatically during the Init event.
We make extensive use of user controls, building them on the fly, and I now want to ...
2
votes
2answers
769 views
Can't access instance of custom inherited webcontrol from code-behind page in Web Application project
I've inherited from an ASP.NET WebControl to add some additional functionality. I tested my control in a blank ASP.NET Web Site (created through File > New Web Site...) and it worked fine. But I ...
2
votes
2answers
122 views
Why does a web application project in VS2005 offer a 'Convert to Web Application' menu choice
I believe I understand fully the differences between Visual Studio 2005's web site model versus the web application project model that was fully delivered in VS2005 SP1 - but I have run into a ...
2
votes
3answers
1k views
Visual Studio 2008 - Moving solution files (sln, suo)
If a VS2008 project is created initially with a web app project, and class projects are added, and the structure is like this:
Parent Folder
Web App Project Folder - (solution Files in this ...
1
vote
1answer
56 views
Reuse code from website project in my web application project
Here's the code. I now also get errors in codebehind that a variable already exists and method has identical signature, but I cant find those duplicates anywhere in the code behind.
.ASPX
<%@ ...
1
vote
4answers
42 views
How can we know if class of jar version or the local copy is being called at runtime
I have same class file in my workspace as well as in jar file also (Which i had imported )
How can i know which file is being called at run time ??
I am confused because, in Eclipse, when i press ...
1
vote
1answer
25 views
Create a Service with Java that runs when the app is deoployed ?
I have a Web Application with J2EE and Spring, related to an Oracle 10g Database. I want to create a Service in Java that will poll statistics from the Database and send mail every 5 min. This Service ...
1
vote
1answer
136 views
Why are code-behind files not visible in a VB.NET Web Application project?
I am trying to convert a VB.NET web site project to a web application project, yet the in web application project, my code-behind files are not visible unless I set the solution explorer "show all ...
1
vote
2answers
254 views
Windows 7 IIS 7.0 - setting an application to run under localhost
If i create a web application inside Visual Studio called MyWebApp, how can I make sure it can be accessed at the following address:
http://localhost/MyWebApp
NO PORTS required
thanks
VS 2010
IIS ...
1
vote
1answer
135 views
Problem with file name folding in Visual Studio Solution Explorer (“File Nesting”)
(Edit for search-ability: called "File Nesting")
I'm not sure if "folding" is the correct term, but the feature I'm referring to is shown in the 1st image below, versus the 2nd one which does not ...
1
vote
0answers
115 views
advantages of choosing a web application over a website or vice-versa(in vs2010)
Hey, I've read about the differences here, what I want to know is,
Is there any sort of an advantage of choosing one over the other for a large application? (which is predominantly going to be used ...
1
vote
2answers
284 views
Visual Studio .NET has detected that the specified Web server is not running ASP.NET 1.1
ok, I'm stumped.. yes, I've googled already and this time, it seems it is the first time that google failed me.
I have an ASP .Net Web Application project (acquired from a predecessor who loves brute ...
1
vote
2answers
2k views
Configure Visual Studio 2010 web application project to run on localhost:8080
I am using local IIS instead of the VS Web Server but instead of a virtual directory on the Default Web Site, I want to configure my web application project to run in its own IIS Web Site on port ...
1
vote
4answers
191 views
Popularity: Web Site Projects versus Web Application Projects
I need to create a sample project (for educational purposes) and I'm faced with the choice between Web Site Projects or Web Application Projects.
This feels similar to the choice between C# and VB. ...
1
vote
1answer
119 views
How do I block access to files when using the System.Web.Routing.UrlRoutingModule?
I'm using the System.Web.Routing.UrlRoutingModule.
With that I'm writing:
routes.Add(new Route(@"cart/add", new RouteHandler("~/Order/CartAdd.ashx")));
routes.Add(new Route(@"cart/delete", new ...
1
vote
2answers
2k views
How to set platform target for a ASP.NET “web site” project
I keep running into all sorts of nuances between the "web site project" versus "web application project" - here is the latest for me:
I've inherited a Visual Studio 2005 solution with several class ...
1
vote
3answers
620 views
default namespace in web.config (web application project)
I had a website project, which I converted to a web application project. I have a set of namespaces defined in my web.config pages/namespaces section. However I am not able to see them in my ...
1
vote
0answers
367 views
Design view on Web Form not working in nested WAP projects in Visual Studio 2008
We develop a module web application by using a separate WAP application project for each module. The primary/root WAP settings web tab is set to "Use local IIS Web Server" the path is ...
1
vote
3answers
396 views
Typed DataSets in WebApplication Projects
I am converting an older C# Website Project into a Web Application Project so that we can better manage it in our source control system. I have run into a problem.
The Website Project used ...
1
vote
2answers
86 views
What are the pitfalls of combining a web site project with a web application project in Visual Studio?
I have a web site project with a lot of files, it has become really slow to build. What I want to do is to create a web application project, and in Explorer add all the files to it, including the Bin ...
1
vote
3answers
326 views
Compile errors after converting to a Web Application Project from a Web Site
I'm trying to convert a Web Site to the Web Application project model and I'm running into compile errors that do not seem to be covered by the guidance I found at Converting a Web Site Project to a ...
0
votes
0answers
12 views
VS2010 Report Designer in Web Application can't find assembly when built
I'm using the WebForms ReportViewer in Visual Studio 2010 to display local reports (rdlc) in my MVC 3 Web Application. The reports reference a separate assembly that has some utility methods used in ...
0
votes
1answer
36 views
Best Setup for a Site like this? [closed]
http://limestudios.freeiz.com/Sites/Currently_Being_Worked_On/LSOpenComic/
The above link is to a web application I have been working on for a few weeks. Now the problem is not if it's working or not ...
0
votes
1answer
13 views
When converting from WSP to WAP, why won't VS self-reference the core DLL of the project?
I'm trying to convert a Web Site Project to a Web Application Project. I've RTFM'd all over the place, and looked through all the walkthroughs, but Visual Studio is just being obstinate about ...
0
votes
1answer
23 views
Asp.net website to web application project (Old_App_Code folder)
I am converting a asp.net website (Visual studio 2010) to web application project (Visual studio 2010). Once I convert it I see a 'Old_App_Code' folder. How to convert the class files in that folder ...
0
votes
1answer
34 views
Embed HTML into a DLL
This question stems from a recent topic I made about setting up Web Application Project references but I think is unique enough to merit its own post.
We have a web application that has some aspx ...
0
votes
1answer
10 views
Two Web Deployment projects on single Web Application project — how many compiles?
I've got one Web Application project and two Web Deployment projects against that one Web Application project: WebApplication1, WebApplication1.csproj_deploy1, and WebApplication1.csproj_deploy2.
...
0
votes
3answers
33 views
how I can publish my web application and generate separate dlls?
I mean when I publish my web application asp.net publisher generate one assembly why ? I like to have different assembly. is it possible ?
0
votes
0answers
29 views
Get all profiles in web application project
I am using WEB APPLICATION PROJECT and profile providers first time together. I want to get all profiles filtered by custom profile data, but problem is, ProfileManager only works on ProfileInfo ...
0
votes
1answer
24 views
Can i combine the Visual Basic project web site pages in Visual C# project and make them single project?
I have two web projects one from C#.net and another from vb.net. Means while creating project i selected project as Visual Basic & Visual C#. Can i combine the Visual Basic project web site pages ...
0
votes
0answers
33 views
Moving from ASP.NET WebSite to ASP.NET Web Project, Profiles, and what would really be the best way to go about this
I am converting my code from being implemented as a ASP.NET WebSite to a ASP.NET Web Project. I have discovered that ProfileCommon is not actually usable in the same way that was with the ASP.NET ...
0
votes
2answers
64 views
Multiple developers working on same Web Application Project
I have a team of three developers working on the same Web Application Project web site. We are all using VS 2010 and Source Gear Vault.
Each of us has a different working folder on our local drives ...
0
votes
2answers
33 views
WAP, How to Publish to Web with Web Deploy?
I want to publish my web application on a hosting server.
Domain: mysite.com
Folder: mysite.com/TestWAP
Can I use one-click deployment on typical discount shared hosting?
Will I need to make ...