Ask a Question related to ASP.NET General, Design and Development.
-
Ambi #1
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
-
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... -
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.... -
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... -
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... -
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,... -
makthar #2
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.working>-----Original Message-----
>I am new for asp.net programming. My simple.aspx page isMicrosoft>properly in my localhost. After copy this project fromserver,>Visual Basic.NET to web server,i open same page from webASP.NET>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 oraryfine in web>Files\spi2\7613e512\f0c222a1\hsregw_t.cmdline". "
>
>then i removed runat="server" from simple.aspx. its workshould use>server. i dont understand why its like this. but weaspx pages in>runat="server"!!!!
>
>please help me to solve this problem. How to deploy the>web server.
>
>Thanks for help
>.
>makthar Guest
-
Durgambigai G A #3
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



Reply With Quote

