Deploying asp.net project at web server

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Deploying asp.net project at web server

    I am new for asp.net programming. My simple.aspx page is working
    properly in my localhost. After copy this project from Microsoft
    Visual Basic.NET to web server,i open same page from web server,
    following error occur

    "Cannot execute a program. The command being executed was
    "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.ex e"
    @"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
    Files\spi2\7613e512\f0c222a1\hsregw_t.cmdline". "

    then i removed runat="server" from simple.aspx. its work fine in web
    server. i dont understand why its like this. but we should use
    runat="server"!!!!

    please help me to solve this problem. How to deploy the aspx pages in
    web server.

    Thanks for help
    Ambi Guest

  2. Similar Questions and Discussions

    1. Deploying files from staging to produtcion server
      We're looking at setting up a badly needed staging server so that developers can make code changes and test them out somewhere before putting them...
    2. Deploying ear file to Coldfusion Server
      I know that coldfusion is able to deploy a car file and build an ear file, But I am unable to locate any documentation on how to deploy an ear file....
    3. Can not access db after deploying asp.net project.
      We are using vs2005 and msql2005 to develop to some projects the project is able to acess msql database during development(using vs2005) but when we...
    4. tempuri.org Namespace Prob When Deploying to New Server
      Following up to my own post, I searched high and low for any reference to tempuri.org, and there were none in either the registry or in files that...
    5. deploying from Windows 2003 staging server to remote production server
      What do you guys use to deploy from your staging servers to your remote production servers in team environments? Normally I FTP the files myself,...
  3. #2

    Default Deploying asp.net project at web server

    It seems your server is trying to run the compiler
    (vbc.exe) but is not able to do so.
    What is your web server ?
    Do you have the framework installed on the server ?
    Check permission also.
    >-----Original Message-----
    >I am new for asp.net programming. My simple.aspx page is
    working
    >properly in my localhost. After copy this project from
    Microsoft
    >Visual Basic.NET to web server,i open same page from web
    server,
    >following error occur
    >
    >"Cannot execute a program. The command being executed was
    >"c:\winnt\microsoft.net\framework\v1.1.4322\vbc.e xe"
    >@"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temp orary
    ASP.NET
    >Files\spi2\7613e512\f0c222a1\hsregw_t.cmdline". "
    >
    >then i removed runat="server" from simple.aspx. its work
    fine in web
    >server. i dont understand why its like this. but we
    should use
    >runat="server"!!!!
    >
    >please help me to solve this problem. How to deploy the
    aspx pages in
    >web server.
    >
    >Thanks for help
    >.
    >
    makthar Guest

  4. #3

    Default Re: Deploying asp.net project at web server

    Thanks for your reply. Actually our server is Domain Server. we
    installed MS framework runtime on server

    please guide me how to solve this problem

    Thanks for your help



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Durgambigai G A Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139