Asp.net application run on the IIS

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.
 
S

Stefano Mostarda

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
 
G

Guest

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?
 
S

Stefano Mostarda

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
 

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

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top