User Profile

Collapse

Profile Sidebar

Collapse
upadhyayanuj
upadhyayanuj
Last Activity: Mar 31 '08, 07:34 AM
Joined: Dec 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • upadhyayanuj
    replied to Deploying a web application
    in .NET
    Hi, kenobewan

    See it is the option that we generally choose, and here even we don't have to make deploy setup, just publish it and upload it to client server, but if u want that ur product is lplace in ur shoping store, anybody interested in it just download it start using it then we have to use the setup's funda,

    Anuj...
    See more | Go to post

    Leave a comment:


  • upadhyayanuj
    started a topic Deploying a web application
    in .NET

    Deploying a web application

    HI, all

    I have created a web application, now want to deploy it,
    i can general setup which copy all files to a project and create a virtual directory,
    but my problem is to have a setup of .Net framework and setup for AJAX frame in it,
    and a console application for creating a database in it,
    which fires automatically one after another as soon as i click main setup

    can any one help me in this...
    See more | Go to post

  • c# code for access denied of file at time of uploading and importing in sql table

    Hi I have an error while uploading file and then importing it into my sql table


    The process cannot access the file 'c:\inetpub\www root\FlowLine\E xcel File\Fan_Detail s.xls' because it is being used by another process

    Now Some times its run successfully, i don't no how but somtimes it gives error,

    I figure out there is security issue of the folder where its storing the file,
    But i had given...
    See more | Go to post

  • upadhyayanuj
    replied to C# Import xls file into sql server
    in .NET
    Thanks Frinavale,

    It works,
    I had not put the file in my application folder,
    I had just put the file in my application folder and its worked

    Thanks for help...
    See more | Go to post

    Leave a comment:


  • upadhyayanuj
    started a topic C# Import xls file into sql server
    in .NET

    C# Import xls file into sql server

    Hi can anybody tell what is error in following code, its running through .Net 2005 editor fine,
    but when running on browser gives error:
    No error message available, result code: E_FAIL(0x800040 05).
    [code=cpp]
    try
    {
    // Create Connection to Excel Workbook

    OleDbConnection connection = new OleDbConnection (excelConnectio nString);

    ...
    See more | Go to post
    Last edited by Frinavale; Dec 14 '07, 06:59 PM. Reason: Added [code] tags
No activity results to display
Show More
Working...