Deploying my first website!
Posted
by
test
on Pro Webmasters
See other posts from Pro Webmasters
or by test
Published on 2012-04-14T07:25:16Z
Indexed on
2012/04/14
11:46 UTC
Read the original article
Hit count: 237
I have built a data driven website - an asp.net website, using the entity framework. In my solution I have 4 projects - the web application PresentationLayer, and 3 class libraries - Data Layer, Business and Common Layer. In one of these libraries, Common Layer I have my Model (MyModel.edmx).
I have always tested my application on Cassini - Asp.Net Development Server. I have never touched IIS in my life.
I bought a domain and hosting on go daddy.
My logic tells me to grab my four folders (1 for each layer) and simply move them to the root folder. But I know I'm wrong since then the home page would be mywebsite.org/presentationlayer/default.aspx and second of all I start getting a bunch of errors where files do not load or they are not found.
I also know that I need to manage the web.config but I don't have any experience where to start.
I'm not sure if this is a problem but I also have a web service included in my presentation layer.
© Pro Webmasters or respective owner