Deploying asp.net project at web server

A

Ambi

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.exe"
@"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary 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
 
M

makthar

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top