Search

You searched for the word(s): userid:639205

Matching Posts

  • Re: VS2008 missing .Net 2 Ajax Project Templates(?)

    All fine for .Net 3.5 projects, but (unless I'm missing something) not for .Net 2 projects. We could probably go back and forth on this...but Scott Gu has already said an Ajax update will be released that will address this.
    Posted to Visual Studio 2008 (Forum) by BradW on 12/10/2007
  • Re: VS2008 missing .Net 2 Ajax Project Templates(?)

    I just see ASP.NET Web app, ASP.Net Server Control and ASP.Net Web Service Application. I wouldn't have expected to see an Ajax project template after the Ajax install since that install was built prior VS2008....so it's just going to place the project template in the VS2005 folder. I think the ball was dropped on this one.
    Posted to Visual Studio 2008 (Forum) by BradW on 12/10/2007
  • VS2008 missing .Net 2 Ajax Project Templates(?)

    I loaded up VS2008 and noticed that the templates for .Net 2.0 project do not included Ajax (ASP.NET AJAX-ENabled Web Application). I have Ajax installed, and VS2005, which see it's templates. I tried a reinstall of Ajax to see if VS2008 would see them but it does not, which makes sense as Ajax install was released before VS2008. So this begets the questions. Will there be a .Net 2 project template for Ajax enabled webs in VS2008....which is mainly useful for all of the web.config gunk that
    Posted to Visual Studio 2008 (Forum) by BradW on 11/21/2007
  • Re: Basic File I/O using Hosting Provider (Godaddy.com) in "Medium Trust' environment.

    I'm trying to get impersonation working on godaddy and found your asp.net form thread. I know it's been awhile since you had to deal with this but I'm wondering if you could help me out. I've tried the impersonation settings per your message but I'm getting an invalid login. If I follow correctly I should be using the ftp user name such that the web.config would look like this < identity impersonate = " true " userName = " HOSTING\myFTPUserName " password
    Posted to Security (Forum) by BradW on 11/19/2007
  • ELib2DataProvider - Attempt to access the method failed error on deployed site

    I'm using the CSK for an ecommerce site (obviously why I'm here). So I've have the site and database all tweaked and working great locally and it comes time to deploy (time to make peace with all computer gods and hope this works) . I'm using godaddy to host my site (by the way, I'm new to this hosting stuff but have spent years as an in-house intranet/internet .net web developer). I set my site to use asp.net 2.0 (tested that first with a qad web app) I created my SQL database
    Posted to Commerce Starter Kit (Forum) by BradW on 9/11/2007
  • Re: Vista - Crystal Export crashes IIS7

    Thanks for the link. We've decided to postpone pursuing Vista until sometime next year. We're just uncomfortable with the hoops and jumps needed to make Vista+IIS7+VS2005 work together...and still have some issues at that. I currently use server2003 as my desktopo os....and perhaps I'll consider server2008 instead of Vista.
    Posted to Crystal Reports (Forum) by BradW on 6/21/2007
  • Re: Removing/Overriding a form's "Action" in 2.0 (or using a custom form)

    Hi Lo, Hmm, so your going make me dig up some old, messy code....;-) Well, ok. Step 1 Create a class as in the following. This class will be used to replaces a pages rendering. It will find the form tag and replace it with what we want (the reset of the pages rendering falls through to the base HtmlTextWriter). The "OrginalURL" value in current context is just a url string I stuffed into context to pass around (works like Session variables but Context last only for the duration of the current request
    Posted to Web Forms (Forum) by BradW on 3/5/2007
  • Web.Config Inheritance with different versions of ASP.NET

    If a .Net 1.1 web app is in a folder under a .Net 2.0 web app, and the .Net 2 web app tries to use a .Net 2 specific web.config element (i.e. connectionStrings), the .Net 1.1 web app crashes on an unrecognized configuration element. Is the solution basically do not use .Net 2 elements unless you can be sure all apps in a heirarchy are at the same, or compatibile, version to use a web.config element (only use the lowest common demoninator elements)?
    Posted to Configuration and Deployment (Forum) by BradW on 2/13/2007
  • Vista - Crystal Export crashes IIS7

    In a Vista/IIS7 asp.net app, a coded crystal report export will crash IIS7....but works just fine in cassini. And if I create a web form and use the crystal report viewer, view the report and then export from the viewer it also works fine (IIS7 and cassini). And I should note this all works fine in IIS6 on win2003 or in xp. If I use either of the two methods listed below in a web page they I end up with the following errors: IIS Worker process stopped working and was closed. A problem caused the
    Posted to Crystal Reports (Forum) by BradW on 12/14/2006
Page 1 of 4 (40 items) 1 2 3 4 Next >