Search

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

Matching Posts

  • how to programmatically download an image from the browser?

    I have a situation where I have to download and save images from a remote server. For example I want to programmatically download and save image from a location http://www.remote-server.com/images/myimage.jpg to my local drive as C:\images\myimage.jpg The remote image is readonly and visible in a web browser. I plan to use VB.net or C# as the language and run a console application to copy some 1000 images. Any pointers towards a possible solution? Thanks in advance, Sudipta
    Posted to Web Forms (Forum) by ASPDev200 on 8/13/2009
    Filed under: programmatically copy images, programmatically download images, save images
  • Re: Unable to attach to process and debug web application

    Hi Everyone, Thanks for all the suggestions and valuable links. Finally I was able to debug the website in visual studio 2008. I did so many changes in the trial and error process that I am not sure what fixed the issue. But I will list down some of the changes I made so that others reading this post might have some clue. The changes I did: 1. Right click on the web project in the solution and click on "Convert to Web Application". After this change I was able to catch the debug poing set
    Posted to Visual Studio 2008 (Forum) by ASPDev200 on 7/11/2009
    Filed under: Visual Studio 2008, debugging
  • Re: IIS 7 stopped working after adding IIS 6 Metabase

    Thanks All-Star. The IIS 7 is working fine now. I made an entry in the host file like below: 127.0.0.1 localhost I had to restart the PC to have the changes effective.
    Posted to Configuration and Deployment (Forum) by ASPDev200 on 7/11/2009
  • IIS 7 stopped working after adding IIS 6 Metabase

    Hi, Vista Business, Visual Studio 2008 and IIS 7 taken together giving me a very had time. I wanted to debug a ASP.Net application using Visual Studio 2008. In Visual Studio in the web project property page when I selected the option (Project->Properties->Web) "Use IIS Server", it asked me to install IIS 6 Metabase and IIS 6 Configuration compatibility. I did the same going to Control Panels -> Programs and Features -> Tern Windows Features On Off -> Internet Information
    Posted to Configuration and Deployment (Forum) by ASPDev200 on 7/10/2009
    Filed under: iis7
  • Re: Unable to attach to process and debug web application

    Hi Abdulla, Thanks for the response. I have checked that the settings in the solution is kept as Debug mode. One major issue is that when I click on the Start Debug button on the VS opens a new IE window with URL like http://localhost:2108/ ... with an error saying that there is connection issue. Where is this port number coming form? How can I run the debugging? Appreciate your help. Thanks, Sudipta
    Posted to Visual Studio 2008 (Forum) by ASPDev200 on 7/4/2009
  • Re: Unable to attach to process and debug web application

    Hi Everyone, Thanks for all the tips. I am still facing the issue. To test the issue I created a simple website in VS 2008 and tried to debug it. When clicked on the Start Debugging button, a new firefox (default browser) window opened up with the URL like : http://localhost:49934/Test/Default.aspx . But this page throw a page load error with message saying "Firefox can't establish a connection to the server at localhost:49934." If I setup the IIS (IIS 7.0) default website to point
    Posted to Visual Studio 2008 (Forum) by ASPDev200 on 7/4/2009
    Filed under: Visual Studio 2008, IIS7.0
  • Unable to attach to process and debug web application

    Hi Gurus, I am running VS2008 on Vista and developing an web application in VB.Net. I have set up the default website in localhost in IIS (IIS 6.0) to run the website and it is working fine. But when I try to debug the site by selecting attach to process from debug menu and select the browser process (IE8 or Mozilla), nothing happens and the process doesn't hit the breakpoint. What am I doing wrong? Thanks in advance for the help. Regards, Sudipta
    Posted to Visual Studio 2008 (Forum) by ASPDev200 on 7/3/2009
    Filed under: Visual Studio 2008, debug, attach to process
  • FindControl to get an user control dynamically

    Hi, I have a scenario like below where I have repeater to which binds data for each category. Each category has multiple products which are being picked up by a DataList and each product has certain attributes which is loaded in a user control. The issue is how can I dynamically use FindControl to get the user control and set a certain property. I am getting null pointer reference when I try to access the user control. The code I am using as below: <asp:Repeater ID="rptCategory" runat
    Posted to Data Presentation Controls (Forum) by ASPDev200 on 6/19/2009
    Filed under: User Controls, dyanamic controls, Find controls
  • Re: Login fails due after change in database name

    The issue was resolved. I deleted the website and re-created it. Since the site was browsed with the old database, their might have been some connection information still there which was being used.
    Posted to Security (Forum) by ASPDev200 on 1/11/2009
    Filed under: Membership Provider
  • Re: Login fails due after change in database name

    The database should be properly configured. It is the same connection string like CommerceTemplate mention above it. And data is coming through. The error log refers to the old database name and user. I have checked web.config and machine.config but the old database name is no where to be found. It was configured through aspnet_regiis in development environment and database name was different. I copied the whole database from development to production, renamed the database and created a new user
    Posted to Security (Forum) by ASPDev200 on 1/11/2009
    Filed under: Membership Provider
Page 1 of 3 (29 items) 1 2 3 Next >