change of the computer on the intranel

Last post 05-05-2006 2:33 AM by measumhaider. 5 replies.

Sort Posts:

  • change of the computer on the intranel

    05-03-2006, 3:21 AM
    • Member
      65 point Member
    • measumhaider
    • Member since 04-19-2006, 5:15 AM
    • Posts 13
    hi, i have made a site which runs on the lan. the site is developed in asp.net(vstudio 2003). right now the site is running on the computer on which it was developed. Now i have to put that site on another computer which is the webserver as well. but i dont know how to do it.either just copy paste or there are some settings to do it as well..??
  • Re: change of the computer on the intranel

    05-03-2006, 1:16 PM
    • All-Star
      76,713 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 6:43 AM
    • Naples, FL, USA
    • Posts 10,435
    • Moderator
      TrustedFriends-MVPs

    Not knowing how it's hosted now or what the web server is, I'll take a stab at answering that you'll need to change some settings.  I have no idea what they'd be of course, since there are way too few details to answer this.

    Try it.  When you get stuck at a specific point, ask a specific question.  And ask your network admin, since they know your network better than we do.

    Jeff

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
  • Re: change of the computer on the intranel

    05-04-2006, 8:06 AM
    • Member
      65 point Member
    • measumhaider
    • Member since 04-19-2006, 5:15 AM
    • Posts 13

    ok here i m with details.

    i developed a website in vstudio 2003 in winxp using iis version 5.1.After complettion  i have to move it to the webserver having windows server 2003 web edition hacing iis version6.

    now i made a virtual directory and when i run my site through localhost\mytasks

    following error occured:

    "

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: The type 'mytasks.Global' is ambiguous: it could come from assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\mytasks_new\eb391b7d\4e328862\App_Code.4v-daxh2.DLL' or from assembly 'C:\Inetpub\wwwroot\mytasks_new\bin\mytasks.DLL'. Please specify the assembly explicitly in the type name.

    Source Error:

    Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="mytasks.Global" %>
    

    Source File: /mytasks_new/global.asax    Line: 1


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

    "

    the thing to note is i just copy paste the site. i didnt recompiled the site. moreover on the webserver vstudio 2005 was already installed.

    so please tell me the iis configurations if needed or what ever i am required to do.

    thnx in advance

  • Re: change of the computer on the intranel

    05-04-2006, 10:32 AM
    • All-Star
      76,713 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 6:43 AM
    • Naples, FL, USA
    • Posts 10,435
    • Moderator
      TrustedFriends-MVPs

    Set your application to the 1.1 version of the .NET framework, it's trying to run it in 2.0.  IIS on the server, ASP.NET tab.

    Jeff

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
  • Re: change of the computer on the intranel

    05-05-2006, 1:19 AM
    • Member
      65 point Member
    • measumhaider
    • Member since 04-19-2006, 5:15 AM
    • Posts 13

    still it not works.when i changed the asp.net version to 1.1

    http 404 error came. saying that the page cannot be found.however when i again selected 2.0 with the same settings(only asp.net version change) previous error occured.

    first i thought that application is not created but it is.plz try some other settings

  • i did it

    05-05-2006, 2:33 AM
    • Member
      65 point Member
    • measumhaider
    • Member since 04-19-2006, 5:15 AM
    • Posts 13

    i went to add/remove programs. clicked on windows components and then asp.net in iis.installed it and my application start running. thats it.

    now i think microsft shud consider me awarding MVP

Page 1 of 1 (6 items)