deploying the web application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tanu

    deploying the web application

    Hi,

    I am using visual studio .net for developing and deploying
    the web application. My application is running perfectly
    on my system.

    I uploaded the msi, setup.ini and setup.exe files on the
    target computer and when I am executing the setup.exe I am
    getting the error :-
    The loader didn't find the file " C:\Docum~1\Admi n~1
    \Locals~1\Temp\ DSPE.INI "

    When I searched this Temp directory...I didn't find even
    the Locals~1, so plz tell me where am I doing wrong? I
    have the .net platform on my target machine.

    Thanks in advance.

    Regards,
    Tanu.
  • Tim

    #2
    Re: deploying the web application

    i dunno about your application but your file path shown below is this:

    C:\Documents and Settings\Admini strator\Local Settings\Temp\D SPE.INI

    ---------------------------------------------------------------------------
    Tim

    "Tanu" <tanunav@yahoo. com> wrote in message
    news:06c101c33f e3$dfb6c890$a00 1280a@phx.gbl.. .[color=blue]
    > Hi,
    >
    > I am using visual studio .net for developing and deploying
    > the web application. My application is running perfectly
    > on my system.
    >
    > I uploaded the msi, setup.ini and setup.exe files on the
    > target computer and when I am executing the setup.exe I am
    > getting the error :-
    > The loader didn't find the file " C:\Docum~1\Admi n~1
    > \Locals~1\Temp\ DSPE.INI "
    >
    > When I searched this Temp directory...I didn't find even
    > the Locals~1, so plz tell me where am I doing wrong? I
    > have the .net platform on my target machine.
    >
    > Thanks in advance.
    >
    > Regards,
    > Tanu.[/color]


    Comment

    Working...