Asp.net application run on the IIS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am working on Visual Studio .Net and when I run debug it launches internet explorer and works fine. I move the application with all files to IIS server and planning to get it run there, but when I type it on the address bar it does not run application but try to open *.aspx file.
What should I do, I have never done this before.
Thanks,
Jim.
 
Hi,

probably you didn'haven't installed the .NET on the server?

Keep in mind that you need only the redistributable to have it runnning
on your server.
Don't install the SDK.

HTH,
Stefano Mostarda MCP
Rome Italy
 
Thanks for the reply. can you be more specific, I was planing to instal SDK. I do not have Visual Stuido .Net installed on the server but what exactly do I need to install?
 
Hi Jim,

..NET Framework, like JAVA, has 2 parts:

SDK which contains everything you need to develop, debug, etc etc .NET
application.

REDISTRIBUTABLE whiche contains everything you need to just RUN .NET
application.

So, unless you have to develop on your server install just the
REDISTRIBUTABLE. it's smaller too, just 30M i think.

follow this link:
http://msdn.microsoft.com/netframework/technologyinfo/howtoget/default.aspx

HTH,
Stefano Mostarda MCP
Rome Italy
 
Back
Top