Link to home
Start Free TrialLog in
Avatar of tmajor99
tmajor99

asked on

Setting up a ASPX on a web server

I am new to ASPX web development and just wanted to know the steps for installing a new web application on a web server.  I have a new aspx program that I am ready to run on the web server.  After I copy over the programs to the web server folder, do I need to register a URL?
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

You should be able to publish the web site to the server, or publish locally, and copy to the server.  If you publish locally, then you would need to manually create the web site and application pool on the server.
Hi,

First and foremost, what framework is your asp.net, 3.5, 4.0, 4.5?

What server version are you running, server 2003, server 2008, 2008 r2, 2012?

What version of IIS, IIS7, IIS8?

To find out IIS version, try these steps:

IIS VERSION CAN BE DETERMINED AS FOLLOWS

GO TO IIS MANAGER THROUGH CONTROL PANNEL-->ADMINITRATIVE TOOL-->IIS MANAGER

HELP----> ABOUT IIS

To find Windows server version, try this:

http://serverfault.com/questions/213581/how-can-i-find-out-the-windows-server-2008-r2-edition


Provide these pieces of information and we go from there.

Thanks,
Avatar of tmajor99
tmajor99

ASKER

Framework = 4.5
Version = IIS7
Server = 2012
ASKER CERTIFIED SOLUTION
Avatar of sammySeltzer
sammySeltzer
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial