Deployment Issues .. Runtime Error

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

    Deployment Issues .. Runtime Error

    Hi,

    I have my application running off my localhost and just transfered it to the production server. And when i ran my application, it came up with a Runtime Error.

    The server is an IIS and has SDK already installed.

    what are the issues that i have to deal with here

    Any inputs.. will be greatly appreciated.

    --
    Thank You,
    Sean
  • Michal Sampson [MSFT]

    #2
    RE: Deployment Issues .. Runtime Error

    Did you simply copy the files to your production machine? In order for a
    ASP .Net web application to run, the folder where it is stored must be
    changed into an Application folder. You can do this from your IIS
    management tool.

    You may also want to consider using a Web Setup Project to deploy your
    application. More information on comparing these 2 options as well as a
    step by step walkthrough for each of them can be found at:

    Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.

    /en-us/dndotnet/html/xcopywininst.as p

    Good luck.

    --

    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    Use these online forms to report copyright and trademark infringement to Microsoft Legal. Infringement notices must comply with the Digital Millennium Copyright Act.


    Note: For the benefit of the community-at-large, all responses to this
    message are best directed to the newsgroup/thread from which they
    originated.
    --------------------[color=blue]
    >From: "Sean" <nospam@>
    >Subject: Deployment Issues .. Runtime Error
    >Date: Wed, 23 Jul 2003 12:03:04 -0600
    >Lines: 57
    >MIME-Version: 1.0
    >Content-Type: multipart/alternative;
    > boundary="----=_NextPart_000_ 0045_01C35112.5 F4DEEF0"
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
    >Message-ID: <#KlUMSUUDHA.31 32@tk2msftngp13 .phx.gbl>
    >Newsgroups:[/color]
    microsoft.publi c.dotnet.faqs,m icrosoft.public .dotnet.framewo rk,microsoft.pu b
    lic.dotnet.fram ework.aspnet[color=blue]
    >NNTP-Posting-Host: user3535.public .state.mt.us 161.7.235.35
    >Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!tk2 msftngp13.phx.g bl
    >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork:49634[/color]
    microsoft.publi c.dotnet.framew ork.aspnet:1614 65
    microsoft.publi c.dotnet.faqs:1 1132[color=blue]
    >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
    >
    >Hi,
    >I have my application running off my localhost and just transfered it to[/color]
    the production server. And when i ran my application, it came up with a
    Runtime Error.[color=blue]
    >The server is an IIS and has SDK already installed.
    >what are the issues that i have to deal with here
    >Any inputs.. will be greatly appreciated.
    >--
    >Thank You,
    >Sean
    >[/color]

    Comment

    • Sean

      #3
      Re: Deployment Issues .. Runtime Error

      i simply copied the files, by using FTP. made the directory as an
      Application folder.

      i will check into the second option

      thank you for your help
      Sean.


      "Michal Sampson [MSFT]" <misampso@onlin e.microsoft.com > wrote in message
      news:HZ4gOdVUDH A.2284@cpmsftng xa06.phx.gbl...[color=blue]
      > Did you simply copy the files to your production machine? In order for a
      > ASP .Net web application to run, the folder where it is stored must be
      > changed into an Application folder. You can do this from your IIS
      > management tool.
      >
      > You may also want to consider using a Web Setup Project to deploy your
      > application. More information on comparing these 2 options as well as a
      > step by step walkthrough for each of them can be found at:
      >
      >[/color]
      http://msdn.microsoft.com/vstudio/us...?pull=/library[color=blue]
      > /en-us/dndotnet/html/xcopywininst.as p
      >
      > Good luck.
      >
      > --
      >
      > This posting is provided "AS IS" with no warranties, and confers no[/color]
      rights.[color=blue]
      > Use of included script samples are subject to the terms specified at
      > http://www.microsoft.com/info/cpyright.htm
      >
      > Note: For the benefit of the community-at-large, all responses to this
      > message are best directed to the newsgroup/thread from which they
      > originated.
      > --------------------[color=green]
      > >From: "Sean" <nospam@>
      > >Subject: Deployment Issues .. Runtime Error
      > >Date: Wed, 23 Jul 2003 12:03:04 -0600
      > >Lines: 57
      > >MIME-Version: 1.0
      > >Content-Type: multipart/alternative;
      > > boundary="----=_NextPart_000_ 0045_01C35112.5 F4DEEF0"
      > >X-Priority: 3
      > >X-MSMail-Priority: Normal
      > >X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
      > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
      > >Message-ID: <#KlUMSUUDHA.31 32@tk2msftngp13 .phx.gbl>
      > >Newsgroups:[/color]
      >[/color]
      microsoft.publi c.dotnet.faqs,m icrosoft.public .dotnet.framewo rk,microsoft.pu b[color=blue]
      > lic.dotnet.fram ework.aspnet[color=green]
      > >NNTP-Posting-Host: user3535.public .state.mt.us 161.7.235.35
      > >Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!tk2 msftngp13.phx.g bl
      > >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork:49634[/color]
      > microsoft.publi c.dotnet.framew ork.aspnet:1614 65
      > microsoft.publi c.dotnet.faqs:1 1132[color=green]
      > >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
      > >
      > >Hi,
      > >I have my application running off my localhost and just transfered it to[/color]
      > the production server. And when i ran my application, it came up with a
      > Runtime Error.[color=green]
      > >The server is an IIS and has SDK already installed.
      > >what are the issues that i have to deal with here
      > >Any inputs.. will be greatly appreciated.
      > >--
      > >Thank You,
      > >Sean
      > >[/color]
      >[/color]


      Comment

      • Soni

        #4
        Re: Deployment Issues .. Runtime Error

        It wouldve been more helpful if u could have posted the error ...
        Could it be that there is a clash b/n 1.0 and 1.1 ..?
        Well here r a couple of links ... as i said .. i'm just a wild shot at
        it .. hope it helps ..




        Comment

        • Carl Prothman [MVP]

          #5
          Re: Deployment Issues .. Runtime Error

          Sean,
          When you say "transferre d", do you mean you created a Web Setup?
          Or are you doing a Project Copy from within Visual Studio .NET?

          I've used Project Copy with great success. You just have to make sure
          you have a Web Application already created on the remote web server.

          --

          Thanks,
          Carl Prothman
          Microsoft ASP.NET MVP



          "Sean" <nospam@> wrote in message news:#KlUMSUUDH A.3132@tk2msftn gp13.phx.gbl...
          Hi,

          I have my application running off my localhost and just transfered it to the production server. And when i ran my application,
          it came up with a Runtime Error.

          The server is an IIS and has SDK already installed.

          what are the issues that i have to deal with here

          Any inputs.. will be greatly appreciated.

          --
          Thank You,
          Sean


          Comment

          Working...