Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:530140
More Search Options
RSS Available
Matching Posts
New 1-click deployment
Hi, I want to test the new 1-click deployment for a web application to a windows 7 server. I like the promise of MSDeploy publish, but I tried to set it up on my win2008 server and decided it was just too painful. I'm sticking with good old FTP for now. Is there any plan to eliminate the need to go through steps like this ? John
Posted to
Visual Studio 2010 Beta 2
(Forum)
by
John Hoge
on 11/18/2009
Filed under: iis asp.net visual studio 2010
Copy Web Site content using ftps
Is there any way to use the Copy Web Site feature using ftp with SSL? I've been trying to connect to an IIS 7.5 ftp server with no luck. Thanks, John
Posted to
Visual Studio 2010 Beta 2
(Forum)
by
John Hoge
on 11/17/2009
Html.BeginForm() for uploads
HI, I normally use Html.BeginForm() to write out form tags, but it doesn't seem to work if there is a file upload tag on the page. Instead I manually inserted and old fashioned HTML tag. <form action="/Boat/Create" method="post" enctype="multipart/form-data"> This works but creates an annoying warning on each build: Warning 1 File '/boat/create' was not found. C:\Webs\eFishingCharters\EFC.MVCWeb\Views\Boat\Create.aspx 13 19 EFC.MVCWeb It also would
Posted to
ASP.NET MVC
(Forum)
by
John Hoge
on 9/27/2009
NUnit testing with VS10 & MVC
Hi, I managed to download asp.net MVC for Visual Studio 10, but it only has a template for the Microsoft unit testing framework. I've gotten used to NUnit over the years and would like to stick with it. I know that MVC 1.0 for .net 3.5 and VS2008 does allow NUnit, but I can't find it for the VS10 beta.
Posted to
ASP.NET MVC
(Forum)
by
John Hoge
on 9/25/2009
Re: Entity Model works great in console app but not in Web Site Project
The only options I get are "Generate Class for 'ProgrammingEFDB1Entities'" and "Generate Other" which don't seem to be what I need.
Posted to
ASP.NET 4 Beta 1
(Forum)
by
John Hoge
on 6/16/2009
Re: Entity Model works great in console app but not in Web Site Project
No red square to be found. Just the red squiggly line indicating an unknown object. Here's the screenshot: http://seaeagle.com/EFScreenshot.jpg BTW an image upload feature would be a great addition to this site. John
Posted to
ASP.NET 4 Beta 1
(Forum)
by
John Hoge
on 6/15/2009
Re: Entity Model works great in console app but not in Web Site Project
It was in the App Code, but still no luck in VS2010. I tried again with VS2008SP1 and it seemed to be fine.
Posted to
ASP.NET 4 Beta 1
(Forum)
by
John Hoge
on 6/13/2009
Entity Model works great in console app but not in Web Site Project
--This was originally posted in the 3.5 sp1 forum, but it's probably better to be here because I'm testing Entity Framework in .net 4.0 Hi, I'm on my first day with Entity Framework. I managed to get some sample code working in a console app as follows: using (var ctx = new ProgrammingEFDB1Entities()) { foreach (Address addr in ctx.Addresses) Console.WriteLine("{0} {1}", addr.Street1, addr.PostalCode); } I did this by making a model from a database and hitting Next-Next-Finish
Posted to
ASP.NET 4 Beta 1
(Forum)
by
John Hoge
on 6/11/2009
EDM in Web Site project vs. Console App
Hi, I'm on my first day with Entity Framework. I managed to get some sample code working in a console app as follows: using (var ctx = new ProgrammingEFDB1Entities()) { foreach (Address addr in ctx.Addresses) Console.WriteLine("{0} {1}", addr.Street1, addr.PostalCode); } I did this by making a model from a database and hitting Next-Next-Finish. It was very easy but worked much like Linq to Sql. I then tried to do this in a Web Site project and had no luck. The DataContext ProgrammingEFDB1Entities
Posted to
ASP.NET 3.5 Extensions Preview
(Forum)
by
John Hoge
on 6/10/2009
Re: "Add Web Reference" is missing in VS2008 SP1
Thanks!
Posted to
Visual Studio 2008
(Forum)
by
John Hoge
on 4/2/2009
Page 1 of 34 (336 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online