0
votes
2answers
39 views
Is there a way to use T4 templates with a web site project?
Can T4 templates be used in a web site project?
Or more specifically, can Subsonic be used in a web site project?
I can run the .tt files in a web application project but it does not nothing on a …
1
vote
4answers
145 views
How do I specify the name of the assembly created when publishing an ASP.NET Web Site Project?
The title pretty much says it all.
Given a web site project in VS2008 named FooDLL, I would like to be able to specify the name of the assembly that VS2008 spits out when I click "Publish Web Site". …
0
votes
1answer
197 views
How do I generate a precompiled DLL of a Web Site Project when building that project or its solution?
This might be a duplicate question as I have found a few that are similar, but not exactly the same. The title pretty much says it all, but here are the details:
The basic setup I have in VS2008 is …
1
vote
2answers
183 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 …
3
votes
6answers
410 views
Are ASP.NET Web Site projects inherently slow at compiling, or could I have deeper issues?
Hi,
I've been working on a legacy ASP.NET Web Site (versus a Web Application) project at a client for some time now, and its slow compile time has me wondering:
Are web site projects known to be …
1
vote
3answers
438 views
CS0234 error with System.Linq namespace in ASP.NET
At my company, we have tiered environment for our web applications (development, staging, production). I made a bunch of changes to one of my applications and deployed them to the development …
2
votes
5answers
212 views
ASP.NET beginner woes with new Web Site
I'm a decently experienced .net developer for the desktop but this is my first stab at using ASP.NET and i'm stumped almost right away.
I've used the VS2008 "New Website" wizard and got a simple page …
1
vote
0answers
338 views
How to manage various ASP.NET Web Site project references and autoupdate
I have a Visual Studio 2008 Web Site project in a solution with a number of other assembly projects.
The Web Site project has 4 types of references: Project, BIN, COM interop, and text files.
The …
1
vote
2answers
79 views
How do image hosting sites enforce content policies?
I'm trying to figure out how to best implement a public data hosting service.
How do websites that let users upload pictures enforce their terms of service regarding obscene pictures? Do they use …
4
votes
3answers
634 views
How would you sprinkle-in ASP.Net MVC into an existing Web Site Project?
I have a legacy (haha) ASP.Net Webforms Web Site Project in Visual Studio 2008 SP1, that I would like to gradually introduce some MVC functionality into.
Most of the information I can locate on how …
0
votes
3answers
2k views
Calling a parent page code behind method from a child page code behind - ASP.NET 2.0 Page Inheritance model
What would be the best way to call a method in the code-behind of parent page from the code behind of the child page in the ASP.NET 2.0 Web Site model?
Scenario: User clicks a link in the parent page …
3
votes
2answers
270 views
Why won’t my Website Project adapt to .NET 3.5?
We've converted our solution from .NET 2.0 to .NET 3.5. All projects converted just fine except for the Website Project, which still doesn't understand what I mean when using 'var' and the like.
I've …
